Forum Replies Created

Viewing 15 posts - 256 through 270 (of 1,124 total)
  • Author
    Posts
  • in reply to: Title Resize Not Working #12176
    Andy
    Keymaster

    The four options to change the site title size on different browser widths;
    1 – laptop/desktop
    2 – small laptop/tablet landscape
    3 – tablet portrait
    4 – phone

    On your website you are using a logo image instead of the text based site title, so these text size options will have no affect.

    in reply to: Offer Bar on Mobile #12175
    Andy
    Keymaster

    That won’t be possible without changing the theme’s template files to remove the offers bar from the masthead and put it into the header image section.

    in reply to: Footer Widgets on Cell Phones #12136
    Andy
    Keymaster

    This issue is now fixed in the newest release, please update to the latest version (1.0.6) of Ibsen Pro.

    in reply to: Footer Widgets on Cell Phones #12096
    Andy
    Keymaster

    There is as small error in the footer layout, and we will issue a fix in the next update.
    In the meantime, please add the following to “Customize” > “Additional CSS”:

    @media (max-width: 480px) {
        .footer {
            width: auto !important;
        }
    }

    Sorry for any inconvenience.

    in reply to: Get rid of Account Login #12075
    Andy
    Keymaster

    You should add the CSS code to ‘Appearance’ > ‘Customize’ > ‘Additional CSS’. Simply add it to the box in the ‘Additional CSS’ section of the customizer.

    The CSS you mentioned is for a different theme so will not work with this theme, the correct CSS should be this:

    #masthead .top-account {
        display: none;
    }
    • This reply was modified 4 years, 4 months ago by Andy. Reason: Added additional information
    Andy
    Keymaster

    It is not an issue with the theme. You have an error with your meta keywords, so it is not closed off correctly giving a invalid HTML.

    This issue is either due to a plugin that is not confirgured correctly, or maybe have you hardcoded the meta keywords and used the incorrect at the end, it should be "

    See screenshot where the invalid HTML is shown in red.

    in reply to: WordPress Woomerce plugin error #11987
    Andy
    Keymaster

    Please let us know exactly what the error message says.

    It sounds like it is not an issue with the theme, as the theme has nothing to do with uploading plugins, but just to make sure and to see if we can help, please can you answer these questions;

    Are you attempting to manually upload the WooCommerce plugin from a zip file?

    If so, is there any reason why you are doing it this way, rather than installing by searching for woocommerce and clicking the “Install Now” button in the plugins area of your dashboard?

    Where do you see the error, and what exactly does the error say?

    in reply to: Post title doesn’t display on the transparent header mode #11974
    Andy
    Keymaster

    Clear your browser cache to make sure you are not being served the older version of the js and css files by your browser’s cache.

    in reply to: It separates the word…. #11950
    Andy
    Keymaster

    Use this ‘Additional CSS’:

    .rtl ul, .rtl ol {
        margin: 0 1.25em 1em 0;
    }

    Did the previous code fix the answer to your first question?

    in reply to: It separates the word…. #11948
    Andy
    Keymaster

    Copy this to ‘Additional CSS’:

    .woocommerce-loop-category__title {
        word-break: keep-all;
    }
    in reply to: Up to the top #11944
    Andy
    Keymaster

    You don’t need to add anything to the header.php file.

    Your code in the footer, try this:

    <a href="#page" class="tothetop"><?php _e( 'Up', 'cordero' ); ?> &uarr;</a>

    in reply to: Search Form #11936
    Andy
    Keymaster

    The search form in the theme header uses the standard search and will search posts and pages, but when you have WooCommerce activated, the search form will only search products. That is the correct behavior.

    If you have an ecommerce shop it is not a good idea to have the search searching through everything, it is better to only search products. It would be confusing for your customers to see search results for posts and pages mixed in with products, and would negatively affect your sales.

    If you absolutely want to search everything, you could disable the search form on the header, and then add the standard search widget to the “Top Bar” widget area.

    in reply to: Update is not shown #11935
    Andy
    Keymaster

    In your dashboard, go to ‘Appearance’ > ‘Themes’ and it will show when an update is available for Cordero Pro, so long as you have activated your license key.

    Andy
    Keymaster

    Please update to newest version 1.1.3 and you should notice the page scrolling smoother with the sticky header. There are also a few new block patterns too.

    in reply to: change sections titles #11912
    Andy
    Keymaster

    They are not in a page, the homepage section titles can be found in the theme’s extras.php file in the azuma_woo_home_tabs() function.

Viewing 15 posts - 256 through 270 (of 1,124 total)