Hi,
There is not option to change the speed of news ticker from settings, you will have to change it from the code – http://screencast.com/t/eq1ubcdsps
You can translate “More from author” in Theme Panel > Translations – http://screencast.com/t/1di6RClnq8QR but you will need custom modifications if you want to display another articles in that section, unfortunately we cannot provide custom work at this time as we are working hard on the development, updates, fixes and support.
Thanks!
Hi,
You can change the color also for menu and search icons for mobile devices – http://screencast.com/t/yH6suuYNoPqA
as if you want to change the mobile logo position you will need custom work, and it is not so easy.
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #fff!important;
}
#td-top-mobile-toggle i, .header-search-wrap #td-header-search-button .td-icon-search {
color: #222 !important;
}
}
Thanks!
Hi,
Please disable all your plugins except of Visual Composer, clear cache and purge your files if you use CDN, thes see if you still have this issue. If you don’t have this issue anymore, activate your plugins one by one and see which one caused this. Let me know how it goes!
Thanks!
Hi,
The default page template was not designed to show excerpts or title when pagebuilder is used. You ca use pagebuider with title on pages where you want breadcrumbs or make this change in page.php (add breadcrumbs also when Visual Composer is used) – http://screencast.com/t/7RLhGIMT3xO
Thanks!
Hi,
You have an option to enable/disable share buttons from Theme Panel > Post Settings – http://screencast.com/t/b1GaoDOza
Thanks!
Hi,
1. Do you refer to the featured image? That depends which post template you use, also in Theme Panel > Block Settings you can see thumbnail size that is used also on post styles/modules/blocks – http://screencast.com/t/K383RqyNa2
2. This can be done only if you modify it in the code, please check crop mode – https://codex.wordpress.org/Function_Reference/add_image_size#Crop_Mode and change it in this array – http://screencast.com/t/i15eTrB6f
Thanks!
Hi,
The Visual Composer plugin is licensed to the theme meaning that you don’t have to buy/activate it as it is provided in package that you download from themeforest(after we test the plugin for theme compatibility we include it in the latest theme update), also you cannot update the plugin directly from the it’s producer. Envato specifies that a plugin/extension included with a specific theme cannot be used with another website/theme – http://themeforest.net/licenses/faq#license-components-a
Thanks!
Hi,
Try to order by date and change to take post from 1 month ago instead of 1 week – http://screencast.com/t/0HndGpSA – http://pastebin.com/y4B1QqW1 If you need more customizations please check – https://codex.wordpress.org/Class_Reference/WP_Query#Date_Parameters if you don’t have basic php experience I suggest to get someone to help you as we cannot provide custom work at this time, sorry!
Please regenerate your thumbnails using – https://forum.tagdiv.com/using-the-theme-with-existing-content/ and then purge your files if you use CDN.
Please check our demo (Features menu item) – http://demo.tagdiv.com/newspaper/ to see theme’s blocks/modules/grid…
Thanks!
Hi,
What version of Visual Composer do you use?
I have checked this with the latest version provided with the theme and did not found any issues. Also you can check this without any plugins active, leave just Visual Composer active, clear cache and check again. Let me know!
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please try this custom css to remove margin bottom for header ad – http://screencast.com/t/Jadjb8rXeR
@media (max-width: 767px) {
.td-header-sp-recs img {
margin-bottom: 0 !important;
}
}
If you want to reduce mare that space you will have to reduce padding(you already have a css for it) – http://screencast.com/t/265z52NBWY on mobile view using media queries – http://screencast.com/t/kklFJuGXG
Thanks!
Hi,
Please check that topic it is exactly how to make a page megamenu, just create a page using Visual Composer elements – http://screencast.com/t/dAfaYkWmmk – the Travel page from newsmag demo was created like in the screenshot – http://screencast.com/t/9Go7Yoau and just set page id to make it megamenu – https://forum.tagdiv.com/mega-menu/
Thanks!
Hi,
We know about this issue and it will be fixed in the next update. Sorry for inconvenience!
Thanks for reporting!
Hi,
Unfortunately we did not tested the plugin, so I cannot make any suggestions regarding this. You have to check how the single and loop-single templates are built and start from there. An alternative would be to look for a professional developer to help you with this, if you don’t know any you could look for one on places like – http://studio.envato.com/ Anyway we plan to improve and add better support for the custom post type in a future update.
The theme supports bbpress without any custom modifications and the can be accessed using siteurl/forums please check our demo – http://demo.tagdiv.com/newspaper/forums/ if you want to add content to your forum page, please create the forum page change the template to default and use shortcodes – http://screencast.com/t/l3qDftKrgH Also you can set here your sidebar – http://screencast.com/t/aNMnC4CZ Here you can find the plugin’s documentation – https://codex.bbpress.org/
Thanks!
Hi,
Please try to disable lazy load animation – http://screencast.com/t/ZPEUf1YIO and see if it works. I have also checked your console and you have a lot of errors – http://screencast.com/t/Cs3w3ksD9
Thanks!
Hi,
Please deactivate all you plugins except of Visual Composer, clear cache and and check if you can save your settings. Also do you have this issue only when you save category settings?
Thanks!
Hi,
From this version speed booster plugin is automatically disabled as it is tested and it works fine with some recommended plugins. Many people install the plugin without knowing what it does and after that they add 100 plugins and some of the plugins are not written ok(some of the plugins do not respect the google pagespeed recommendations of punting javascript at the end of the page).
If you want to always enable speed booster, delete this code from speed booster file: http://screencast.com/t/RZLIOPUNdqh
Thanks!
Hi,
Please open a new topic with you issues if you have another issues.
1. Please check your seo settings for posts – http://screencast.com/t/ktUUmlyOBN if you have set there also categories in the title. Also you may ask to the plugin support.
2. Please check this “Attention” – http://screencast.com/t/xcrKQXdv2fO and set a custom title.
Thanks!
Hi,
You can use do_shortcode function to place a custom ad in header.php file that it ca be overwritten by child theme – http://screencast.com/t/tfSHbmlm and paste your code in Theme Panel > Ads – Custom ad – http://screencast.com/t/Ai0jnyHcOkh
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
You customize it using custom css in Theme Panel > Custom Css – http://screencast.com/t/82VwxRmtg
Or if you want to register a new sidebar you can do this in functions.php from child theme – http://screencast.com/t/vrZ2ti3WJx – http://screencast.com/t/oVcC46g3DO
<?php dynamic_sidebar('extra'); ?>
register_sidebar(array(
'name'=> 'extra',
'id' => 'extra-widget', //the id is used by the importer
'before_widget' => '<aside class="widget %2$s">',
'after_widget' => '</aside>',
'before_title' => '<div class="block-title"><span>',
'after_title' => '</span></div>'
));
And place the sidebar in header.php like I suggested above with custom ad – http://screencast.com/t/E2EVTuZAHut it should work fine – http://screencast.com/t/Qg6RwbYoxA4r
<?php dynamic_sidebar('extra'); ?>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Unfortunately there is not option for list font on pages, you will have to use custom css for list from text blocks – http://screencast.com/t/o565UlyNsHe
.wpb_text_column li {
font-size: 18px;
line-height: 20px;
}
I have added this on our list so if more users will ask for it we will try to find a solution in a future update, it was added this option for post because the text content/list is used more often there.
Thanks!
Hi,
The featured video is saved in the meta data under td_post_video key – http://screencast.com/t/3dy6jADdLy5
Thanks!
Hi,
There is an option to your articles to set quote on blocks, please check – http://screencast.com/t/GsYw6yujwo
Thanks!
Hi,
Can you provide a link so we can take a look, not sure why you have this issue.
Thanks!
Hi,
Not sure what you mean. The latest version of the theme is 6.2.1 and it should be regarded like a new theme, it was practically rewritten. Please note that if you update the custom modifications to the theme files and custom css will not work anymore, you will have to customize them again. Here you can find a guide how to update from version 4 – https://forum.tagdiv.com/how-to-update-the-theme-2/ (please make sure that you do a clean update, remove the old theme) also update the plugins that come with the theme files from the /plugin folder. Then you will have to run the script like it is specified in the documentation and re-add your widgets in the sidebar(s). Before update please backup the site (database and files) – https://codex.wordpress.org/WordPress_Backups
If you want to remain on version 4 (4.6.3 is the last update in that version) you can find this in /old_version folder from the package that you download from themeforest – http://screencast.com/t/f8gCkpnrM7 and also if you delete the Visual Composer plugin it will appear a message to install it or if you want to do this manually you can find it following this path – http://screencast.com/t/rg3Ed6DyGckW
Thanks!