Sorry, there was a code, please check this screenshot – https://i.imgur.com/WtpenSi.png
Hello,
There is no need to use an extra function, for this just use this css:
.single .comment cite a {
pointer-events: none;
}
This css can be set on single post template in a raw css so it will be used only on the single post templates.
I hope this will help you!
Hello,
For this you need to do set the classes in individual div like this:
Thank you!
Hi,
Normally all loop elements have the numbered pagination – https://i.imgur.com/G90jOO6.png this includes the flex loop builder.
Thank you!
Hi ediwebroma, the WPBakery is a bundle plugin in our theme, so we provide the last version of the plugin available in the moment we update our theme. Now in case you need WPBakery 7.7 please contact us via email at contact@tagdiv.com and we’ll try our best to provide the bundle for the version 7.7
Thank you!
Ok, in this situation to use the code only on blocks, then replace the custom css with this one:
.td_module_wrap .td-post-date {
display: none;
}
.td_block_2 .td_module_wrap .td-post-date {
display: inline-block;
}
Thank you!
Hi,
First you should check if that CPT have the archive mode enabled – https://i.imgur.com/2Ayw9Rh.png after that you can use the cloud templates too add a template for your CPT archive – https://i.imgur.com/pHElmVt.png
I hope this will help you!
Hi Alastair Dixon, indeed this behavior is related to the “flex loop builder block” so to resolve this situation you’ll need to replace it with posts loop or post loop 2 element, but not flex loop elemnts.
Thank you!
Ok, first it will be need to enable the option for dates on modules in the theme panel and after that use this custom css:
.td-post-date {
display: none;
}
.td_block_2 .td-post-date {
display: inline-block;
}
The css needs to be set in the theme panel > custom code > custom css.
Thank you!
Hi maryano, I understand. To edit the theme files you’ll need to go to wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php then on line 782 – https://i.imgur.com/9V8XTTs.png and 813 – https://i.imgur.com/I3is71r.png
I hope this will help you!
Hi Alex,
If the system status is like this – https://i.imgur.com/njRmLwS.png then indeed the theme must be activate. The activate theme tab should be like this – https://i.imgur.com/G3WiKvQ.png and this should be the successfully activation message – https://i.imgur.com/vxqEc9C.png
But if the theme is activated and you try to access the activation tab – https://i.imgur.com/WXJFnfg.png usually this is happening when a cache is apply on your webiste.
If the situation persits and you agree, I can take a look, for this please contact us via email at contact@tagdiv.com and please provide temporary wp-admin access to the website and the license key to try to activate it.
Thank you!
Hi volkanunal, if the code is set in the theme panel > custom code> advance css > phone css it should not causing any problems. Also I do not understand how that code could interfere with the social counter, because the class td-top-menu-full should be only on the top bar.
Using that css is the only way to display the top bar on mobile.
Maybe the problem was not the css and maybe it is related to something from social counter if the problem was resolved after you disable the plugin.
Hello,
Yes, the theme panel option for blocks is a global one.
Yes, it can be used a css to hide the dates. Just please provide some links from where you want to hide it and some screenshot to make sure I will remove it from the right blocks.
Thank you!
Hi maryano, the best solution for this is to use a dedicate plugin for SEO and disable the one from the theme – https://i.imgur.com/UMr2mlX.png
Thank you!
Hello volkanunal,
This is strange, normally the above code should apply only on the top menu bag – https://i.imgur.com/IYVckWg.png can you provide a screenshot with the crashed page?
Hi Alex, indeed that is the page to activate the theme, but usually when you received that message your theme is already using a key, so here is what you need to do. Go to Newsmag > System status and check if you are using the license key you need, if not, click on reset button and after tat use the new license key to activate the theme.
I hope this will help you!
Thank you!
Hi David, we are glad that the problem was resolved!
Ok, Please try this custom css:
#mega-menu-wrap-header-menu {
background: #486962;
}
This can be set in the theme panel > custom code> custom css
I hope this will help you!
Hi Rasinski1986, if the amp plugin is used with the mobile theme plugin then for pages you’ll need to create a separate content in mobile editor section at the bottom of the page – https://forum.tagdiv.com/mobile-theme-introduction/ – https://i.imgur.com/S83kxsC.png
For footer you just need to check in the theme panel footer section if you have set a footer that contains elements or you have a empty footer that use widgets that needs to be set in the appearance > widgets in footer 1, 2 and 3
Thank you!
Hello,
The template for the custom post type can be set as default using this section – https://i.imgur.com/kccQEpw.png
Thank you!
Hi,
The Quadmenu seems to be need to be inserted in the theme files to be display so this will not be quite indicate since the method should be done after each theme update. Maybe if this has a shortcode, then you can add it. I believe that on shortcode that can be used is this one : [quadmenu theme_location="top"] – https://quadmenu.com/documentation/integration/ the shortcode can be set using tagDiv Composer and set in column text or text with title and set the shortcode in text zone – https://i.imgur.com/DSSni9j.png
If you are using a cache plugin then you can choose from that plugin to exclude the tdbMenu.js from delay.
Thank you!
Hello,
Our Newsmag theme have colors for background menu, text menu and line menu – https://i.imgur.com/IlZJKyi.png – https://i.imgur.com/nS0xK5u.png if there are any other elements that you want to adjust then it will be need to use a custom css.
Please let me know what you’ll like to change and please provide a link to the website to can inspect that section and create a css for you.
Thank you!
Hello,
Here are some more recommendations:
Install a plugin for malware and please update the theme to the last version if this is already at the last version, please delete it and replace it with a fresh copy from themeforest account. DO the same for the theme plugins.
If you notice again the site redirects to other sites, it may be because of injected malware. We recommend you follow the steps below:
– Change admin passwords and delete admin accounts you are not familiar with;
– Delete any weird/unknown plugins folders and files;
– Delete the weird/unknown themes;
– Clean unfamiliar Theme Panel injected code (example – https://i.imgur.com/4q70kCv.png);
– Clean WordPress files (example – https://i.imgur.com/stJCqiK.png)
Thank you!
Hi Aerocrewnews, as simchris mentioned most of the time this situation appears when the theme plugins are not updated/enabled (in this case it is about td-composer plugin).
We recommend before any update to have a full backup and after you update the theme to make sure that you have also updated any theme plugins you’re using before updating your theme.
Thank you!
Hi, the child theme is provided in the theme package inside the code folder and if you want to install it via WordPress just zip the Newspaper-child.
Child Theme Support – https://forum.tagdiv.com/the-child-theme-support-tutorial/