raya18jem
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PHP error messageI can’t even get back to my dashboard, keep getting the error message. I don’t have access to that file and I’m using a free hosting site, so I guess I’ll have to upgrade.
Forum: Themes and Templates
In reply to: [Engrave (Lite)] I'm trying to use the logo-slider plug inI looking into why its not working for you and you need to add the short code([logo-slider]) to this php code <?php echo do_shortcode(“[logo-slider”); ?> to the php file where you want the logo slider to appear on your page.
If you have any questions on how to go about this just replay back and I’ll be glad to help out.
Also you can style the logo slider with css to change how it looks. I can also help with this also.
Forum: Themes and Templates
In reply to: [Engrave (Lite)] I'm trying to use the logo-slider plug inI’ll do some research about why the short code you are using isn’t working when you add it and get back to you.
Where are you wanting the logo slider to appear in your site? Do you only want it on the home page? Where do you want it go? The header area of the page, body, etc?
I can help you with the code and where to put it on the the page.
Forum: Themes and Templates
In reply to: [Engrave (Lite)] I'm trying to use the logo-slider plug intry placing ‘<?php logo_slider(); ?>’ this in the header.php file, if you do that the slider shows up in the header.
Forum: Themes and Templates
In reply to: Background colorAll you have to do is add some custom CSS to your child theme and use firebug to find the code that needs to be changed to get the look you want. Let me know if I can help you out with this? Its pretty easy to do.
You can email at [redacted] and I would be more then happy to help.Forum: Themes and Templates
In reply to: [Engrave (Lite)] I'm trying to use the logo-slider plug inWhere did you place your code?