Hi,
1. There are options in the theme panel for the top header menu font properties
– https://www.screencast.com/t/kEXYQOtUx
2. Try the code like this, I believe that is how you want it to look
.tuofilmato {
background-color: #80c5be;
border-radius: 5px;
padding: 10px;
padding-left: 27px;
}
.tuofilmato:hover {
background-color: #643e1a;
border-radius: 5px;
color: #fff !important;
}
If that is not working please provide a link to your website and we will try a different a solution, more accurately.
Thanks
Hi,
Please try as a test to deactivate all plugins except theme plugins, and clear any caching installed. Then try the composer again, see if it works properly.
The system status looks right, but there are errors in the console. This way we can identify if a plugin is the cause. Let us know the results.
Thanks
Hi,
I don’t exactly understand what is the final desired result, maybe there is a different method.
I don’t believe that posts containing smart lists in their content could be identified in the posts loop.
Thanks
Hi,
I don’t understand exactly what you are trying to do, but the theme does not have any similar options. Posts can be displayed on pages using any of the available blocks, grids etc.
Blocks have ajax pagination, check this guide
– https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi,
The Related articles/More from author can be enabled in the theme panel
– https://forum.tagdiv.com/related-articles/
The same for the More articles pop-up
– https://forum.tagdiv.com/more-articles-box/
These sections will be displayed on all the posts if enabled.
Thanks
Hi,
You can send us an email at contact@tagdiv.com and provide the website link there. Also paste a link to this topic in your email as well.
Thanks
Hi,
If you would mention what exactly you want to display there, I will try to help you. A shortcode could be used, like in this example where a custom ad is added
– https://www.screencast.com/t/9QLK5eZ8an
– https://www.screencast.com/t/DG35dIcNA
Thanks
Hi,
Other elements like plugins can create redirects. Try as a test to deactivate all plugins except theme plugins, remove or deactivate all the ads if possible. Then test again. There should be a noticeable difference.
Thanks
Hi,
At the moment there are no issues with the featured image when sharing the post
– https://www.screencast.com/t/iQicG0A1
Use the Facebook debugger to identify potential problems if the issue persists
– https://kb.yoast.com/kb/why-doesnt-facebook-display-an-image/
Thanks
Hi,
There is an option to set a header background color, in the theme panel
– https://www.screencast.com/t/I560yvuy40
If that is not a solution in this case and you require something different, please provide a link to your website and details about how exactly you want the header to look. We will try to give you a solution.
Thanks
Hi,
The opening body tag is located in the header.php file, located in the main theme folder
– https://www.buzzstore.ro/campanii/62-rowenta-tefal/despre_campanie
The closing body tag is located in the footer.php file, main theme folder as well
– https://www.screencast.com/t/8iJtOsg4
Try entering the code in the header file and there should be no problem
– https://www.screencast.com/t/oLKdkmy6
Thanks
Hi,
The excerpts can be customized in general by words or letters in the theme panel
– https://forum.tagdiv.com/excerpts-introduction/
Then the excerpt length can be customized for each module. I believe that is module 18, the setting is here
– https://www.screencast.com/t/3pRKncSC5XK
Thanks
Hi,
There doesn’t seem to be any issues with the header search functionality at the moment
– https://www.screencast.com/t/lo5jvUbbIVh
The search results will be displayed by latest order, that is default behaviour.
Please correct me if I misunderstand the problem.
Thanks
Hi,
The social counter should work if configured properly
– https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Set it according to the guide, all fields must be filled with the necessary information. After doing this clear any caching installed.
If there are still issues please provide a link to your website where the counter is present, we will inspect it.
Thanks
Hi,
First the fonts, for the full big grids 3 you use the font properties can be customized here
– https://www.screencast.com/t/gbY2nwPU
– https://www.screencast.com/t/qamE5MPm
Block 5 article title fonts can be customized here
– https://www.screencast.com/t/46oYbP1Lyn
Block 14 below the grids here – https://www.screencast.com/t/yIWedQvKESH
Here you can find a table mentioning what modules each element uses, to make it easier to customize them
– https://forum.tagdiv.com/theme-blocks-modules/
Now I am assuming you want to make the article titles have a background color when the module is hovered, for the grids and block 14 below. Something like this
– https://www.screencast.com/t/jrN4faZKs
This is the code used, it must be entered in Theme panel->Custom CSS
.td_block_big_grid_fl_3 .td_module_mx20:hover .entry-title a {
background-color: black;
}
.td_block_14 .td_module_mx1:hover .entry-title a {
background-color: black;
}
The slider it seems to be displaying like this at the moment
– https://www.screencast.com/t/vH3LHCIV
If you want to invert the colors when hovered it will look like this
– https://www.screencast.com/t/vG1WZuQID
This is the code for the slider titles
.tp-revslider-mainul:hover .PostSlider-Title {
color: black!important;
background-color: white!important;
border-color: black!important;
}
Please correct me if I misunderstand what you wanted to do, I will provide different solutions if needed.
Thanks
Hi,
Please provide a link to your website if possible, we will take a look. If there is a conflict between the theme and the plugin you are using, meaning character encoding issues happening only with the respective plugin, then you could try a different plugin with these capabilities.
Try validating the feed with this tester, check if there are any errors
– https://validator.w3.org/feed/
Thanks
Hi,
The banner is loaded but it seems the image used is transparent
– http://queencitycebu.com/wp-content/uploads/2016/10/rec-post-blank.png
It is there but simply not visible. Also it seems there is no link address present, it is not directing anywhere
– https://www.screencast.com/t/jVcmailAcVR7
Please check the configuration of the code, set a valid link and image and it should appear properly.
Thanks
Hi,
The video will not play in the modules, that is just a thumbnail created from the video and the video icon to signal that the it is a video post. The actual video can be viewed in the post page.
A video could be played in a page if needed, if you place the video link in a column text/text with title element for example
– https://www.screencast.com/t/X7QXpexwLbOb
– https://www.screencast.com/t/KJ63Mc4hlq
Thanks
Hi,
I have inspected the website with both Chrome and Firefox, there are no such differences from what I can tell regarding the main menu
– https://www.screencast.com/t/nsyJjXUR2
The menu is split in two rows but only as the view port gets smaller, on any browser
– https://www.screencast.com/t/UqCKFe3Ox
Thanks
Hi,
Please provide a link to your website for a more accurate solution. That code should remove the bottom padding, try clearing the cache after entering it in the theme panel. It could be a caching issue.
Thanks
Hi,
@jermyn7 As mentioned the speed booster plugin has a predefined internal list of plugins, if it detects other plugins installed it will deactivate. This is implemented because it could cause issues with various plugins.
This check could be disabled by editing the plugin, a solution is mentioned in the provided topic. Note that some plugins may not function well after doing this.
If you want to improve website speed there are multiple topics here on the forum containing advice and guides with good results. Some of them here
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
Thanks
Hi,
At the moment there is no setting for this, the modules will display the review instead of the author name and date.
If you could wait for the next theme update, there will be an option added in Theme panel->Block settings that gives the possibility to enable/disable review rating for modules. So you can simply switch them off with this setting.
Thanks
Hi,
Disabling plugins is usually the first step in debugging issues in WordPress, that is why it was suggested.
From what I understand the problem is that the Yoast SEO section is not being displayed in the the page backend
– https://www.screencast.com/t/toNxg44Z
Maybe it is disabled in the screen options, please check it
– https://www.screencast.com/t/HkwyFPn8u
If this is not the issue you are having, please send us an email at contact@tagdiv.com and provide admin login information so we can take a look. Explain what exactly is the problem, for a better understanding.
Also paste a link to this topic in the email.
Thansk
Hi,
There are some problems with the bigger modules from what I can see. The theme will create thumbnails from the featured images set for posts
– https://forum.tagdiv.com/theme-thumbs/
Each module requires a certain thumbnails size, if the featured images are too small in size then the theme cannot create proper thumbnails
– https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
Some of the images you use as featured are small in size, a thumbnails cannot be created from them
– https://www.screencast.com/t/FL6np06EAi1v
A solution would be to either set bigger images as featured to allow the creation of bigger thumbnails, or try a thumbnail upscale plugin.
Thanks
Hi,
Some optimization tools can cause issues, that could happen for any theme. If you want to optimize the website loading speed you can take a look at some topics with solutions adn discussion in this matter, such as these for example
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
For the link color, please check the theme accent color in the theme panel
– https://www.screencast.com/t/QcyhdUclG
If by any chance is set to white this could happen. Change it if it is and check the results.
Thanks