Hello, in my editor I can see a custom css for the WordPress Gutenberg editor in text (view the screenshot) and also the bloc for editing is very close… is it a conflict with tagdiv ?
Hi,
Please tr this custom css -> https://i.imgur.com/zuJvry8.png
.product-template-default.single.single-product .td-container{
width: 100%!important;
}
The code need to be set in theme panel> custom code> advance css> phones
Hope this will help you!
Thank you!
Good morning,
Our customer experienced a problem related (according to WP) to td composer.
Un errore di E_ERROR è stato causato nella linea 22862 del file /var/www/chrooted/kedoswebdev/www.cgfmanet.org/wp-content/plugins/td-composer/legacy/Newspaper/includes/td_config.php. Messaggio di errore: Out of memory (allocated 2097152) (tried to allocate 32768 bytes)
Reading the server’s log we didn’t find anything about this out of memory problem, and the server didn’t fall, but our customer cannot enter in the dashboard for about 20 mins.
In several other occasions we saw the server falling down for out of memory, and we cannot understand why. We saw a lot of calls to the database.
These are some of our WP and server configurations for this website:
Dedicated Server with 8GB of RAM plus 4GB of swipe
### wp-core ###
version: 5.4
site_language: it_IT
user_language: it_IT
timezone: Europe/Rome
https_status: true
user_registration: 0
default_comment_status: open
multisite: false
dotorg_communication: true
### wp-active-theme ###
name: Newspaper 7 Child theme (Newspaper-child)
version: 9.0c
author: tagDiv
author_website: http://themeforest.net/user/tagDiv/portfolio
parent_theme: Newspaper (Newspaper)
### wp-parent-theme ###
name: Newspaper (Newspaper)
version: 10.3.2
author: tagDiv
author_website: http://themeforest.net/user/tagDiv/portfolio
### wp-server ###
server_architecture: Linux 3.10.0-1127.el7.x86_64 x86_64
httpd_software: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.0.33
php_version: 7.0.33 64bit
php_sapi: apache2handler
max_input_variables: 5000
time_limit: 300
memory_limit: 5800M
max_input_time: 230
upload_max_size: 256M
php_post_max_size: 264M
curl_version: 7.29.0 NSS/3.44
suhosin: false
imagick_availability: false
htaccess_extra_rules: true
### wp-database ###
extension: mysqli
server_version: 5.7.17
client_version: mysqlnd 5.0.12-dev – 20150407 – $Id: b5c5906d452ec590732a93b051f3827e02749b83 $
### wp-constants ###
WP_HOME: undefined
WP_SITEURL: undefined
WP_MAX_MEMORY_LIMIT: 256M
WP_DEBUG: false
WP_DEBUG_DISPLAY: false
WP_DEBUG_LOG: false
SCRIPT_DEBUG: false
WP_CACHE: false
CONCATENATE_SCRIPTS: undefined
COMPRESS_SCRIPTS: undefined
COMPRESS_CSS: undefined
WP_LOCAL_DEV: undefined
DB_CHARSET: utf8mb4
DB_COLLATE: undefined
We have, for sure, a huge amount of plugin (but we cannot do differently, as our customer needs them all).
This is my first question: do you have any ideas for this problem? It’s something that happens often!
Plus, my second question, is related to the last problem our customer experienced (the one I was talking): even if it has been and out of memory the fact that the server didn’t go down, I tried to add this string, according to you guide https://forum.tagdiv.com/requirements-for-newspaper/#td-mod-substitute, to the .htaccess.
But when I try to add
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
The server falls down immediately, and restarts when I delete it.
Our IT manager told that SubstituteMaxLineLength 10M
Is not supported in our Apache version (the last): CentOS Linux release 7.8.2003 httpd-2.4.6-93.el7.centos.x86_64
Looking in the logs, they return this: /.htaccess: Invalid command ‘SubstituteMaxLineLength’
How can we fix this according to our Apache version?
We temporary are disactivating mod_substitute, is it correct?
Hope I explained fair the issues, I’m sorry but English is not my mother tongue.
If you need further information let me know.
Thanks for helping
`
Hi,
I just checked your website and now you are no longer using the mobile theme plugin.
If you still want to use the mobile theme plugin make sure that you have enabled the mobile theme thumbs -> https://i.imgur.com/xvwyMQx.png also make sure that you do not have a plugin conflict.
The logo and mobile menu can be set from here -> https://i.imgur.com/xkSQysk.png also the about us section can be set from here -> https://i.imgur.com/e2hkXRO.png or remove with custom css.
If you are using the mobile theme plugin, you’ll gain a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://i.imgur.com/9d0UWLT.png
Also you can show the responsive version on mobile theme -> https://i.imgur.com/m0bVB5T.png you can check more details about mobile theme in our documentation -> https://forum.tagdiv.com/the-mobile-theme/ or if you want to have the responsive version only, you can use the amp option from mobile theme -> https://i.imgur.com/oofST3D.png (to use the mobile theme template on amp) or you can disable the plugin.
Thank you!
Hi,
to make the page to look like that just add with tagDiv Composer the here element -> https://i.imgur.com/f6Ddq9a.png after that adjust the text and image -> https://i.imgur.com/ye21wnl.png adjust the style -> https://i.imgur.com/Apcjtmx.png and for setting the page content over image select the row under the image (hero element) and set a background color -> https://i.imgur.com/EwUlMYy.jpg after that click on the hero element and set in css tab “-200” margin bottom -> https://i.imgur.com/Bh3WsOe.jpg the results will be -> https://i.imgur.com/u4xI46c.jpg
Hope this will help you better!
Thank you!
Hello !
The mobile theme issue looks like a caching issue. Please make sure you have active only the tagDiv plugins active and also make sure your cache is clear.
The css options is added for the selected block. That can help when you want to add extra css to that specific class.
Unfortunately I don’t quite understand what exactly you want to achieve with the latest question.
Thank you !
Hi,
If you want to remove the featured image inside the article from mobile theme you need to use this custom css ->
.td-post-featured-image{
display: none;
}
The code need to be set in Theme panel> Mobile theme> Custom code> css.
Hope this will help you!
Thank you!
Hello !
Sure ! Here is the CSS Code:
.td-scroll-up {
background-color: black;
}
Please provide a link to your website.
Thank you !
Hi,
If you want you can try a custom css, from this ->https://i.imgur.com/8FJH1rM.png in this -> https://i.imgur.com/jMDJpOJ.png
.page-nav-post .post-page-numbers {
display: none;
}
.page-nav-post .post-page-numbers:first-child, .page-nav-post .post-page-numbers:last-child {
display: block;
}
.page-nav i{
font-size: 13px;
padding: 8px 6px;
}
.page-nav-post a {
color: #fff;
background: gray;
}
.page-nav-post .post-page-numbers:last-child{
background: orange;
}
.page-nav-post .post-page-numbers .td-icon-menu-left:before {
content: '\e80c BACK';
}
.page-nav-post .post-page-numbers .td-icon-menu-right:before {
content: 'NEXT PAGE \e80d';
}
The code need to be set in theme panel> custom code> custom css.
Hope this will help you!
Hello dear support team!
1) Could you advise, how to enlarge image for checkout page?
screen – https://www.screencast.com/t/JY8oeKeR3
test link – http://wp.webdoroga.com?add-to-cart=290
2) I’ve got category page for wooCom – http://wp.webdoroga.com/shop/
I tried to hide right side bar
2.1 Changed default template of page – screen https://www.screencast.com/t/KyntSp6F
it didn’t help
2.2 After that I added CSS code from Google search 🙂
it works for me – https://www.screencast.com/t/KyntSp6F
Please confirm – is it ok ?
3) Couldn’t find where can I change product page design?
example – http://wp.webdoroga.com/product/shop-200/
screen – https://www.screencast.com/t/wvQtXRUBMq
Hi,
You can use a custom css like this one -> https://i.imgur.com/2MVHBXe.png
.td-animals .td-news-ticker .td-trending-now-wrapper {
padding: 0px;
}
The code need to be set in theme panel> custom code> advance css> phone.
Hope this will help you!
Thank you!
Hi,
I have a mega menu issue, it is too much to the left side. I deleted custom css and nothing changed, then I changed mega menu position “relative to screen, parents, menu”, it didn’t fix the issue. I tried to change horizontal align too.
Can you help me.
I send you en email with my login and mp.
Thank you
Hi,
If you want to edit the footer cloud template, then you’ll need to edit it from a page, for example, you can edit the homepage, click on edit with tagDiv Composer -> https://i.imgur.com/uweNRrc.jpg after that go down to the footer end edit it, click on the footer row and check the css tab -> https://i.imgur.com/Z8h0zic.png(now you can customize the the whole web-page from fronted).
Hope this will help you!
Thank you!
Hi !
I have applied these settings with TagDiv composer but issue is still there. Author Box is not hidden in Mobile Theme and AMP even after choosing Hidden in CSS as it is can be seen in the image.
Suggest some other options to hide Author Box in Mobile Theme and AMP.
Thanks !
Hi,
You can change the color of the excerpts using tagDiv Composer -> https://i.imgur.com/Pl6rSBG.jpg, edit the page click on flex blocks and look in style tab https://i.imgur.com/TWVneG2.png -> https://i.imgur.com/YuG7ZaY.png also for for simple blocks and grids this option is not available, but you can use a custom css like this one -> https://i.imgur.com/PbfgjpT.png
.td-excerpt{
color: red;
}
Hope this will help you!
Hi,
Unfortunately there is no option or element to achieve what you need, but you can change the pagination from homepage, for example if you are using a posts loop (latest articles) you can use tagDiv Composer on page and the follow settings -> https://i.imgur.com/JzRFUqq.png also if you want I can help with a custom css to have that layout for next prev buttons, just provide me a link here I can inspect these elements.
If this is not what you mean, please provide some more examples with some screenshots.
Thank you for your understanding!
Hello everyone,
I’m new to tagdiv templates. Installed Newspaper yesterday, and today tried installing the mobile plugin, which resulted in complete breakdown of the desktop version somehow. The CSS of the desktop version got all smooshed. Anyone had the same issue? How can I fix it?
Hello !
You can use this css: .td-excerpt {
display:none;
}
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
Thank you !
Hi Vlad, I think I misled you – I’m not using any custom css, only the template builder. My Custom Code options are all empty/blank.
Hi TagDiv Team,
I’m taking following up for my above query of displaying the desired number of “smart list” items on a single page.
IF THIS IS NOT POSSIBLE THEN TELL ME HOW CAN I REMOVE PAGE NUMBERS FROM “POST PAGINATION”
I want to only display next and previous buttons on my post not all page numbers.
Something like this:
I’ve tried doing the same by editing many different “loop-single.php” files but not of them are working. As I’m using custom post style that I’ve created with the use of the tagDiv cloud library. Can you please help me with this?
I’ve tried to achieve the same with CSS but it is not working as when I add “display: none” everything stops displaying including next and previous links as well.
Please help me with this I’m feeling very stuck.
Thanks,
– Harsh
Hi,
All the settings that can be done for customize the mobile theme are in theme panel> mobile theme -> https://i.imgur.com/Yj23TlK.png
The search button can be replace only if you make changes in theme files.
You can set the category over image using a custom css like this one -> https://i.imgur.com/ETHPfMP.png
.td-post-category {
position: absolute;
left: 0;
top: 67px;
display: block;
background: #dd9933;
color: black;
font-weight: 700;
}
The code need to be set here -> https://i.imgur.com/HYfuOWP.png
To display only the tag for premium category use replace the above code with this one
a[href$="/premium/"].td-post-category {
position: absolute;
left: 0;
top: 67px;
display: block;
background: #dd9933;
color: black;
font-weight: 700;
}
.td-post-category {
display: none;
}
The problem with the featured image most probably or appear responsive version (without this option to be selected) is caused by some plugins, most probably cache plugins, we recommend to use WP Super Cache with the settings from our guide -> https://forum.tagdiv.com/the-mobile-theme/
Unfortunately the mobile theme plugin has not been tested with memberpress shortcodes, sorry!
Hope this will help you!
Hello !
For that you can use this css code: .entry-crumbs {
display:none;
}
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
Thank you !
Hi,
You can align the title only left, right and center on vertical and horizontal -> https://i.imgur.com/Xbl2s6N.png if you want a specific place you need to use a custom css like this one -> https://i.imgur.com/CcvsvC4.png
.tds-title-over-image .tdm-title-over-image-info {
position: absolute;
bottom: 75px;
right: 175px;
}
The code will be apply on all title over image elements, if you want to set it individual, you need to set an extra class -> https://i.imgur.com/1A4fPHG.png -> https://i.imgur.com/k63ujCx.png
.my-extra-class .tds-title-over-image .tdm-title-over-image-info {
position: absolute;
bottom: 75px;
right: 175px;
}
The code need to be set in theme panel> custom code> custom css.
Than you for your understanding!
Hello !
Our team has inspected your website and it sees that your website HTML is broken. You footer is in the content.
And the CSS must be added in Theme Panel – Custom Code.
Thank you for your understanding !
Hi,
PS: is there a way to have share button scrolling on a footer bar? – sorry our theme do not have this function.
If you want to remove the featured image inside articles on mobile theme you can use this custom css
.td-post-featured-image {
display: none;
}
The code need to be set here -> https://i.imgur.com/HHYx6jH.png also you can remove it from the code -> for this you need to go on wp-content/plugins/td-composer/mobile/single.php and remove this code -> https://i.imgur.com/yfBdNgB.png also the code for taboola need to be set in this file too, the coed need to be set here -> https://i.imgur.com/gXueL80.png like this -> https://i.imgur.com/Q8WgU0I.png you can get the code from here -> https://pastebin.com/ZgMvvYpd
Hope this will help you!