Forum Replies Created
-
in reply to: Top Widgetized Area on top of Header on MobileThis reply has been marked as private.This reply has been marked as private.in reply to: h1 title overlapping with full_nav_menu
Hello,
You can use custom css. Can i please see a link of this? So i can understand better.
Best regards!
in reply to: mobile version problemsHello,
Can you please add some wp credentials in a private reply? So we can check it.
Best regards!
in reply to: Specular Theme Mobile Mode unresponsiveHello,
The responsive is correct. To fix the images in mobile, please add this css:
@media (max-width: 979px){ .row-dynamic-el .media .type_image.alignment_center { width: 100px !important; left: 50% !important; margin-left: -50px !important; }}Result: https://ibb.co/RBkbH6x
Best regards!
in reply to: Portfolio Item EditingHello,
How are you accessing the portfolio options? Please try this:
Go to portfolio items, and open Codeless Builder. See screenshots:
https://ibb.co/mzZ0NGq
https://ibb.co/642zxkKLet me know if you still need help.
Best regards!Hello,
Yes, we have modified it to fit the requirements and design of our theme. Please always use the included version for every plugin bundled in theme. You will not have any issue with it because we always make sure to have it perfectly compatible with theme.
Best regards!
in reply to: Demo import dont workHello,
The link you posted has the default demo installed and looking good. Do you still need help with this?
Let us know.
Best regards!in reply to: Specular Theme – ProblemsHello,
Please clear cache and refresh page. Sometimes the server needs a few seconds to reflect changes. If the situation persists, add some wp credentials in your profile so i can check close.
Best regards!
in reply to: Service Icons + Media PaddingHello,
Can you please add a link to your site? So i can check.
Best regards!
Hello,
1-I added a custom css class to the column’s containing the lists. And i set up the empty middle column to be hidden in ipad and mobile. The i added these code to the ipad block code in the Custom Css:
.vc_col-sm-4.contact_us.wpb_column.column_container { margin-left: 55px; } div.wpcf7 { margin: 45px !important; } .row > .span3 { padding-left: 0 !important; padding-right: 20px !important; }Result: https://ibb.co/1mDyTSB
2-This alignment is due to the different length of the title above. To make them same line, you need to add a minimal height. I added it as custom css in the page’s custom css box. So it’s effective only in this page.
Screenshot: https://ibb.co/CK2srs53-Same here. I added a css only for this page.
Please check your site.
Best regards!in reply to: self hosted video doesn't showHello,
What format is the video? Can you please enable the credentials in your profile? So we can check this close.
Best regards!
in reply to: Amount of Columns Shop Page ResponsiveHello,
I added this css to make the changes for ipad:
@media (max-width: 979px){ .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 45% !important; }}Clear cache and refresh page.
Best regards!
in reply to: Top Widgetized Area on top of Header on MobileHello,
Please go to file js/main.js and find this line:
$('.header_wrapper').css('position', 'fixed').css('visibility', 'visible').addClass('open');Replace with this:
$('.header_wrapper').css('position', 'fixed').css('visibility', 'visible').css('padding-top', '0px').addClass('open');Let us know.
Best regards!in reply to: Icons not changeable in June themeHello,
Please update theme first. Then proceed in updating all it’s included plugins. Let us know if you’ll still have the problem.
Best regards!