Hello,
Please, provide the link to your website to provide a custom code CSS.
Thank you!
Hello Anamaria,
I followed your instructions using a column text for my custom shortcode. It seems to work fine, but the html generated by the shortcode appears at the top of the page and not in the position where I inserted the column text.
You can see it here https://nuovo.cronachedibirra.it/home-2-2/
I put the column text just before the black “Most popular” box, but its content is rendered at the top of the page. The shortcode only generates an html list (ul, li) and it’s not formatted via CSS.
sir,
I have reset the license key and want to activate again for my new domain but it is not activating, just keeps loading
Please see the screenshots and help me.
https://drive.google.com/drive/folders/1A2dTRLdmd9fP7MA23nWnna2QCSsJ7ZPS?usp=sharing
Hello @newspatron!
Please check this thread: https://forum.tagdiv.com/topic/unused-css-2/
I hope that helps you!
Thank you!
Hello,
You can remove the Single Post Author Box using Edit with tagDiv Composer with a right-click you can delete => https://i.imgur.com/BnhhxVh.png , or selecting the element and with drag & drop place into the deleting red zone from the bottom right of the page => https://i.imgur.com/vkQVCjn.jpg the same for date. or if you have standard template
to hide the author box, you can use this custom code CSS -> https://i.imgur.com/ooeu4hq.png
#author-bio-box {
display: none;
}
This code needs to be set in Theme Panel -> Custom Code -> Custom CSS.
Thank you!
Hello there! i didnt face any problems while submitting site to google, however microsoft webmaster [ie bing webmaster], returned some errors.
i seek your support and advice particulary on the issue faced on yandex webmaster, while submitting the site on yandex [ie to yandex search engine].
below is the reply received indirectly from the yandex support team.
The issue may be connected to the tremendous amount of CSS rules written inside <head> tag.
Yandex Server response check shows 50000 characters, but the <head> tag is not closed, as <head> tag contains some 2900 lines of CSS code.
Please let me know if this could be or has to be resolved from your end, if not then can you kindly point out a resolution?
Here is the screenshot for the same.
Found the issue lol, for everyone who somehow reaches this issue, if you have custom css or somewhere in styles, body *…
remove the “*” issue solved
Hello,
We recommend using PHP version 8.0 or 8.1; with version 8.3, certain issues may arise.
1. You need to download the latest version from Themeforest and perform the update manually. We recommend conducting the update on a staging website because there have been many changes from version 9.1 to 12.6.5. Additionally, the auto-update option was only added later in version 10.3.x.x.
2.No, you don’t need to purchase a new license, as updates are for a lifetime if the license is valid.
3. The license remains the same; only the theme version differs, so you can use the same license on the website where you currently have that older version.
4. Over time, vulnerabilities have been discovered and resolved through updates. You can find the changelog for each version here -> https://tagdiv.com/newspaper/
Unfortunately, the tagdiv Composer may be disabled due to malware, so certain plugin files may be targeted. However, this can only be seen in the error log file. I recommend that after updating the theme, WordPress, and PHP, you use Wordfence to scan the website and block access to /wp-json/tdw/save_css
If an attacker wants to target this URL /wp-json/tdw/save_css they can do so. Even if the website uses a different theme, the attacker can still try that URL. We could add an option to enable/disable the Live CSS, and it will be considered. But for now in order to remove it this can only be done with a modification to the composer plugin. I think that all that removing it requires is to comment this line of code – https://prnt.sc/RtwvL5Nc4ikR -> https://prnt.sc/ymZmhdUfp57U But as I mentioned, the attacker can still try to access the URL.
Thank you!
Hello @curistorian!
Try to use the CSS paddings: https://app.screencast.com/5RDBNGJpzQENi
Or try this option: https://app.screencast.com/rfYIRrVcitxNV
I hope that helps you!
Thank you!
Hello.
I also faced a similar problem. But the Newspaper version 9.1 has not been updated yet. Commenting in the code helped. Although after some time, the tagDiv composer plugin began to deactivate by itself. I was trying to figure out what the reason was and installed several monitor plugins. Including the REST API call monitor. And I found a huge mass of /wp-json/tdw/save_css requests. There were others, but there were very few of them in relation to the number of save_css requests. We don’t use plugins on our site that require a REST API, so through the firewall plugin I just blocked all REST API requests for non-logged in users. And in the REST API request monitor plugin, I see that a 401 response is now sent to such requests, instead of 200. At the same time, the opportunity to leave feedback via the Contact form 7 plugin has disappeared, since it is. But this is a temporary measure, and the REST API request block can be included in the code by compiling your own list of requests that should be blocked. And in the near future, we still plan to update the version of the theme. But the REST API block did not help with the problem of incomprehensible self-deactivation of the plugin. We will deal with this in another discussion thread.
Hi,
.td-image-container a
{
pointer-events: none;
}
Set the code in Theme panel>Custom code>Custom css
Thank you!
Hello!
No, there is no guide for that. Those lines were created by custom code.
For example, these elements are different: https://app.screencast.com/0bKJNEYXxQAGR
You can delete the elements or change the color for each element by clicking on them and see the settings on the left side.
The code from the theme panel -> custom code -> custom CSS affects the line from “our services”.
Thank you!
Hi,
Usually, the color and image are set on the row, so please edit with tagDiv Composer and select the row and go in the tab CSS, select the viewport for phone https://i.imgur.com/IkbGWUS.png -> https://forum.tagdiv.com/topic/background-color-of-the-main-menu-be-changed/
Thank you!
Hi,
Usually, the color and image are set on the row, so please edit with tagDiv Composer and select the row and go in the tab CSS, select the viewport for phone https://i.imgur.com/IkbGWUS.png -> https://forum.tagdiv.com/topic/background-color-of-the-main-menu-be-changed/
Thank you!
Hi,
Usually, the color and image are set on the row, so please edit with tagDiv Composer and select the row and go in the tab CSS, select the viewport for phone https://i.imgur.com/IkbGWUS.png -> https://forum.tagdiv.com/topic/background-color-of-the-main-menu-be-changed/
Thank you!
I take that back….I noticed on the very top of the file /* and */
I think the critical error was because I was using <!– (code here) –>
When I used
/*
// register ‘css-live’ extension
require_once “css-live/css-live.php”;
*/
Then no critical errors. Apparently for HTML I use <!– (Code) –> and for PHP it is /* and */
I grew up doing HTML long time ago. Habit.
So
/*
// register ‘css-live’ extension
require_once “css-live/css-live.php”;
*/
ignore my previous comment about permissions to 000
I tried commenting out the line and it gave me a critical error
// register ‘css-live’ extension
require_once “css-live/css-live.php”;
I tried the second line, both lines, for commenting out and critical error
Hi Bettina,
Thanks for getting back so quick. Just to make sure, are you referring to the underlines as in this screen: https://app.screenclip.com/ivbW
I am still having problems locating that HTML or CSS does you mentioned, and what I have is for the animated element on top which is fine, so if you could share the HTML or CSS code that adjust these colored lines that would be great. I tried to change the colors from the Website Manager, but It didn’t change these lines.
also, is there a guide on how to use the momentum pro template, or how to edit things around, I am still struggling with few things like how to add services, or change the template of services. Thanks again!
So blocking the save_css by putting their permissions to 000?
Then on the screenshot comment out that line with
<!-- and -->
Correct?
Hello!
The column titles have extra classes: https://app.screencast.com/gFQ9drFMqqrDo
So, you can identify the code in the raw html and CSS code elements on the page.
Also, you can change the global colors from the Website Manager: https://app.screencast.com/0uzT2nOqeZCD3
Thank you!
Hello Support,
I can’t figure out how to change the underline colors in the ‘column titles’ I looked for CSS and HTML codes on home page, but I didn’t find any that relates to ‘td-momentum-load’ I only found the below CSS code under theme panel >> custom CSS
am I missing any HTML code? how do I adjust the colors of those underlines? please guide me. Thanks!
.td_block_separator.td-momentum-load {
transition: all 0.4s ease-in;
transition-delay: 0.5s;
}
.td_block_separator.td-momentum-load.td-momentum-in-viewport.td-load-hero {
width: 260px !important;
}
.td_block_separator.td-momentum-load.td-momentum-in-viewport.td-load-center {
width: 200px !important;
}
.td_block_separator.td-momentum-load.td-momentum-in-viewport.td-load-left {
width: 220px !important;
}
.td_block_separator.td-momentum-load.td-load-delay {
transition-delay: 1s;
}
.td_block_separator.td-momentum-load.td-load-delay-1 {
transition-delay: 4s;
}
.td_block_separator.td-momentum-load.td-load-delay-hero {
transition-delay: 3s;
}
Hello everybody,
I use the Newspaper theme with a Lifestyle pro Header. This Header is made up of a Slide with several images and the menu just below. I don’t know where to modify the Slide images. It is not accessible from General or CSS from TagDiv. Thank you for your help.
Hello,
Currently, we are using the Big Grid Flex 4 by TagDiv Composer for our homepage (https://app.screencast.com/sxkUH6neupvay), and thus far, we are very satisfied with it. However, we would like to modify how the title, tag, and time are displayed within the image. We prefer these elements to be positioned outside of the main image, similar to how they appear in Block 1 (https://app.screencast.com/ffKsLtWZLXIRB), but maintaining the image dimensions of the Big Grid Flex 4. Is there a template or simple CSS solution that we can implement to achieve this?
Hi Wriper, normally the js for the mobile menu should be working without problems after the html and css from the page are loaded and I see that now it’s take 2-3 seconds to load it and sometimes it can take longer and only after that the mobile menu is displaying (after all resource are loaded). I see that you have some extra resources, some ads and google code, can you please remove theme for a test to see if the problem you have is resolved? If will be then those codes should be loading only after all the page is ready and not before.
Thank you!
Hello,
Please block /wp-json/tdw/save_css
If an attacker wants to target this URL /wp-json/tdw/save_css they can do so. Even if the website uses a different theme, the attacker can still try that URL. We could add an option to be able to enable/disable the Live CSS, it will be considered. But for now in order to remove it this can only be done with a modification to the composer plugin. I think that all that removing it requires is to comment this line of code – https://prnt.sc/RtwvL5Nc4ikR -> https://prnt.sc/ymZmhdUfp57U But as I mentioned, the attacker can still try to access the URL.
Thank you!