badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Version 3.0.3 Problems

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #52551
    bruce3
    Participant

    Hi,

    I updated to version 3.0.3 of Clean Retina today and it has a couple major problems. Instead of having a navigation menu, it had a small button on the top of the page labeled: “Responsive Menu”. (It was uncentered as well). The sidebar widgets also were moved to the bottom of the page. I reverted to version 3.0.2 and the proper look was restored.

    I do have a child-theme altering things, but the changes are *very* minor. In the style.css, I change the footnote font size:

    .jetpack-footnote {
        font-size: 1.4em;
    }

    And in functions.php I’ve added post types and do a minor adjustment to one rss feed.

    Thanks for any help.

    -Bruce

    #52556

    Hi Bruce,
    You can add the above css code inside custom css section via customize > design options -> custom css. So you don’t need to add in child theme if you have very less css.

    Yes we have updated a new menu style so you have to update child theme functions.php file.
    Please remove wp_enqueue_script( 'tinynav', CLEANRETINA_JS_URL . '/tinynav.js', array( 'jquery' ) ); file and add below scripts and styles

    wp_enqueue_script( 'cleanretina-scripts', CLEANRETINA_JS_URL . '/scripts.js', array( 'jquery' ) );
    wp_enqueue_style('attitude-font-awesome', get_template_directory_uri().'/font-awesome/css/font-awesome.css');

    Also please go to theme folder -> library -> functions -> functions.php file and check what is missing in your child theme from line 15 to 65

    Please don’t forget to add your site url too so that we can help you why your sidebar widgets is moved to the bottom of the page.

    Thank you!

    #52707
    bruce3
    Participant

    Thank you. The changes to the child theme’s functions.php file fixed the menu issue.

    The problem with the widgets going to the bottom is still there. They seem to move down when the window becomes shorter than 768 pixels wide. I believe the widgets used to stay on the side until at least 600 pixels wide. Is there a way to adjust this?

    I don’t think my child theme affects any of the values in the main theme’s functions.php line 15 to 65.

    My site is http://www.readinggeorgefox.com.

    Thank you.

    #52711

    Hi Bruce3,

    Sorry! Sidebar will move to bottom while your screen size is shorter than 1024px and this was built-in from the first release of the theme.

    Thank you!

    #53987
    dominique.perarnaud
    Participant

    Dear Support Team,

    I just update the Attiude Team on http://loretoaramendi.com and the left widget now appear at the bottom of the page.
    How Can i modify that ?

    It will now be live on the web until the cache is not refreshed.

    Thank you
    Dominique

    #53992

    @dominique-perarnaud

    We see that your site is still loading previous theme code. So, please completely clear your cache and let us know if your still have an issue.

    Thank you!

    #54032
    dominique.perarnaud
    Participant

    The cache has been cleared and the problem is now visible.

    #54040

    Hi dominique-perarnaud,

    Just visited to your site and found that wp faster cache plugin was used in your site for caching. So please clear the cache from your browser and server. You can see this link to clear the cache from the plugin that you are using.

    Thank you!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.