- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi,
This is because those files have a js for the live css that will no longer load correctly.
Thank you!
Hello,
1. When the mobile theme plugin is used the pages content needs to be set using the mobile editor at the bottom of the page and this should be created using only elements from the mobile editor and not code from builders. If you want to use the responsive version, just disable the mobile theme plugin.
2. This problem seems to be caused by a malware – https://sitecheck.sucuri.net/results/https/marocafrika.org
– Change admin passwords and delete admin accounts you are not familiar with;
– Delete any weird/unknown plugins;
– Delete the weird/unknown themes;
– Clean WordPress files (example – https://i.imgur.com/stJCqiK.png)
– Check the live css tool, and make sure is working – https://i.imgur.com/xaXIEJO.png (set a css there and click on save)
example css:
.txt{
color: red;
}
Thank you!
I’ve applied the /* width: 100%; */ fix to the style.css in my child theme and removed it from wp-content\plugins\td-composer\mobile\style.css.
But the stretched image problem returns because it’s picking up the css from \td-composer\mobile\style.css rather than the one from my child theme’s style.css.
How can I fix this to avoid editing the \td-composer\mobile\style.css every time you issue an updated Newspaper theme?
(I’ve looked through https://forum.tagdiv.com/the-child-theme-support-tutorial/, but it doesn’t help.)
Thanks
Nigel
Thanks for the reply @anamaria. I’m not a tech guy. Can you please share the contatc form HTML code snippet used in momentum contact form? https://demo.tagdiv.com/newspaper_momentum_pro/contact/
I have the raw html and css, I’m looking for Contact Form 7 code snippet. For example,
This is just an example, great if you can share the exact same code that’s used on momentum contact from.
<div class="x-column x-sm x-1-2">
<label> First Name (required)
[text* first-name]
</label>
<label> Your Email (required)
[email* your-email]
</label>
<label> Phone Number(required)
[text* phone-number]
</label>
<label> City (required)
[text* city]
</label>
</div>
<div class="x-column x-sm x-1-2 mrn">
<label> Last Name (required)
[text* last-name]
</label>
<label> Address (required)
[text* address]
</label>
<label> Zip Code (required)
[text* zip-code]
</label>
<label> Subject
[text your-subject]
</label>
</div>
<div class="x-column x-sm x-1-1">
<label> Your Message
[textarea your-message]
</label>
[submit "Send"]
</div>
-
This reply was modified 2 years by
geekynaag.
If I delete the css, the page title appears twice. The css is to hige the page title. I just need a template that pulls post and page titles to the h1 element, without having to add css to hide page titles. Post titles work fine, just page titles I have this issue.
I have optimized my theme and I thought everything was working great. Today I learned that my search bar is not clickable. My question is, did I forget a JS file in the exclusion list? Please advice. Thanks in advance!
Current exclusion list is:
/wp-content/plugins/cleantalk-spam-protect/js/(.*).js
/wp-includes/js/hoverintent-js.min.js
/wp-includes/js/admin-bar.min.js
/wp-content/plugins/seo-by-rank-math/assets/front/js/(.*).js
/jquery-
/jquery-migrate(.min)
pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
b2a
b64d
/wp-content/plugins/contact-form-7/includes/swv/js/(.*).js
/wp-content/plugins/contact-form-7/includes/js/(.*).js
/wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/(.*).js
/wp-content/plugins/td-composer/css-live/assets/external/ace/(.*).js
/wp-content/plugins/td-composer/legacy/Newspaper/js/(.*).js
/wp-content/plugins/td-cloud-library/assets/js/(.*).js
/wp-content/plugins/td-subscription/assets/js/(.*).js
/wp-includes/js/(.*).js
/wp-content/plugins/td-composer/assets/js/(.*).js
/wp-content/plugins/ad-inserter/js/ad-inserter.js
/wp-content/plugins/ad-inserter/js/ad-inserter.min.js
/wp-content/plugins/ad-inserter/js/ads.js
/wp-content/plugins/ad-inserter/js/ai-functions.js
/wp-content/plugins/ad-inserter/js/ai-functions.min.js
/wp-content/plugins/ad-inserter/js/banner.js
/wp-content/plugins/ad-inserter/js/sponsors.js
/wp-content/plugins/ad-inserter-pro/js/(.*).js
/wp-content/plugins/ad-inserter-pro/includes/aos/aos.js
Hi tagdiv,
I want to make category/tag list appear horizontally like mobile horizontal menu feature. I have tried using inline element for Category/Tag List but it does not show the horizontal scrolling like in Mobile Horizontal Menu feature.
Is there any css code to add?
Thanks a lot!
Hello @mortgageman!
Delete the CSS code, so check the results. You can also contact our customs department and ask to change that code.
Thank you!
Hi, no it wasn’t you, this was around 2 years ago when I paid for custom work from yourselves. However, I am just looking for a solution.
At the moment, the page title is in the header tag, which has a global setting. The single post template picks the h1 tag up perfectly fine, and although pages do, it’s adding the h1 in content, which your custom people then hid in the css.
How can I get the page h1 to appear once, without hiding the h1 tag. Surely if we use h1 element, it doesn’t always duplicate the h1 from editor, or does it?
Okay for folks who need a solution: I managed this by having the feature post and post content display inline and giving the featured image its own CSS class, which I used to limit width and have it float to the left.
Hi,
I see that you have the lite speed cache plugin. Does this problem happen when you are logged in?
If it works, then there is a setting from the plugin related to minifying the CSS and JS.
Thank you!
Hi. I ended up using some hacky custom CSS to fix the issue. It works perfectly fine.
https://imgur.com/a/CVa88fW
You may close this thread now, thank you for the support.
td composer isn’t good for content, as gutenberg or wp editors are better for seo. All I need is a page title element for pages, as there is for posts, that picks up the title from gutenberg. At the moment, the page title element removes post titles correctly, but doesn’t remove page titles, so your designers removed my h1 page titles using css which is hurting my seo
hi, thanks, however image is large enough to cover full header but is not, tried adjusting css to full?
https://www.nairnmuseum.uk/wp-content/uploads/2024/02/eeror%20header.PNG
Hello @AlanDogg!
Edit the homepage with the TagDiv Composer, click on the row and check in the CSS tab -> Background image. For example: https://app.screencast.com/6hHuOPOFUcirA
Thank you!
Hi Anamaria
I may have solved the problem with the stretched image on mobiles:
At lines 724 – 727 of /td-composer/mobile/style.css, the code reads:
.alignnone img,
.aligncenter img {
width: 100%;
}
I believe this is what’s causing the stretched image problem. Editing the code to read:
.alignnone img,
.aligncenter img {
/* width: 100%; */
}
resolves the problem.
But I’m not sure if it causes different problems elsewhere.
Regards
Nigel
Hello!
You will need custom CSS code. Check these guides: https://www.w3schools.com/css/css3_gradients.asp -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thank you!
I want title’s color like this: https://imgur.com/k2vSn9k
But I can’t find gradient color settings in the title color, only have this: https://imgur.com/tvsKpdC
I find in CSS settings have gradient settings:https://imgur.com/OcRJ7L4
But it’s not that the result I want:https://imgur.com/p6nOkXY
Please help me. Wish you all have a good day.
Hi,
You can add a new row above the element and add the new element there.
Also, you can set the margin and padding for each element in the tab css.
Thank you!
Hi,
I did a test and for me, this issue does not happen -> https://i.imgur.com/wY2V1yg.png
You can try to remove the CSS, but I don’t know if this is the cause.
Thank you!
Hi volpik, thank you for providing a direct link to the cloud template where I can inspect the mentioned element!
To get the same layout you need to add the title element above the block, then in css tab of the title element set a negative margin bottom and a positive z-index like this – https://i.imgur.com/useE7Iy.jpg in provided example the margin bottom is -45 and z-index is 1.
I hope this will help you!
Hello,
You need to ask your host about it to help you.
Please let me know what version of the theme you use.
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!
Hi,
You can hide one element on desktop and unhide it on mobile, for example -> https://imgur.com/GKIKvgt. Every element in the TagDiv Composer has a setting to make it invisible. This setting can be seen in the CSS tab of every element: [Display: HIDDEN]. You can also hide the entire row.
To see the hidden elements in Composer, you can enable this option from Manager -> Settings -> https://i.imgur.com/OkfpxSL.png
Thank you!
Hi Bettina,
Thank you for directing me here, this is exactly what I was looking for.
I tried the CSS code, but it changes all links, including the sidebar, author and tags.
Can I make this CSS command apply only to the body text?
thank you,
Icus
Hi,
Please try this code css
.table-wrap .tdb_single_content .tdb-block-inner.td-fix-index
{
word-break: auto-phrase;
}
Set the custom css in the theme panel > custom code> advance css and the problem should be resolved.
Thank you!