amobaroti
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Digital Downloads - Mijireh Checkout] Mijireh page not workingmijireh support resolved this. it was down to the errors on my site that were being pulled.
Forum: Plugins
In reply to: php do_shortcodenoted re: pastebin
Forum: Plugins
In reply to: php do_shortcodeWell it’s working using this code
‘ <?php do_shortcode(‘[nuvuglide type=”post” order=”ASC” order_by=”name” show_excerpt=”true” show_date=”true” show_title=”true” show_gallery=”true” num_images=”4″ ]’); ?>’
It does not work if you use “echo” or have double quotes around the short code and args.
Forum: Plugins
In reply to: php do_shortcodeI though I did that and got an error, but what do you know I did it again and it’s work.
cheers
Forum: Themes and Templates
In reply to: Full width footer on search.php problemsposting so I can mark as resolved
Forum: Themes and Templates
In reply to: Full width footer on search.php problemshahah, I just figured it out too. Thanks!
was coming back here to say I removed it.Thanks for the solution. I’ll try it
Forum: Themes and Templates
In reply to: Full width footer on search.php problemsThanks Alcymyth! I have cleared up the errors but there is no change
Forum: Themes and Templates
In reply to: Trouble centering wp-nav nothing works so farI don’t always have the theme switched on at the moment. Last time I did that the client posted on facebook for everyone to come and have a look at a site that was nowhere near finished. Hoping that when the site is completed the solution will still be useful to others.
Forum: Themes and Templates
In reply to: Trouble centering wp-nav nothing works so farhaha, thanks so much. lol after about an hour and just when I was about to give up and dump wp-nav_menu (I’ve been at it all day yersterday
) I tried just one last googled solution which worked perfectly.I started with your solution above. Obviously I had to use the div,”nav_menu” as I did not have the “access” div. Your solution worked in centering the menu but I wanted a full width. Searched and searched and read tonnes on centering navs and list items, again, and nothing worked.
And as I said just as I was looking at my last solution here – https://www.bozzmedia.com/posts/twenty-eleven-theme-center-navigation-menu/
which reminded me of your solution. I tried the following which worked perfectly
.nav_menu { text-align:center;}
ul.dropdown { display:inline-block; list-style:none; padding: 0 5px; }
Anyone who wants to see the solution can check here
[Link removed because of “I don’t always have the site opened I am afraid”]Forum: Themes and Templates
In reply to: Wp-nav menu background imageOk the fact that .current-menu-item class does not appear in the menu-item may also be a factor.
I looked at these resources for help
https://www.ads-software.com/support/topic/highlight-current-page-in-wordpress-30-menus?replies=7
https://www.ads-software.com/support/topic/custom-menu-item-not-getting-current-menu-item-class-added?replies=7but no luck
Forum: Themes and Templates
In reply to: Wp-nav menu background imagehaha, thanks Mahesh. That nearly did it but I need to target the active class
Well I wish I could remember Andrew, but here’s a number of resources that I have tried to make head and tail of
https://stackoverflow.com/questions/3881157/wordpress-adding-active-class-to-wp-nav-menu-items
all of which have not worked unfortunately. Will try to build on the solution Mahesh gave whilst waiting for further responses
thanks all
Thanks Samuel. I was going to look this up
I’m not sure that I understand your question.
Although if a post does not have a custom template then it will need to use single.php. And as you have already done, customise single.php to look the way you want it when there is not custom post template.
Forum: Fixing WordPress
In reply to: Image not showing up in homepage post – Why?Well I was going to use Firebug to check your code. You could do that.
Forum: Fixing WordPress
In reply to: Image not showing up in homepage post – Why?what’s the link to your home page?