Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 8 years, 1 month ago Medrit
    Participant
    in reply to: Few Issues

    Hello,

    1. This is how it looks like when i check. See screenshot: https://ibb.co/iZ6zEH
    Make sure to empty cache and hard reload.

    2. I changed the values of Main image width and thumbnail width. You can find them in Customize > WooCommerce > Product Images See screenshot: https://ibb.co/eOuN1x

    3. For the shop page add the code below in Customize > General > Custom Codes :

    shop-products .product_item.style_normal .cl-actions .add_to_wishlist {
    display: none;
    }

    Add this code for the single product:

    .single-product a.add_to_wishlist {
    display: none;
    }

    4. Can you be more specific. See screenshot: https://ibb.co/bYQWTc

    Let us know.
    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: June Theme – Wrong Prices & Currency Showing

    Hello,

    1.You can change the currency and it’s position in Woocommerce > Settings > General > Currency options.
    Can i please see a link of the site?

    2. I saw that you have some available updates. Updates are very important to be updated so please make sure to update them and then re-check if the problem persists and let us know.

    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: Error on "CUSTOMIZE PAGE & OPTIONS" Button click

    Hello,

    Make sure to disable all the third party plugins and re-check if everything is resolved. If not can you please add some valid wp credentials in your profile data extra fields? So we can give this a closer look.
    Read this article for more information.

    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: Image Alt Tags missing on home page

    Hello,

    I inspected some images and I’m seeing the alt text. See screenshot: https://ibb.co/h9Lwtc

    Check them one more time please and let us know.

    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: mobile sticky

    Hello,

    Add the css in Appearance > Customize > General > Custom Codes > Custom Css

    @media (max-width: 480px){
    
    .header-top {
    width: 100% !important;
    position: fixed !important;
    background-color:white !important;
    z-index: 5000000000 !important;
    }
    
    #main {
    padding-top: 90px;
    }
    
    #wpadminbar {
    position: fixed !important;
    z-index: 5000000000 !important;
    }
    }

    Let us know.
    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: Posts Showing Up As 'Admin' and Weird Layout

    Hello,

    Please double check the data you provided because it seems they are incorrect. See screenshot: https://ibb.co/c3Q0ZH

    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: missing header menu and logo

    Hello,

    The header menu is there but I think the color of the menu items is the same as the background color so you can’t see them. Click Customize and follow the instructions on the screenshot i provide below: https://ibb.co/hutZTc

    Let us know if the problem is fixed.
    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: Mega Menu problems

    Hello,

    1. Mega-menu columns cannot be links. They are only column titles. You should add menu items below them so you can have links.

    2. Please check how many menu items you have set as megamenu columns. Set a maximum of 5 menu items.

    3. Go to Dashboard > Appearance > Menus. You should create a custom link. In the URL box type # and in the link text type COME CI È SALTATO IN MENTE and add it to menu. Check it as a megamenu and place it where your first menu item is and delete the old menu item.

    Let us know.
    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: the social icons size – tower social widget

    Hello,

    Yes, you can make them larger. Where are they located?
    I can’t log in to your site. Anyway add this code to your custom CSS box if they are located on the footer:

    .footer_social_icons.circle li a i {
        font-size: 18px !important;
    }

    and this code if they are located at the top widgetized area:

    .top_nav .social_widget li i{
    font-size: 18px !important;
    }

    Edit the values as you wish.
    If you can’t figure it out please add some valid wp credentials in your profile data extra fields? So we can give this a closer look.

    Let us know.
    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: Mobile Menu not working

    Hello,

    The second three bars icon, is not a menu. It’s the Extra Navigation sidebar. You can show it at Specular > Layout > Extra Nav Bar. Set it ON.

    Let me know.

    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: Posts Showing Up As 'Admin' and Weird Layout

    Hello,

    Can you please add some valid wordpress credentials in your profile data extra fields? So we can give this a closer look.

    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: WPML: logo change

    Hello,

    I have edited the current header.php file to match your requirements.You can find the entire files code, in this link:
    https://codeshare.io/5Zpw67

    The section for the logo is the below. Change the language code and logo image source link to your need:

    <?php if(!isset($css_class)) $css_class=''; ?>
      <div id="logo" class="<?php echo esc_attr($css_class) ?>">
         <?php if ( ICL_LANGUAGE_CODE=='sq' ) { ?>
     <img src="https://hudsonsbayfinancial.com/wp-content/uploads/2016/04/hbfs-logo-french.jpg" /> 
    <?php } else if ( ICL_LANGUAGE_CODE=='fr' ) { ?>
    <img src="https://localhost/specular/wp-content/uploads/2014/09/shutterstock_120154516-compressed-2.jpg" />
    <?php   } else{
    echo codeless_logo();
    } ?>
    </div>

    Save changes and make sure to save a backup of the edited file for future theme updates.

    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: I need to change the header elements

    Hello,

    1.You can remove the search button by going to customize > fast page customization and from there see the screenshot below:
    https://ibb.co/fjMCBx

    2. To add elements on header see the screenshot below:
    https://ibb.co/bDwUrx

    Let us know.
    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: mobile sticky

    Hello,

    1.By default this is not a feature in theme’s layout. If you want to add it, use custom css. Add the css in Appearance > Customize > General > Custom Codes > Custom Css. We can help you with the custom css. Please send us a link of the website.

    Best regards!

    8 years, 1 month ago Medrit
    Participant
    in reply to: Tower Theme Shortcode Exploit

    Hello,

    It looks like your installation could be infected with malware.
    Please perform a throughout file check in all your WordPress files. Reinstalling freshly downloaded wordpress files could help you get rid of infected files.
    Re-download theme files from your Envato account > Downloads. Replace the current them folder to rule out any possibility that some of it’s files could have been infected. Make sure to save a backup of old file sin case you have made direct changes into them!
    Consult your host provider for more details.

    Best regards!

    • This reply was modified 8 years, 1 month ago by Medrit.
Viewing 15 posts - 226 through 240 (of 264 total)
← 1 2 3 … 15 16 17 18 →

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password