Forum Replies Created
-
in reply to: Specular Theme
Hello,
Please add some wp credentials in your profile data. So i can check the configuration of the slider.
Read this article for more information.Best regards!
in reply to: Search Results PageHello,
The search page is a default wp page. It is set up by file search.php. sorry but it’s not possible to change it using theme settings. You will need to customize the search.php file directly. Or use a plugin that does the job.
PS: Such customization i snot included in support.
Best regards!
in reply to: Cancel image display when clicking on product imageHello,
Try adding this css into your Custom Css box:
@media (max-width: 480px){ .shop-products .product_item .cl-thumb-wrapper { pointer-events: none; } }Let me know.
Best regards!in reply to: Checkout and cart textHello,
Some strings are located in the Woocommerce plugin’s files. Not theme files.You need to translate the plugin as well.
Please try this and let us know.
Best regards!
in reply to: Problem Adding products to cartHello,
As stated in the first reply, the “ADDED” is a string located in the Woocommerce plugin’s files. Not theme files. So it’s not enough to translate only theme. You need to translate the plugin as well.
Please try this and let us know.
Best regards!
in reply to: Search displays HTML entity for special charactersHello,
I forwarded this topic to theme developer for more professional review. We’ll get back to you asap.
Best regards!
in reply to: color filter disappearsHello,
I forwarded this topic to theme developer for more professional review. We’ll get back to you asap.
Best regards!
in reply to: Many Issune In Different Different Section!Hello,
1-I don’t see any problem adding images. Can you point out a link where you are trying to do this? So i can check directly.
2-We’ll make sure to add a warning line for this in the documentation in the future! Just keep in mind that for every theme, it’s used one composer at a time only.
In Picante Codeless Builder is theme’s main composer. If you want to have the look of the demos, you need to use only Codeless Builder. By accessing Customize Page & Options, you are accessing Codeless Builder and therefore all VC shortcodes will not be recognized anymore. The same goes for VC.
3-Then edit code to this:
.page-id-980 .inner-content.container { display: none; }The page id is of the “online order” page, so the css will target only content of this particular page.
“Or either you remove continue shopping button on checkout/order-received page or give me authority to change the url of this button”
I don’t quite understand what you want to do, however this is a customization not covered from us. If you want to assign a page as shop page, then go ahead. Assign the page you want as your shop page.Changing the default shop page url or altering the checkout page, not only it’s woocommerce related, not theme’s..but is also a personal customization not supported.
Read more about our policy here: https://support.codeless.co/?page_id=4207
7-There is no show cart option appear in my header builder section they show message only “Options for adding an additional element on header”
-yes, that’s what you should do. First you add the “Tools” element. Then in the options that will unfold in the left sidebar, you will see the options i send you in the screenshot.–Add-to-cart button:
Sorry but i don’t see the issue here. I checked it, selected an options and added to cart. The button did not lose styling. See screenshot: https://postimg.cc/gXf898W4Best regards!
in reply to: Responsive bugs ?Hello,
I tried covering all points. The added css is in Custom Css box. This is the result from my side now:
https://jmp.sh/UOQhd9NThere are two screen recordings. Please check and let me know.
Best regards!
in reply to: errors and problem with changing page nameHello,
Do not worry about the warnings. They are mostly due to the php version running in the server. It won’t cause any issue to your site and also are not visible in the front-end.
Go to Appearance > Menus and try changing the ‘home’ menu item name here. Or refresh pages and try adding the new “domu” page to the menu.
Let us know.
Best regards!in reply to: Price Range is BackwardsHello,
Sorry for the late reply.
Please try adding this code into your General > Custom Codes> Custom Css box:body[class*=" currency-"] .summary.entry-summary .price .woocs_price_code, body:not([class*="currency-"]) .summary.entry-summary .price { flex-direction: row; justify-content: flex-start; }Best regards!
in reply to: A few issuesHello,
You should not use both composers in the same time (page). Use either one of them to add content to a page!
Codeless Builder is theme’s main composer. Theme is created entirely with Codeless Builder. So if you want to have the look of the demos, you need to use only Codeless Builder. By accessing Customize Page & Options, you are accessing Codeless Builder and therefore all VC shortcodes will not be recognized anymore. The same goes for VC.Wp Bakery Visual Composer is an additional composer included in theme for customers who are more comfortable with it.
If you choose to use VC, you can not use CB. Just use one of them and you’ll be good.Best regards!
in reply to: WP backend does not update to frontend properlyHello,
Please update theme first! The newest version 2.6.3 is just out. It has many issues fixed. Let us know how it goes.
Best regards!
in reply to: services circle iconsHello,
I just saw the link in the other ticket.
Please make sure you are loading all files. I see there is an cross-origin message in the console. meaning some files may not be loaded if called with http, instead of https.Try updating theme first! The newest version 2.6.3 is just out. It has many issues fixed.
Best regards!
-
This reply was modified 7 years, 8 months ago by
Mirela.
in reply to: Spaces between menu itemsHello,
1-That’s because the header height is smaller than the menu li height. I added this code to align it:
nav .menu { margin-top: -10px; }2-I added this code:
.header_8 nav .menu > li > ul.sub-menu ul { left: 170px !important; }Please check and let me know.
Best regards!
-
This reply was modified 7 years, 8 months ago by