sandeeppal1 on "[Plugin: Magic Action Box] The formatting of MAB under...
Hello, I am using Magic Action Box wordpress plugin. I am trying to format the text in the bulleted format under the section 'Main Opt In Copy',But on execution of the test website it displays dotted...
View ArticleRyann Micua on "[Plugin: Magic Action Box] The formatting of MAB under...
looks like the theme css thing. can you put up link to your web page?
View Articlesandeeppal1 on "[Plugin: Magic Action Box] The formatting of MAB under...
Hi, I have placed to the sidebar of the page. Please find the link: http://testing.targetrix.com/ Regards, Sandeep
View Articlesandeeppal1 on "[Plugin: Magic Action Box] The formatting of MAB under...
Please assist me how to remove the dotted line. Instead of that I want to use bullet point. Regards, Sandeep
View ArticleRyann Micua on "[Plugin: Magic Action Box] The formatting of MAB under...
It's your theme's css code adding dotted lines to lists in the sidebar. To fix, in the Custom CSS box, add the following css code: #sidebar .magic-action-box ol{ list-style: decimal outside none;...
View Articlesandeeppal1 on "[Plugin: Magic Action Box] The formatting of MAB under...
Thanks Ryann it's working fine now. One more question. Can we add image to the heading section? Actually I was trying but the image did not fit properly. Because of .mabstyle-royalty .mab-wrap{...
View ArticleRyann Micua on "[Plugin: Magic Action Box] The formatting of MAB under...
not sure what you're trying to do. where did you want the image?
View ArticleIulyy on "[Plugin: Simple Tags] add_meta_box suggestedtags"
"Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a valid class name or object in .../wp-admin/includes/template.php on line 297" I don't know how to...
View ArticleIulyy on "[Plugin: Simple Tags] add_meta_box suggestedtags"
Solved the problem, I replaced &$this with SimpleTags_Admin_Suggest
View Articlesavvymarie12 on "[Plugin: WP-TopBar] Top bar disappearing"
I can only get my top bar to show up for a second if the "scroll action" is set to "on" and that's if I scroll down and scroll up very fast. When I do get to see the top bar, it looks amazing and I...
View Articlesavvymarie12 on "[Plugin: WP-TopBar] Top bar disappearing"
I also had the Facebook button in there that comes with the social media option if that matters.
View Articlerfgoetz on "[Plugin: WP-TopBar] Top bar disappearing"
It works best when the TopBar CSS Option C has it's position fixed: e.g. position:fixed; top: 40; padding:0; margin:0; width: 100%; z-index: 99999; In the next version, I have updated the notes and FAQ...
View Articlesavvymarie12 on "[Plugin: WP-TopBar] Top bar disappearing"
I have already tried that :( I think maybe it's in my theme's coding? I'm not sure, but I'm so sad! I don't know what else to do!
View Articlerfgoetz on "[Plugin: WP-TopBar] Top bar disappearing"
You probably already tried this...but make sure to clear your browser cache or disable it. I have found that solves issues when I change TopBar settings... Bob
View ArticleSDM36 on "Permalink problems!"
Hello, I've been making a contact form on my little site today, and have been very frustrated by an annoying yet seemingly quite simple problem. <form class="contactform" action="" method="post"...
View Articleesmi on "Permalink problems!"
Unless you want to start writing your own custom contact form plugin, I suggest you install an existing plugin such as http://wordpress.org/extend/plugins/contact-form-7/
View ArticleSDM36 on "Permalink problems!"
yep quite happy writing the php, already got my fields sanitized and I wanted to insert the successful message into the db, hence I started writing it myself as I couldn't find one which logged...
View ArticleSDM36 on "Permalink problems!"
er nope not yet, I was hoping to discover why the post action of my form gave me the wrong url everytime! Until I get some data out of it I can't even begin to test anything. Is it not a permalink...
View Articleesmi on "Permalink problems!"
It's not a permalink issue as such. it's the way you are approaching this. You cannot just add form markup to WordPress. It simply will not work. You have to do this by effectively writing a form plugin.
View Article