Hello,
You have opened a refund request. Do you still want the refund?
Also, this prebuilt website is an older demo, and the design is made in the code, so you can change the color using a custom code CSS -> .td-retro .td-category a
{
background-color: red;
}
Set the code in Theme Panel ->Custom code -> Custom CSS
Thank you!
Hello,
Can you please provide more details about want to achieve?
Do you want to delete the titles of the pages? You can use a custom code .page .td-main-content .td-page-header {
display: none;
}
Set the code in Theme Panel ->Custom code -> Custom CSS
Thank you!
Hi, we’d like to increase the amount of space above and to the left and right of our website asamnews.com. The purpose is so that we can add a background image that will have more of it showing instead of being covered by the website.
Here is a screenshot of our home page: https://i.imgur.com/uYJ2ETE.png
Here is an example of what we’d like with the increased surrounding space represented by the pink (it will be replaced with a background image): https://i.imgur.com/YaDQllD.jpeg
I’ve been tinkering with the CSS, but unfortunately I haven’t found a way to easily increase the space around our website. Thank you for any help you can provide.
Hello,
Thank you very much for your answers, I will follow your advice, also, if you delay the footer, I think it will be a problem for the google crawler and it will no longer see important links like about us, contact, privacy… that’s why we are quite reluctant about that feature.
It also helps us a lot if we can also receive a set of settings for css, js, and others from the litespeed cache.
Thanks!
Hello,
The issue with the menu hover is happening because of a margin that is set for the sub-menu. Normally the sub-menu appears while hovering on the main menu item, and it requires uninterrupted space below it and the sub-menu. This way when you move the cursor over to the sub-menu, it stays visible. But if there is a margin between the main menu item and the sub-menu, the sub-menu will close. And I’m not sure what is adding that margin
It could be overridden, something like this should work:
.sub-menu {
margin-top: 0!important;
}
Set the code in Theme Panel ->Custom code -> Custom CSS
Thank you!
I can confirm that the issue occurs when the Aggregate Inline CSS is disabled. This obviously should not be happening.
Please inform your developers
Thank you
-
This reply was modified 1 year by
Alex.
We are using classic editor, with latest version of Newsmag. We add the custom css to the WP customizer > custom CSS; outside the theme, so as to be retined on any upgrade issues.
Good luck!
(I don’t work here.)
Yes, I do that on our site with custom CSS.
try this:
.td-post-content p a{text-decoration:underline!important;}
Hi,
Testing on dev site.
Inline css is not enabled.
No cache plugin installed.
Thank you
How can I make all links in my articles and pages appear automatically underlined without having to do it manually?
I tried several solutions I found online, but nothing worked. Is there no option for this in the WordPress dashboard? Do I have to do it only through custom CSS?
Hello,
Safari’s private browsing mode has stricter JavaScript and CSS handling. In some cases, certain JavaScript functionality may not work due to restrictions like blocking cookies, local storage, or stricter handling of certain DOM manipulations.
Confirm that jQuery is properly loaded and accessible in private mode. Use the browser’s developer tools (Cmd + Option + I) to check for errors in the console.
Also, you can try to use this code https://pastebin.com/6i57h95e
Thank you!
Hello,
Please go to the theme panel -> block settings -> inline css and disable the option to minify the CSS, clear the cache and check after.
Thank you!
Hi,
In version 12.6.6 you introduced new Column title shortcode that replaced old shortcode as a “simplified for a better structure”.
The new shortcode seems to have an issue.
1. Create a page with a new Column title shortcode
2. When logged as WP admin, test headings in SEO Pro Extension in Chrome, https://marketingsyrup.com/
– The column title will be shown like this:
< H2 >
/* custom css - generated by TagDiv Composer */ .tds-title-simplified{ margin: 0; transform: translateZ(0); }.tds-title-simplified > .td-element-style{ z-index: -1; }body .tdi_66{ text-align: left; }
– Other titles on the page (from flex blocks for example) are normal < h2 > Title name < / h2 > etc
See screenshot.
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, and there you can add/remove it https://i.imgur.com/svyHb9d.jpeg -> https://forum.tagdiv.com/topic/background-color-of-the-main-menu-be-changed/
Thank you!
Hi Anamaria,
My issue is that while the sticky menu is visible on the site, it’s no longer visible/editable in the tagDiv Composer. I only see/can edit the main menu/header. Do you have any ideas of what might be preventing it from appearing? I’d like to make the sub-menus of the sticky menu navigation inline like the main one. I tried to look into a workaround through manually creating custom code but haven’t been able to figure out the corresponding CSS. Any suggestions for either path would be appreciated.
Thank you,
Josh
Hi,
For mobile we recommend a logo of this size https://prnt.sc/rZ5T9aahnpa4 I see your logo has a bit of empty space top and bottom, which makes it smaller.
You could use some CSS to make it larger, would this be alright? https://prnt.sc/F91M3nRRqvdn If you like it, please enter the code from here https://pastebin.com/nYLD2taJ in the theme panel here https://prnt.sc/IpbQYdasHtPQ
Let me know if that works for you.
Thank you!
Hi,
Our cloud templates won’t apply to bbpress topics unfortunately. If you want to customize the topic design, you could try this plugin https://wordpress.org/plugins/bbp-style-pack/ Maybe with this plugin, and if needed with some additional CSS, it can be made to look more like the rest of the website.
As a note, if you want a sidebar for the topics you can set it here https://prnt.sc/8yafM69jh-LA and add widgets to it. Or if you don’t want it select the middle option there https://prnt.sc/trdg2iwa9poY
Hope this helps.
Thank you!
Hello,
I recommend not using standard templates (header, footer, single, category, tag, author, search, 404) and avoiding blocks 1 to 25, or big grid blocks, as these can be replaced. I recommend using cloud templates and flex blocks, which have more options and are more flexible. Using a flex block, you can set the image width and height, ensuring the images will be the same size. Also, after replacing these templates and blocks, make sure to disable the tagDiv Standard pack plugin.
To change the color of the posts title on the standard block that you have now you need to use a custom code CSS
Thank you!
Hello Peter, according to my analysis of your waterfall yes you have the same problem I had. Also at waterfall view in your site CSS files take all of time too.
Unfortunately I found no solution to share with you. I left the site as it was thinking maybe the theme developers solve this some time.
Good luck,
Giorgos
Hello,
Those icons are added like in this guide https://forum.tagdiv.com/how-to-add-icons-in-menu/
To change the color of the icon you need to use a custom code CSS -> .tdb_header_menu .tdb-menu>li .tdc-font-tdmp
{
color:red;
}
Set the code in Theme Panel ->Custom code -> Custom CSS
Thank you!
Hi,
When using the extra filter menu for a block https://prnt.sc/irrQo6g3jLSN this requires the block to have a title. If there is no title set, a default title placeholder will be used. The solution would be to disable the categories filter for the block https://prnt.sc/Jc7aqIIU7vp2 which will remove the default title as well. Or do you maybe want to keep the filter menu? Because it could be done with some CSS.
Concerning the colors, for what exactly would you like to change them? The theme has global color settings in the theme panel https://prnt.sc/AYzAGpqMssz8 and also in the composer, for example https://prnt.sc/J67Tz17LU0uj
Let me know.
Thank you!
Hi,
Please try to import the homepage. I think that you have deleted the custom code CSS that was there, and that is why you don’t see the content.
Thank you!
Thanks for the tip, I moved it to the second option in wprocket instead of remove unused css option. But I deleted the mobile theme plugin already as it was not refreshing the content even after clearing cache. This is why you are seeing desktop option.
Please also let me know if the design is still showing broken on your end after changing to load CSS asynchronously option.
Thank you.
Hi,
The mobile can’t have serious caching issues, because the theme doesn’t have a cache. In normal circumstances it would be impossible for a deactivated plugin to still function.
If I check the website now, I get the correct desktop version https://prnt.sc/aoTMyo8dzEX- and the same version on mobile (responsive) https://prnt.sc/8zNRk7pgiFzn
But if I refresh the page a few times, the design gets broken. As I see it the mobile theme is not active however, it’s just the design of the desktop page getting broken. This is not the mobile theme https://prnt.sc/ajvt4_Uv9xz5
And if I add the design back, it looks fine – https://prnt.sc/3YjuNvepe5XW
As I see it the wp rocket feature to remove the unused CSS is removing much more than it should. I suggest switching to the other option https://prnt.sc/WFHuk2xLzUcA Then clear all caches again and it should be fine.
Let me know.
Thank you!
Hello,
You can use a custom code CSS for it
.tdb_single_content .td-a-ad
{
background-color:red;
}
Thank you!