Forum Replies Created
-
in reply to: Webshop Template
Hello,
The new Woocommerce version included in theme package has removed the overlay feature and link in titles. This happened a couples of updates ago.
The rest is just as the demo. You only need to add more products, product tags and categories.Best regards!
in reply to: Blog titleHello,
Please make sure you have selected blog page in General Options > Select Special Pages > Select Blog Page. Let us know.
Best regards!
in reply to: External link to Media GridHello,
Since this was a added by preference feature and not by default, the edits are not present in default theme files. And by taking a theme update, it has overwritten all custom changes.
Every time you make such edits, it is wise to keep a copy of the edited files.
I already described the steps to follow. Please read my reply of a month and 3 days ago. The codeless_elements.php file is still in the same folder (includes/core/codeless_elements.php)Best regards!
in reply to: Big Problem with Safari BrowserHello,
1-Please go to file includes/codeless-slider/codeless_slider.php and find these lines:
https://codeshare.io/mugqqReplace with these:
https://codeshare.io/Mox6d2-What type of ipad are you using? I don’t get the same view when opening the site from ipad mode (screenshot)
Let us know.Best regards!
Hello,
The gallery images are responsive and change like they should. I suppose you are referring to the fact that the images are a bit more to the left.
Please add this code into your custom css box:@media (max-width: 480px){ .wpb_image_grid .wpb_image_grid_ul img { margin-left: 40px; }}Result screenshot.
Edit the value to your wish.Best regards!
in reply to: Revolution slider on mobileHello,
Please edit the values of css attributes (decrease/increase) until you are satisfied with the result.
Best regards!
in reply to: Logo on mobileHello,
It is better to edit the value of
margin-top: -53px !important;(decrease it) until you are satisfied with the result. So you won’t add more custom code.Best regards!
in reply to: Small problem in top left cornerHello,
Glad to know you found the culprit. Thanks for sharing!
Best regards!
in reply to: code in portfolioHello,
This is a tested code. What did not go well? If you want, you can share your solution so that others who have the same request can make use of your topic.
Best regards!
in reply to: Codeless slider not responsiveHello,
The screenshot above is of an ipad, not mobile. Can you send us a screenshot of what are you viewing? So we can understand better.
Best regards!
in reply to: Post header background not showingHello,
The posts take the default page header set in your General Options > Header Options > Default Page Header. In post options, you can only select whether to display it at all or not (unlike pages).
Please check the post you send us. The page header image does display now.
Let us know.Best regards!
in reply to: Big Problem with Safari BrowserHello,
DO you mean change the current button or add a new one? To add a new, go to the slider’s Codeless Slide Options > Content, and fill in the data for the second button (screenshot).
If you want to change it, then you can do it with some custom css.Best regards!
in reply to: what list of icon to useHello,
Change the text by just replacing this line: Create your online business with the latest design trends with your own text. To change the icon, you need to edit “steadysets-icon-heart” to your icons code. Find a list of the available icons in file functions-tower.php.
Best regards!
in reply to: Logo on mobileHello,
To make logo bigger, please add this code into your custom css box:
@media (max-width: 480px){ #logo img { max-height: 95px !important; margin-top: -53px !important; }}Result screenshot.
Edit the values to your wish.By default the top navigation is not displayed in mobile. To show it, add this code:
@media (max-width: 767px){ .top_nav { display: block;} .top_nav .pull-left { display: none;} }Best regards!
in reply to: Revolution slider on mobileHello,
Please add this code into your custom css box:
@media (max-width: 480px){ ul.tp-revslider-mainul { width: 370px !important; left: -10% !important; }} @media (max-width: 767px){ ul.tp-revslider-mainul { width: 585px !important; left: -10% !important; }}Let us know.
Best regards!