Hello unidivers,
Do you are using the Mobile Theme plugin? If you are using this plugin for mobile viewport, this is normal behavior because the Mobile Theme does not recognize the Visual Composer shortcode.
I suppose that you do not understand very good how mobile theme works, right? So, please notice that this theme concept intend to display a Big Grid feature at the top of homepage which shows the posts which are included in Featured category, then will show a text which you added in Mobile Editor in Visual Composer from backend and at the very bottom of the page you will bring the Latest Articles module. Please keep in mind that the Mobile Theme do not recognize the Visual Composer shortcode and that’s why you did not get the demo style for mobile theme. So, for more information about our mobile theme, please check the documentation here -> https://forum.tagdiv.com/the-mobile-theme/ If you are unhappy with this layout, and if you want to have the similar structure with our demo mobile, you will simply turn off the mobile plugin and the theme will be automatically switched to the general responsive mobile mode.
Thanks for your understanding!
Hello Christian,
Please provide your website so I can inspect your Image Slider and also, so I will be able to provide a more accurate response/code.
Thanks for your understanding!
Hello Elevas32,
Regarding on your first problem, if you want to hide the date for modules and post pages, you can do this from Theme panel, like this -> https://www.screencast.com/t/Z2Bj7FP5XQ0y -> https://www.screencast.com/t/Z2Bj7FP5XQ0y
Please check the following topic here -> https://forum.tagdiv.com/topic/how-to-make-this/ and try to implement the last modified date as my explanation.
After each change, you should clear all your caches, purge all CDN files if you are using the CDN system and check the results. It will take a while until the Google will index the page because it is not a live effect.
Thanks for your understanding!
Hello gattoplatone,
If you want to make deeper changes in this regard, you should check the td_config.php core files and from here you should change the default theme fonts which are Open Sans and Roboto with your desired one, like this -> http://screencast.com/t/YXUNUqxE. Also, if you want to remove the Roboto Google Font you can try to remove from there, clear all your caches and check the results.
If you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for the message!
Hello Christian,
Please keep in mind that our theme uses two different files to load the JavaScript and theme Style CSS. The style sheet of the theme is created in style.css -> https://www.screencast.com/t/1hOWGpm3j and the JavaScript is in tagdiv_theme.js like this -> https://www.screencast.com/t/EXuDCTgWHzxd Notice that the queries of these files are made in td_wp_booster_functions.php. The theme style is loaded with wp_enqueue_style like this -> https://www.screencast.com/t/6rLmGGmh and the theme js is loaded through wp_enqueue_script like this -> https://www.screencast.com/t/kyK11Z8L
If you want to make some changes or also, if you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom implementation, sorry!
Thanks for your understanding!
Hello virgilio,
If you want to add a new module/block at your website, you should implement it yourself via API method, according to our documentation here -> https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/ (practical example) and the block was loaded as expected -> http://screencast.com/t/ALXRbDTs. Please notice that the API implementation is not part of our support and as you can see there, and I want to emphasize that this method addresses only to ADVANCED USERS. In our documentation, you can find some hints if you want to create a custom module/block and please notice that for achieving that is required to have a solid PHP/HTML/CSS knowledge to accomplish that. Please notice that this is a complex method and if you are not aware of the steps which you are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thank you for your understanding!
Hello john5246,
Do you know what means Featured Image? I have checked your website, and I saw that your posts do not have featured image set it. Also, I notice that you have the image added to the post content which is not displayed at the modules. Please try to set your Featured Image for your posts according to our documentation here -> https://forum.tagdiv.com/featured-image/ -> https://www.screencast.com/t/j0U2VpIEXZEN
Thanks for the message!
Hello trakmaster,
For more information about Excerpts section, consult here -> https://forum.tagdiv.com/newsmag-excerpts-introduction/
Thanks.
Hello Bintmusic,
I have inspected again your source page for the homepage and post pages and the resources are moved at the footer. Also, I have noticed that on post pages you are using some Google Ads at the top of the page which can influence the page speed loading. Please keep in mind that the Google Page Speed, sometimes misinterpret due ads that can impact page speed loading. In your case, I suppose that your top ads influence your loading and that’s why these reports show by the Google. Please try to disable your ads and check again.
Thanks for your understanding!
Hello gcamara,
Please provide your website URL and also, some useful screenshots where you should show your problem. I need to know this so I can identify the problem and also, so I will be able to provide a more accurate response.
Thanks for the message!
Hello Gaurav,
You can try doing this from Design Option. I have tested on my side and seems to work as expected, as you can see here -> https://www.screencast.com/t/zn3GTkcr -> https://www.screencast.com/t/MXoEaoO3Iw
Thanks for your understanding!
Hello Elevas32,
In a future update it is possible but we cannot say for sure if it will get done in the next update because we have a big list of fixes, improvements and suggestions to implement. It’s hard to filter them and select which one gets implemented now and which one gets postponed. The developers decide if it gets done or not though.
Thanks for your understanding!
Hello Turquezo,
Please keep in mind that the Slider work as properly, but I suppose that you skipped the last steps from our documentation, like this -> https://www.screencast.com/t/EwuxmWqFSe You should edit the slider and set the Post Categories. Otherwise, the slider will not work.
Thanks for the message!
Hello igredfro,
Please send us an email at contact@tagdiv.com with your log-in information so I can take a closer look and also, so I will be able to provide a more accurate response. Also, provide there the link of this topic so we can easily identify you.
Thanks for the message!
Hello Lewis,
Unfortunately, our theme does not have any easy solution that allows you to move the Social Icons to the main menu bar, sorry! If you want to do this, you should do it yourself, because this is not a simple task and we cannot provide custom modification through the theme, sorry! As a hint, you should edit the header menu template and add there as you wish, like this -> https://www.screencast.com/t/cP5VG75HY1eT
Thanks for your understanding!
Hello ebhelloworld28,
If you want to make these changes at your Block Title, you should use a bt of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area
.block-title{
width:96%;
}
.block-title > span {
width:100%;
}
The result is here -> https://www.screencast.com/t/l3MCYtYbbB
Also, please notice that code work as properly if you will not use the Ajax Filter for your Blocks.
Thanks for the message!
Hello Robert,
If you want to display the full-width your row, you should make your Row from Visual Composer to be the stretch, like this -> https://www.screencast.com/t/I3dQF2Cr. For more information about how you should use the Visual Composer, please consult here -> https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/
Thanks for the message!
Hello adlist,
Unfortunately, our theme does not have any such an option that allows you to change the default thumbnail functionality from WordPress, sorry! If you want to change this functionality, you should check the WordPress file and change the add_image_size() function. Notice that is not a simple task and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you, because we cannot provide custom work at the moment, sorry!
For more references about this function, please consult the guide here -> https://developer.wordpress.org/reference/functions/add_image_size/
Thanks for your understanding!
Hello bigredfro,
For your second request, please look at this -> https://www.screencast.com/t/D8xDV4XTDp
If you will check Welcome section you will see what is your theme version like this -> https://www.screencast.com/t/h430COnbZ
Thanks for the message!
Hello LinkAntonDE,
If you want to add some code between head tag in header.php file you should add here -> https://www.screencast.com/t/SPq1cHgZ42h
Thanks for the message!
Hello saggel,
In the previous version, the modification has been made in wp_booster.php like this -> https://www.screencast.com/t/fmShJUPYU
Thanks for your understanding!
-
This reply was modified 9 years by
Lucian.
Hello joeville9ja,
I have inspected again your page editor and the toolbars seem to be there, as you can see here -> https://www.screencast.com/t/HLUlSBYoL Where is the problem?
Thanks for the message!
Hello gcamara,
Please keep in mind that the category pages have a unique feature by default and you cannot have duplicate posts in your category pages! The grid of the top of the category page has an offset that avoid the duplication posts.
Thanks for your understanding!
Hello nairolf,
Thank you for your reply here. Also, please keep in mind that the website of ‘Bintmusic’ has been deeper inspected and the render blockings which Google does not consider to be moved in the footer these are even moved in this section by the plugin, which means that the Speed Booster works as expected. I agree with you, if you remove the Google Fonts, the theme will have a good page speed loading because your website will load with less one resource. Notice that the Speed Booster only moves the resources in the footer and it does not delete them, right? This topic will be available to be read by our developers and if they consider making some adjustments for this regard, notice that all of these changes will be included in our future updates.
Thanks for your understanding!
Hello Gaurav,
Try the code below and place it in Theme panel->Custom CSS area.
.alignleft{
margin-left: 6px!important;
}
.page-template-default .wpb_text_column :last-child{
margin-bottom:6px!important;
}
The result is here -> https://www.screencast.com/t/hznNO0OLmQFe
Thanks for the message!