JLent14
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [evolve] Image Link/Navigation MenuI managed to fix the logo it just appeared after trying again. Managed to fix the map by deactivating the cache. Now I am trying to get the navigation menu back to black with white links and it’s not working.
Forum: Themes and Templates
In reply to: [evolve] Image Link/Navigation MenuOk this is taking way too long for an update. My clients site has now been in maintenance mode for a week. The navigation is not fixed it was black. The whole theme is black and didn’t have a white nav bar. Once I scroll down the page the bar is black again. This should not be taking this long for a theme update.
Forum: Themes and Templates
In reply to: [evolve] Image Link/Navigation MenuAre people still having the same problem? The navigation, logo source link, and maps are still not working. I’ve tried updating everything.
Forum: Themes and Templates
In reply to: [evolve] Image Link/Navigation MenuYes with a child theme.
Thanks.
Forum: Themes and Templates
In reply to: [evolve] Logo not showing after updateSolution yet for logo? My navigation is different as well.
Forum: Themes and Templates
In reply to: [evolve] Image Link/Navigation MenuUpdating did not do the trick.
Forum: Themes and Templates
In reply to: [evolve] Image Link/Navigation MenuAhh he still has version 1.0 and an outdated WordPress. Why aren’t these updates showing in the Dashboard? How can I update them without FTP?
Forum: Themes and Templates
In reply to: [evolve] Taller SliderManaged to fix this. Problem was the style sheet was not pulling from the parent theme. Had to create a functions.php and add:
<?php
/**
* Evolve child theme stylesheet, loading first the parent theme stylesheet.
*/
function themify_custom_enqueue_child_theme_styles() {
wp_enqueue_style( ‘parent-theme-css’, get_template_directory_uri() . ‘/style.css’ );
}
add_action( ‘wp_enqueue_scripts’, ‘themify_custom_enqueue_child_theme_styles’ );?>
Thanks!
Forum: Themes and Templates
In reply to: [evolve] Taller SliderI’ve managed to change the slider size to:
#bootstrap-slider .carousel-inner .img-responsive {
height: 750px !important;
width: 700px !important;
}But I have just created a child theme and now my site CSS is gone. The navbar and the widget area is just HTML. Why is this?
I will take this site off Maintenance Mode so you can look at it:
https://www.bayareastattoolab.com
Thank you.
Forum: Fixing WordPress
In reply to: Ecommerce TaxesSorry, this is with the Woocommerce plugin. I am designing a site for someone but have never set up a store. The store can be seen at https://www.passingrass.com/products. Thank you.
Forum: Fixing WordPress
In reply to: Change slider functions in Compass ThemeThanks
Forum: Fixing WordPress
In reply to: Blog ReconstructionOk thank you!
Forum: Fixing WordPress
In reply to: Body of Site Off GridOk. I think I made some changes to it, I’ll use that as a last resort. Thank you @mercime.
Forum: Plugins
In reply to: [WangGuard] Problem with User ReportI figured it out. My theme offers a Quick CSS section. When I add that CSS it doesn’t work. When I add the CSS to the theme Editor it works. For some reason my button looked too crazy. Thanks.