Forum Replies Created
-
in reply to: Many Issune In Different Different Section!This reply has been marked as private.in reply to: Revolution slider option
Hello,
Please update theme first. The latest version 2.6.3 has many important changes. Let me know if the issue persists after it.
Best regards!
in reply to: Woocommere Catalog SortHello,
I understand.
The items order in the Products > All Products menu in wordpress dashboard is related to the time the product being added. Then you can sort them temporary using the ‘ordering’ column, only for the back-end view.But the shop element used to display these products in the shop page, has different sorting attributes. Select the one from the list (https://postimg.cc/GBwRDj0F) that you want to use for product order. This is a woocommerce feature that is not overwritten by theme. If you want more options for product sorting, i suggest you use a plugin that does it.
Best regards!
Hello,
What PHP version are you running in the server? Can you post a link of the site?
To change the blog page’s background color, go to Customize > Blog > Page Content BG Color (screenshot).Let me know if this is what you wanted.
Best regards!in reply to: services circle iconsHello,
The image in row background is set to cover all row surface. The image you have set is in landscape direction(more wide than high). While in mobile the row is in portrait direction (more high than wide). So if you change the background size to contain, the image will not cover the entire section. See screenshot: https://postimg.cc/Dmck8jGq So suggest you add this css into your custom css box:
@media (max-width:480px){ .vc_row.section-style, .vc_row.standard_section{ background-size: cover; background-position: center center !important; }}Let me know if you like the result.
Best regards!
in reply to: Specular ThemeHello,
The slider used in the Magazine demo is “News Slider”, not Codeless Slider. I selected it in a sample page of yours. Check it here: https://testbbq.com/wp/sample-page/
To change the slider or selected posts, go to page’s General Settings > Slider Options. Edit the slider here. Screenshot: https://postimg.cc/XrYmc6Zc
Best regards!
in reply to: Can not Install Organic Theme DemoHello,
I imported some more pages and added the shortcodes of the Organic homepage. You only need to add images to it. I tried to open the customizer and add them myself, but i can’t access the options. See screenshot: https://postimg.cc/dDqr3NPK
Please contact your hosting company about it.
Let us know.Best regards!
in reply to: Mobile Menu Not WorkingHello,
Please install all included plugins.
Can you try activating parent theme? Let me know if you are able to access the options well then.best regards!
in reply to: specular assistanceHello,
For the image in mobile, add this css into your General Options > Custom Css box:
@media (max-width: 767px){ footer#footer .inner .row-fluid.ff .span12:first-child:last-child { margin-left: 0px !important; }}-the opening (first) reply of a ticket can not be private. starting from second reply and on, you can set them as private.
-Sorry but the username is not editable.Best regards!
in reply to: Woocommere Catalog SortHello,
Can you paste a link where are you using this? So i can get a clearer view..
Thanks!
in reply to: Mobile Menu Not WorkingHello,
Please go to the menu element options, and check that “Use for Responsive” option is swiped ON.
See screenshot: https://postimg.cc/CZmWbsGdBest regards!
in reply to: Cannot install theme demo on shared hostingHello,
Codeless Slider:
1-To change the background image, go to the Row settings of the present slide > Design > Background image. See screenshot: https://postimg.cc/5XtRmVjS2-To add another slide, just go to the current slide bottom-right corner, find the controls. Clone the slide. Then click on the second slide to open it for customization (like changing bg image etc). See screenshot: https://postimg.cc/rDJtMB93
https://postimg.cc/hzSngYpy3-I suspect the padding you are referring to, when adding a Revolution slider, is just the normal pre-assigned padding of row. To remove it, just to to the row settings > Design > Tools, set padding to 0. Or just remove the values.
See screenshot: https://postimg.cc/phDmc3ysLet us know.
Best regards!in reply to: specular assistanceHello,
1-Please check the update change log in theme’s profile in Themeforest. You have a list of the changes made and files affected.
If you did not edit any file directly, then you can update without problem. The settings are stored in the database so they are independent of theme updates.
If you have made direct changes to any file, i suggest you save that file and redo the changes again after the update. If you will make a lot of changes, then it’s best to use a child theme.2-These (WPBakery and Layerslider) are included plugins. We have purchased extended license for them. This mean, everyone purchasing theme can use them. But you need to wait for our update in order to update the plugins. If you want to update them prior to us, tehn you will need to buy a personal license for them.
Please check this article to learn how to update included plugins, from the theme: https://support.codeless.co/?ht_kb=visual-composer-update3-The css is not connected to plugins. As explained above, the reason for the update is the license type.
4-Can i see a link of the site?
Best regards!
in reply to: Search of products in the online store headerHello,
Please make sure to have set the “Catalog visibility:” to “Shop and search results, Featured”. See screenshot: https://postimg.cc/image/pi794dx93/
Or you can use the “Advanced Woo Search” plugin.
Best regards!
in reply to: Cancel image display when clicking on product imageHello,
Then, edit the css above to this:
@media (max-width: 480px){ figure.woocommerce-product-gallery__wrapper { pointer-events: none; }}This will remove the pointer actions on the image when you are in the single product page.
Best regards!