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

  • 7 years, 12 months ago Mirela
    Participant
    in reply to: Home page header moved

    Hello,

    That’s great! Let us know if there is anything else we can help you with.

    Best regards!

    7 years, 12 months ago Mirela
    Participant
    in reply to: several issues

    Hello,

    Sorry for the late reply.
    We are working on it and hope to release as soon as we can.
    Thank you for the patience.

    Best regards!

    7 years, 12 months ago Mirela
    Participant
    in reply to: Mobile menù

    Hello,

    Can you post a link of the site? The code is added correctly, so i need to check it to understand what is not as it should.

    Best regards!

    7 years, 12 months ago Mirela
    Participant
    in reply to: Shop not displaying products using Internet Explorer

    Hello,

    Can you send us some ftp credentials as well? Some files can not be edited from wordpress dashboard.

    Best regards!

    7 years, 12 months ago Mirela
    Participant
    in reply to: How to reduce space between title and text block

    Hello,

    In file style.css i change this code:

    .page_header_yes #content {
      padding-top:60px;
    }

    From 60px to 10px. You can change it to your wish again. Make sure to save changes and refresh page.

    Best regards!

    7 years, 12 months ago Mirela
    Participant
    in reply to: Mobile menù

    Hello,

    The screenshot link, is actually a link to a file in your computer. Where did you add the code? Can you send a screenshot of it? Use one of the online sharing page such as https://postimages.org/

    Best regards!

    7 years, 12 months ago Mirela
    Participant
    in reply to: reduce space around images

    Hello,

    Please go to the column settings of the columns containing the images and align the content left for the first image and right for the second image. You can apply margin/padding as well to further position the content inside these columns.
    Screenshots: https://postimg.cc/image/bo1znov6v/
    https://postimg.cc/image/5brfr69o7/

    Best regards!

    7 years, 12 months ago Mirela
    Participant
    in reply to: Menu Expansion

    Hello,

    Even when the site is set to be full-width in Specular > Layout > Overall site layout, the menu and header will be inside a container. You may change it using custom css. Try this code:

    .header_12 .full_nav_menu .container {
        float: left;
    }

    Best regards!

    7 years, 12 months ago Mirela
    Participant
    in reply to: Shop not displaying products using Internet Explorer

    Hello,

    So i made a test in one of the products, first by trying to add it to the cart without selecting first any of the options. It doe snot let you add the product to cart. See screenshot: https://postimg.cc/image/elpb6e9o7/

    Then i made a test by trying to add the same product to the cart, but this time from the shop page directly. Here is where i experienced the issue you are referring to. Please go to file includes/codeless_functions_woocommerce.php in parent theme and find this block:

    if( $product->get_type() == 'variable' )
     $args = array(
    	'class'    => implode( ' ', array_filter( array(
    		'button',
    		'product_type_' . $product->get_type(),
    		$product->is_purchasable() && $product->is_in_stock() ? 'add_to_cart_button' : '',
    								'ajax_add_to_cart_variable',
    $more_classes
    			) ) ) 
    		);
    woocommerce_template_loop_add_to_cart( $args ); 

    Replace with this:

    if( $product->get_type() == 'variable' )
       $args = array(
    	'class'    => implode( ' ', array_filter( array(
    	'button',
    	'product_type_' . $product->get_type(),
    $product->is_purchasable() && $product->is_in_stock() ? 'add_to_cart_button' : '',
    '',
    $more_classes
    			) ) ) 
    		);
    woocommerce_template_loop_add_to_cart( $args ); 

    This will take the buyer from the variable product in shop page, to it’s profile so that the user can select one of the combinations.

    Let us know.

    Best regards!

    7 years, 12 months ago Mirela
    Participant
    in reply to: Mobile menù

    Hello,

    You can use the custom css to change that. Try adding this css into your Custom Cs box:

    @media (max-width: 480px){
    .header_1 header#header { 
     background-color: #9e8f6f !important;
    }
    }

    Change the color to your wish.
    Let us know.

    Best regards!

    7 years, 12 months ago Mirela
    Participant
    in reply to: google maps not visible

    Hello,

    Please try adding this link in the map source link instead:
    https://www.google.com/maps/embed?pb=!1m13!1m8!1m3!1d5495.011059869843!2d10.9925391!3d46.4783015!3m2!1i1024!2i768!4f13.1!3m2!1m1!2sRifugio+Maddalene!5e0!3m2!1sen!2s!4v1530107189245

    Let me know.

    Best regards!

    7 years, 12 months ago Mirela
    Participant
    in reply to: Minor changes in Blog & articles

    Hello,

    1-You can change the “Read more” directly in theme files. Find this folder inside your theme folder: specular\includes\view\blog\
    The string is present in all files inside it. Find the one that you are using. Save changes and refresh the page.
    Or you can use the pot file. Read this article for more: https://support.ellethemes.com/?ht_kb=translate-site-using-po-mo-files

    2-Please add this code into your Custom Css box:

    .single .blog-article #comments {  
        display: none;
    }

    Let me know.

    Best regards!

    7 years, 12 months ago Mirela
    Participant
    in reply to: google maps not visible

    Hello,

    Sorry but i don’t understand. If you see the map..then what is the problem?

    Let us know.

    Best regards!

    7 years, 12 months ago Mirela
    Participant
    in reply to: TOWER Mobile Device Menu not displaying plus Sidebar appearing when it shouldn’t

    If you like our theme and support, please leave a review on Themeforest, it’s important for us :)

    Thank You!
    Best Regards!

    7 years, 12 months ago Mirela
    Participant
    in reply to: TOWER Mobile Device Menu not displaying plus Sidebar appearing when it shouldn’t

    You have a missing bracket: https://postimg.cc/image/d8xia2wyv/

    Let me know!

    • This reply was modified 7 years, 12 months ago by Mirela.
Viewing 15 posts - 2,971 through 2,985 (of 12,542 total)
← 1 2 3 … 198 199 200 … 835 836 837 →

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