No, The visual composer doesn’t affect the configuration. Just remove it and install the new version.
Hi,
Please try this: Remove Visual Composer plugin and all tagDiv plugins and see if works. Then install them again.
We have tested the update and works fine on our side, no blank screen 😐
Hi Chris!
Use this for the Proceed to Checkout button
.woocommerce-page .woocommerce a.button {
font-size: 18px;
}
For the iPad issue add this and see if works:
.woocommerce-cart .woocommerce table.cart .button {
display: inherit;
}
Ok about the icons, if you need help, just let me know.
Thanks!
Hi,
1. I’ve fixed the buttons issue on cart page, this is the fix, if you want to use it until the next update
@media (min-width: 768px) and (max-width: 1023px) {
.woocommerce-cart .woocommerce .coupon {
float: left !important;
padding-bottom: 0 !important;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.woocommerce-cart .woocommerce .button {
width: auto !important;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.woocommerce-cart .woocommerce .actions {
text-align: right !important;
}
}
2.
a) do you want to remove those lines: http://screencast.com/t/C02fdMGIMG0 if yes use this CSS:
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
border: 0 !important;
}
b) For that icon, you can replace it with this CSS, from font-awesome or other font you want, just replace the content with the icon you want. For test i just copied an icon from this chart: http://fontawesome.io/cheatsheet/
Result: http://screencast.com/t/C02fdMGIMG0
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
content: "";
font-family: fontawesome;
}
About the Proceed to Checkout button do you want to make it more larger, e.g. 16px?! Where? Sorry but i don’t understand here what do you want exactly.
Thanks for the message!
Have a nice day
Hi,
1. If you modify the image sizes you need to regenerate the thumbnails to see the changes then inspect the image to be sure there is the correct image size. At this moment your images are at 300x300px. About number of columns, there’s no settings in WooCommerce to do that and this can be changed via a hook(custom code).
2. This will be fixed in the next update, the bug is from the latest WooCommerce version. Untill that you can use this CSS to fix it
.wc-proceed-to-checkout {
clear: both;
text-align: right;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
display: inline-block;
}
3. The issue is not the theme, some plugins need custom integration with each theme to work, like WooCommerce plugin to. You saw that on that plugin with real estate.
I don’t have the plugin to test it, sorry about that, if you want you ca try this from here: https://support.woothemes.com/hc/en-us/articles/203987053-Show-a-custom-template-for-the-vendor-shop-page-taxonomy-
Hi,
Can you show me a link to inspect it?
Thanks!
Hi,
I know there is some plugins to test RTL but i’m not sure that keeps the wp-admin in english, if you want you can try some of them.
like RTL Tester
Thanks!
Hi,
Is a recently issue, what you can do is to change like here: http://screencast.com/t/pZJuwpyv2H that 96 value. This will search for an image at 96x96px and if the image doesn’t exist will take the original image.
Before was 100 and the theme use 100x75px image on some blocks, and that function doesn’t support to specify all sizes only 100 and with 100 value will found that image with width 75.
Do you mean this for the author post?
Will be fixed in the next version.
Thanks for the message!
Hi,
Is a little more complicated, but if you want to try, here is the file in footer.php http://screencast.com/t/dIWH5D4j
Thanks for the message!
Hi,
You have enabled this in Yoast plugin: http://screencast.com/t/yiPyZPtabya
Hi,
1. I’ve tested your SWF banner and works for me at the right size, see here: http://screencast.com/t/YedK0peDsvo
Also needed to be a little aligned to bottom, i used this CSS:
.td-a-rec object {
position: relative;
top: 11px;
}
2. Thanks for the suggestion, about the flash ads, you can use the code for images but instead of image paste your SWF code for each responsive sizes.
https://forum.tagdiv.com/ads-system-full-guide/
Code example, instead of <a hre..... replace with your SWF code:
http://pastebin.com/Txu6RZTH
3. There need a CSS fix if you want to use with SWF’s, use this CSS
.td-header-wrap .td-header-sp-ads .td-a-rec {
display: block;
margin: 20px auto 15px;
}
Thanks for the message!
Also if you want other stuff to be customized via CSS and you don’t manage it, probably that info boxes(which is not a box :)), or something else, please let me know.
Thanks!
Hi Chris!
The breadcrumbs(functionality) is default from the woocommerce plugin.
For the button size use this:
.woocommerce .checkout input#place_order {
font-size: 18px;
}
Thanks for the message! 🙂
Hi,
@Ramon Davi please can you provide a working link to see the issue?
Thanks for the message!
Hi,
The background and color can be customized via CSS, can you provide a link to inspect it?
Thanks for the message!
Hi,
If you want to change something about typography on modules, you can find the settings in Theme Panel -> Typography http://screencast.com/t/mUwqCdXy
Also all this can be customized via CSS. If you don’t manage it to make the customizatio, please provide more details about what do you want to change.
Thanks for the message!
Hi,
The Block 11 is build from Module 10, so if you edit the module 10 you find there all the code: just remove the code you want http://screencast.com/t/NaKr0NMsk
or
you can use this css, to hide the date, add it in Theme panel -> Custom CSS
.td_block_11 .td_module_10 .td-post-date {
display: none;
}
Hope this help!
Thanks for the message!
Hi,
You need to enable them from Theme panel http://screencast.com/t/rxNAx9FKCW
Thanks for the message!
Hi,
Thanks @rametal, if you want to help the community with your translation, send it from here: http://screencast.com/t/phASMjmM
Have a nice day!
Hi,
Our demo are fine, that website ipadpreview seems doesn’t not provide the correct data, see here another website from where the icons are, fontawesome and the result are the same.
http://ipadpreview.com/previewer?url=http://fortawesome.github.io/Font-Awesome/
Provide me a link with your site to see the issue.
Thanks for the message!
Hi,
Add this in AD section in Theme panel: http://pastebin.com/vhD8Efmh
and in Custom CSS section, this one:
.td-a-rec-id-header {
height: 100%;
width: 100%;
}
.td-a-rec-id-header object {
height: 100%;
width: 100%;
display: block;
}
embed {
height: 100%;
width: 100%;
display: block !important;
}
@media (max-width: 767px) {
.td-header-sp-ads .td-header-ad-wrap {
display: block !important;
height: 100px;
}}
Hope this help!
Thanks!
-
This reply was modified 11 years by
Marius.
Hi,
The theme doesn’t output automatic the og: meta data information but that plugin do. We recommend to use this plugin WordPress SEO by Yoast plugin because is the best for SEO. Just install it and activate the meta data: http://screencast.com/t/9CBtZm0bESiP
We use it on our demo to.
Thanks!
Hi,
Please can you check those 2 links from here and tell me if the icons work https://forum.tagdiv.com/topic/icons-missing/page/3/#post-35162 , and also try the solution from that tread.
Thanks for the message!
Hi,
@Breakwater is just a strange coincidence, nothing else, and about the theme is definitely a copy.
Thanks for the message!