- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
Hi a.harmach,
Please try this custom css -> http://prntscr.com/pz5ff7
.gsc-control-searchbox-only{
border: 1px solid #2A94D1;
border-radius: 5px;
}
.gsc-search-button-v2{
padding: 12px 27px 6px 27px;
}
form.gsc-search-box {
margin-bottom: -2px;
}
The code need to be set in Theme panel> Custom code> Custom css
Hope this will help you!
Thank you!
Hi,
1. You can use this custom css to center align it -> http://prntscr.com/pz523v
twitter-widget{
margin-left: auto;
margin-right: auto;
}
The code need to be set in Theme panel> Custom code> Custom css
2. I think that this problem is related to this topic -> https://forum.tagdiv.com/topic/missing-social-icons-on-backend/
If you can not solved it just let us know!
3. Yes, you can make the sidebar in post sticky too, if you are using standard post stiles you can make a smart sidebar -> https://forum.tagdiv.com/smart-sidebar-2/ or you can use single post templates from tagDiv Cloud Library and edit them with tagDiv Composer to make the sidebar sticky .
Thank you!
Hi,
This is untested plugin, we do not know how is working with our theme, the only solution that we can provide is a custom css to remove the table from footer.
If you need help with that, please provide a link where I can inspect this problem.
Thank you for your understanding!
Hi,
So you do not want the effect on this element -> http://prntscr.com/pyyc0h ? if yes then replace the above custom css with this one
.tdn_block_newsletter_subscribe a {
color: #000000;
text-decoration: none;
box-shadow: inset 0 -0.5em 0 0 #ffff00;
}
Thank you!
Hello !
In the style tab you have the Font options as you can see it here: https://www.screencast.com/t/rbgDzxOQmvK
If you’re using the Widget Sidebar element that will require CSS coding, if that’s the case please provide a link to your website and we will be happy to help.
Thank you !
Hi,
Please try this custom css
body[class*="skelbimai"] .td-module-title a{
pointer-events: none;
cursor: default;
}
This code need to be set in Theme panel> Custom code> Custom css
Thank you!
Hello !
Indeed there is a CSS code coming from the AMP plugin but you can overwrite that by using this CSS code: .wp-block-image figcaption {
font-family: Verdana, Geneva, sans-serif;
text-align: left;
margin: 6px 0 26px 0;
font-size: 11px;
font-style: italic;
font-weight: normal;
line-height: 17px;
color: #444;
}
You need to paste that code in here: https://www.screencast.com/t/poSdpVkJ
Thank you !
Sorry, something else went wrong and I think it was either because I toggled that JS Includes To Body option to true or a line of js/css code is being funny because now my header background is gone on desktop: https://prnt.sc/pytrdq
And this is what I’m supposed to see: https://prnt.sc/pytrj5
Any idea why that might be happening? I had temporarily disabled all custom codes but that didn’t resolve the issue. I also reuploaded the pattern but it didn’t show up. I emptied caches, and tried private/incognito modes on different browser with no success.
It could be because of the JS Includes To Body option but if I disable it, all hundred of my images will disappear. Is there any way around the issue?
Hi,
Please replay only in your topic or in topics that have a similar problem with your problem, also notice that we take in order of time ( time when was post the question ) to answer the question, and if you post/replay again in your topic the time will change and will be move to recent question, therefore the answer will be delay.
That post have set on each paragraph set a custom css -> http://prntscr.com/pymjto thisca bi achieve the custom css in code editor -> http://prntscr.com/pymmne
border-left: 3px solid #00da00;
Thank you!
Hi,
1. A code or this will be quite difficulty to achieve, please try this custom js
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
<script>
$( document ).ready(function() {
$( ".menu-item-has-children" ).addClass( "td-sub-menu-open" );
});
</script>
The code need to be set in Theme panel> Analytics -> http://prntscr.com/pymcng
2. In order to remove that effect you’ll need to set this custom css in Theme panel> Custom code> Advance css> Phones
.td-menu-mob-open-menu #td-outer-wrap {
transform: none;
}
Hope this will help you!
Thank you!
Hi,
Please try this custom css -> http://prntscr.com/pylxus
.tdb_single_comments a, .tdn_block_newsletter_subscribe a {
color: #000000;
text-decoration: none;
box-shadow: inset 0 -0.5em 0 0 #ffff00;
}
The code need to be set in Theme panel> Custom code> Custom css
Hope this will help!
Thank you!
Only solution which i found is the following (it removes also all extra css for login).
IN
wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php
REMOVE EVERYTHING
********************************************************************************************
IN
plugins/td-composer/mobile/parts/menu-mobile.php
plugins/td-composer/legacy/Newspaper/parts/menu-mobile.php
REMOVE :
<!– login section –>
<?php if (td_util::get_option(‘tds_login_mobile’) != ‘hide’) { ?>
<div class=”td-menu-login-section”>
<?php
if ( is_user_logged_in() ) {
locate_template(‘parts/logged.php’, true);
} else {
locate_template(‘parts/login.php’, true);
}
?>
</div>
<?php } ?>
AND
<!– register/login section –>
<?php if (td_util::get_option(‘tds_login_mobile’) != ‘hide’) { ?>
<div id=”login-form” class=”td-register-section”>
<?php locate_template(‘parts/register.php’, true); ?>
</div>
<?php } ?>
Hi,
1. Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Usually the “Invalid reply from server endpoint error” is caused by insufficient WP_Memory_limit
2. Usually this is a plugin conflict, some times is from WPBakery, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
3. Unfortunately only on cloud template you can change the width, without cloud the only width that you can force are these -> http://prntscr.com/pyj043
4. I think that you want to set 1 solid border around the ads, if is this, then you need to use custom css for theme panel ads -> http://prntscr.com/pyj2p0
.td-a-rec{
border: 1px solid #111;
padding: 8px;
}
Or you can set with tagDiv Composer ad box and set on it the css -> http://prntscr.com/pyj38a after that you can use the right click to save the element and reuse it -> http://prntscr.com/pyj3rr -> https://forum.tagdiv.com/custom-ad-spots/
Thank you!
Hi,
That is because the image is covering the button on mobile -> http://prntscr.com/pyiv5g it should be without that margin and padding -> http://prntscr.com/pyivnv that is set on desktop. please check the image, on css tab and adjust it for mobile.
Thank you!
Hello,
thanks a lot it helped. But I have few more things.
1. I tried to put to css this code:
.twitter-tweet {
margin: auto;
}
because I would like to have my tweets align to center. If is possible to do it some way?
2. I would like to have the share option in article, but it show only facebook like, I would like to send you screenshots, but dont know how…
3. I would like to ask, how to do our ads on sidebar – sticky. I set it on pages, ads work fine there. But no in the default sidebar. I need some code also or set it somewhere?
These 3 things are the last issue, everything works great, perfect theme :).
Hi,
You can achieve this using this custom css -> http://prntscr.com/pyhlsc
.quform textarea {
min-height: 40px;
}
The code need to b set in theme panel> custom code > custom css
Thank you!
Hi,
Unfortunately there is no setting in our theme for this, sorry! this can be achieve with custom code, or maybe even with custom css, please provide some more details, in this way I will know if I can help you!
Thank you for your understanding!
Hello !
Unfortunately we have not tested the JWplayer plugin so we cannot offer support for it. What you can do is try and set a css code in order to hide it. If you have is set up and it is showing provide us a link to inspect and see what can be done
Thank you !
Hi,
Please set in translations and empty space in “about us” field, this should solved the problem, or you can sue a custom css like this one
.td-mobile-footer-wrap .td-container{
display: none;
}
The code need to be set in Theme Panel> Mobile Theme> Custom code> css
Thank you!
Hi,
This time was no change for this code in our theme, I do not quite understand what happens with your update, maybe is because of the plugins that you are using, is possible that these to have now a stronger css like this one from woocomerce -> http://prntscr.com/pyelvh
Please add this code too
.single blockquote.td_quote_box p {
font-size: 12px!important;
line-height: 21px!important;
text-transform: none;
color: #777!important;
margin-bottom: 0;
}
Hope this will help you!
Thank you for your understanding!
thanks very much Calin, it worked like a charm!
i’ve got two more questions on menus
1) the first question is on the mobile burger (main) menu: when our visitors click on ‘Property Development >’ they want to expand the submenu items but instead they’re taken to all blogposts in the selected category because they never click on the arrow icon like they’re supposed to.
i’ve got an idea on how to solve that but i’ll need your help on providing a css code for that please: i want the ‘property development >’ menu item to always be active by default (i.e. always have the submenu expanded when visitors click on the burger menu or any other menu items). is that possible? it would look like so:
PROPERTY DEVELOPMENT v
___Easy18
___Easy19
___East40
___Island32
NEWS
CONTACT
2) and the other question is on the burger menu animation, because it’s not always smooth it looks like a glitch and i was requested to remove the first part of the animation build completely. how do i do that?
currently the page scales down (zooms out) and the main menu gradient overlay moves in. i would like to keep the menu moving in as it is (from left to right) but want to remove the scaling down effect of the page behind it. is that possible?
thnx in advance!
Hi team,
A few things…
1) I can’t seem to access the Cloud Templates. I get an error message saying “invalid reply from server endpoint”
See this screenshot: https://drive.google.com/open?id=14CjVUioE0E-T4qNFOe_KeSlJHH80xCv-
Theme and plugins are all updated, including new tagDiv Standard Pack.
2) Before the update, the Cloud Templates were there – but the post template sidebar didn’t work properly – it sat the sidebar at the end of the page, after the post. Not sure if this has something to do with me setting row to stretched 1200px. Was hoping the update would fix this issue so I could create my own post templates, but now it doesn’t work at all.
3) Can you universally set the width somewhere in the theme panel ie my home page is 1200px, but because I can’t get the Cloud Templates working, I’ve been using your default post template, which is set narrower. Thanks!
4) Lastly, is it possible to put a 1pt keyline around adverts somehow? I tried doing it in the widgetised sidebar widget using the CSS tab but it didn’t work (seems to work with image widgets).
This is what I want to achieve (I’ve done this using the image widget, not widgetised sidebar).
https://drive.google.com/file/d/1a7LdDx3AS2xg7yz2rSnWIGBZieh0c9LK/view?usp=sharing
Thanks very much in advance.
Lisa
Hello
I have a form on this page. I have tried to edit the height of message boxes with the plugin, and it doesn´t work, I have used CSS in the plugin with the code: height: 40px !important; But also it doesn´t work.
Can you said me the class of the item them that it´s setting the height with stronger CSS selector? How can I solve it?
Thanks.
Ever since around v 9.7.3, the featured image for certain posts (template 7) do not display. I assumed it was a bug and restored back for each of your subsequent updates. However, the issue was never resolved.
After updating to the most recent version, I did a comparison of the CSS classes for the image that is in the DOM, but not displaying. The new code only includes the class “td-backstretch” while the old code included the classes “td-backstretch td-stretch-height td-animation-stack-type0-2”
On the upgraded site, when I add the additional classes in the developer console, the missing images load.
There are other less noticeable differences. The header style is not the same as on pages.
These issues affect all post content types.
What have I done or not done to resolve this? Thank you in advance for your assistance.
Hello, My page opens in 5 seconds. Pictures are uploaded after 4 seconds on first boot. I did research to solve this problem. I am using Cache and Image optimization plugins. I am using Autoptimize-WP Fastest Cache and TinyPNG. I scanned my website at https://gtmetrix.com/reports/teknobilimadami.com/anjMjEFU the results are sad. I’ve done a detailed scan at this address to correct them in detail.
the https://yellowlab.tools/result/fhw0k1dls
1- Make fewer HTTP requests
(This page has 3 external stylesheets. Try combining them into one)
How do I do this?
2-Add Expires headers (There is 1 static component without a far-future expiration date.)
3-Reduce the number of DOM elements (There are 3349 DOM elements on the page)
How do I reduce the number of DOMs to less than 1500?
My page opens late. I’m waiting for a quick answer on this. I need your help. I have to get it under 2 seconds.