Forum Replies Created
-
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!
in reply to: several issuesHello,
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!
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!
in reply to: Shop not displaying products using Internet ExplorerHello,
Can you send us some ftp credentials as well? Some files can not be edited from wordpress dashboard.
Best regards!
in reply to: How to reduce space between title and text blockHello,
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!
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!
in reply to: reduce space around imagesHello,
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!
in reply to: Menu ExpansionHello,
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!
in reply to: Shop not displaying products using Internet ExplorerHello,
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!
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!
in reply to: google maps not visibleHello,
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!4v1530107189245Let me know.
Best regards!
in reply to: Minor changes in Blog & articlesHello,
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-files2-Please add this code into your Custom Css box:
.single .blog-article #comments { display: none; }Let me know.
Best regards!
in reply to: google maps not visibleHello,
Sorry but i don’t understand. If you see the map..then what is the problem?
Let us know.
Best regards!
If you like our theme and support, please leave a review on Themeforest, it’s important for us :)
Thank You!
Best Regards!You have a missing bracket: https://postimg.cc/image/d8xia2wyv/
Let me know!
-
This reply was modified 7 years, 12 months ago by
Mirela.
-
This reply was modified 7 years, 12 months ago by