- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
I noticed something, woocommerce elements are missing. Probably the buttons and product lists related to it appear as css code and do not work. The product pages are also completely gone.
Screenshot: https://craycle.com/wp-content/uploads/2021/10/problem.png
I have the same problem on my http://www.craycle.com website. After the update, all buttons and content related to woocommerce turned into css codes. My site is completely gone. I’m in maintenance mode now, what should I do? Unfortunately I forgot to backup too. I need help really.
Hello!
Access a product page and save this code in the Live CSS:
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
display: none!important;}
The zoom effect it will disappear.
Please provide a screenshot or a video of your issue (upsells products) because I can not access your website.
Thank you!
I have updated to 11.3 and it completely corrupted my website.
It contains so much errors which includes, mobile versions are showing different version of website instead responsive.
Also, previous posts pages are totally corrupted and it takes 30 seconds to show with broken css.
So how I do downgrade to previous version?
I should’ve backup my files before update but I didn’t because I trusted your updates.
Thanks you for destroying my website……
While editing row & column css, especially in margin & padding then click on another element error appears this
The margin & padding also returned to an empty value.
Thank you, Anamaria for your reply.
As you can see at the image https://www.linkpicture.com/q/Screen-Shot-2021-10-12-at-11.19.54-AM.jpg there is no width input field at the META INFO section.
I solved the problem with Custom CSS (.td-slide-meta {
max-width:70% !important;
})
Best
D
Hello,
To change/remove the background image from the footer scroll to that section, select the row from the footer and in the CSS tab you’ll find the background CSS -> https://i.imgur.com/6yfZdbc.jpg
Thank you!
Hello!
These files are necessary to display the elements you place in the TagDiv Composer on the font end. They are mainly style(CSS) files.
Thank you!
Hello,
Normally the author name and date are displayed as you want, so if you to look like this => https://i.imgur.com/OuE2JBu.pngthen you need to remove the CSS or set to display inline-block =>
.metainfobreak .td-editor-date .td-author-date .td-post-author-name {
display: inline-block; }
Thank you!
We would like to have the Authors name and date appear to the right of the Authors headshot. We are using this in Flex Block 1. Please see link https://www.screencast.com/t/8ZuUWgiFC
We currently have the CSS below to make the author’s name and date breaking into 2 lines.
CSS:
/* Authors / Byline to display in 2 lines */
.metainfobreak .td-editor-date .td-author-date .td-post-author-name {
display: block; }
Yeah I’ve been using the Cloudflare WordPress plugin to connect to APO – and turn off the addon in WPR.
So how often do you clear the Cloudflare cache? And isnt that giving your site speed a mega hit doing that all the time? I’d like the APO system to just rebuild the page html when dynamic content gets updated – that was I’m not clearing everything from cloudflare edges (including images, js, css etc).
I guess we as consumers just assume these things work out the box as that’s how they market them, when in reality they don’t. Such a bummer!
Also really wish cloudflare would put a guide together sharing optimal setup instructions for use with WP-Rocket (or alternatives) – I assume because the guides don’t exist that maybe it’s not possible.
Hello!
Add this CSS code:
.tdi_98 .td_module_column { border-left: 1px solid gray;}
Thank you!
Hello Gus!
Please add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS and increase the “margin-top: 10px!important;”.
Thank you!
Hello!
Oh, I see. In this case, you should add some CSS:
.td-module-thumb {border-radius: 10px;}
Hope that helps you!
Thank you!
Hi Bettina,
I did add this CSS in live but still the same?
Thanks.
Gus
Hello Gus!
Please add this CSS code in Live CSS and you can see the changes also and press save:
.td-header-wrap .td-header-menu-wrap-full{margin-top:2px!important;}
Thank you!
The site is located here dev.hrmasia.com. Here is a link to the video showing how we made the radius corners in the theme. We also added the custom CSS found on your forum to execute the Zoom on hover. Also included in the video.
We would like for the corners to display radius all the time even on hover with zoom effect if possible.
https://www.screencast.com/t/C7IaLE9SmQDg
Csuom CSS:
/* Image Zoom Effect for all blocks */
.td-module-container:hover .td-thumb-css {
transform: scale3d(1.1, 1.1, 1);
-webkit-transform: scale3d(1.1, 1.1, 1);
border-radius: 20px!important;
}
.td-module-container .td-thumb-css, .td-module-container:hover .td-thumb-css {
transition: transform .5s ease;
}
.td-module-thumb {
overflow: hidden!important;
}
Hello Gus!
Edit the homepage with TagDiv Composer, click on the row or the element you want to move and from the CSS tab, you can set up a negative top margin for grabbing up.
Thank you!
Hello,
Please provide the link to your website to inspect it.
If the breadcrumb is not from our theme, then you can hide it with Custom Code CSS => .breadcrumb {
display: none;
}
but I’m not sure if this code will work, maybe it needs a long way.
Please try to set the code in Theme Panel -> Custom Code -> Custom CSS and see if works.
Thank you!
Hi R7, I think that here are some misunderstanding.
Like Anamaria said, the bbpress plugin is compatible with our theme -> https://i.imgur.com/zum64Dl.png but this dose not mean, that the forum made with this plugin can be edited using the theme builder (tagDiv Composer) and it is mean that it can be use with our theme without having compatibilities problems. So in case that you want to style the bbpress forums you need to use some custom css, you can check this in plugin documentation https://codex.bbpress.org/bbpress-styling-crib/ also in case that you need help styling it we can help you.
I hope that I was able to explain why you cannot edit with tagDiv Composer on a page made with a plugin.
Thank you!
Hello,
These pages come from plugins and those pages are not customize with tagDiv Composer.
Those plugins are compatible with the theme, but you can’t customize the pages from them with tagDiv Composer.
Also, the custom code needs to be set in Theme Panel -> Custom code -> Custom CSS => https://i.imgur.com/PHMKkJj.png
Thank you!
Hello,
Yes, this is the element and it was fixed on all templates.
However, the problem is with the main store template:
It is in this subpage that it shows that there is a picture from http named “xxx_bg_xxx.jpg”.
If I go to the source of the page on the main page of the store and look for the name, there is such an image added in the css.
However, it cannot be found in the template to be changed to https or deleted.
Hello,
Please use this custom code css => https://i.imgur.com/edmSCsI.png
#amazon-polly-audio-table{
display: none;
}
.tdb_single_content #amazon-polly-audio-table{
display: table;
}
This code needs to be set in Theme Panel -> Custom Code -> Custom CSS.
Thank you!
what do you mean edit the settings exactly?
I need the green Edit with tagDiv Composer button to show on those pages..
Please be clear in what I need to do to fix it to make it show on those pages.
Also this is interfering in my other ticket :
https://forum.tagdiv.com/topic/how-to-add-some-space-between-page-title-and-main-menu-bar/
because since the edit button is not showing I have no way of changing the CSS setting that I need to..
to fix that issue as well.
-
This reply was modified 4 years by
R7.
Hi Anamaria,
Thanks for the answer, the correct url is: https://homolog.financeone.com.br/como-evitar-consumo-excessivo/ (Our Staging mode)
Take a look the audio player, if i to hide with css, both it will not show us. We need to play the audio with only one audio player
Is there another solution? What do you think?
Regards.