Hi
Please try to disable the top bar from theme panel > header: http://screencast.com/t/9jsV8mVeA – http://screencast.com/t/Ml1C9mrW5
Thanks!
Hi
You can remove that drop-down filter by commenting this lines in td_category_template.php file like here: http://screencast.com/t/azKIBBMbp5xb – http://screencast.com/t/rE9kJ6Jt
Let me know ho it goes.
Thanks!
Hi
The theme have a pagination system when you’re using pagebuilder+latest article as page template: http://screencast.com/t/nyQRhBw2sbIk – http://screencast.com/t/vwJuOOB8w You can customize the latest article area from post loop settings: http://screencast.com/t/WcSFnMZimin8
If this is not what you mean please provide more details.
Thanks!
Hi
1. WordPress doesn’t have an option to add a profile picture, you will need a plugin like https://wordpress.org/plugins/wp-user-avatar/ or to use gravatar: https://codex.wordpress.org/How_to_Use_Gravatars_in_WordPress
2.3. To add a text in author box and add authors social networks replace the initial code from td_block_authors.php with this one: http://pastebin.com/GAxdwVKd – http://screencast.com/t/jUp27afShAW5
Also you will need this css in theme panel custom css:
.author-description {
color: red!important;
font-size: 13px!important;
padding: 0!important;
}
You can change the font-size and the color as you like. The result should be like here: http://screencast.com/t/xjD5jNWuvpn3
If you want a different implementation my advice is to look for a developer from sites like http://studio.envato.com/ as we cannot offer any type of custom work at the moment.
Thanks!
Hi
You have to search and replace them in the database, use a plugin like – https://wordpress.org/plugins/better-search-replace/
Before you try this backup the database manually or use a plugin – https://codex.wordpress.org/WordPress_Backups
The following shortcodes were changed:
* td_ad_box -> td_block_ad_box
* td_authors -> td_block_authors
* td_homepage_full_1 -> td_block_homepage_full_1
* td_popular_categories -> td_block_popular_categories
* td_video_vimeo -> td_block_video_vimeo
* td_video_youtube -> td_block_video_youtube
* td_text_with_title -> td_block_text_with_title
* td_slide -> td_block_slide
* td_social_counter -> td_block_social_counter
Thanks for the message!
Hi
I have checked your site and found some errors in browser’s console: http://screencast.com/t/pXxdNhs3m They can be caused by some plugins which conflicts with theme’s js so you can try by deactivating all except Visual Composer, clear all caches, browser cache also and test again.
Let us know how it goes.
Thanks!
Hi
Note that in Speed Booster V 4.1 the move_style_to_footer function was renamed to move_style_to_footer_queue so the code should be like here:
$this->move_style_to_footer_queue(‘contact-form-7’);
Thanks!
Hi
Please make sure you commented just the indicated lines here: http://screencast.com/t/HaOmyxJ45oX otherwise could appear some issues. Also clear all caches and test again.
Thanks!
Hi
The post grid and masonry grid are built blocks from Visual Composer and the theme doesn’t change their functionality. Adding a new filter for this blocks is not an easy task so this can be done with lots of customization in plugin’s files, but you would have to look for a developer from sites like http://studio.envato.com/ as we’re not available for any customization services at the moment. Also you can try a plugin with a similar functionality but we didn’t test any of those plugins so I can’t make any recommendation in this regard, but you can try and use the one that suits you best.
Thanks for the message!
Hi
1. You can filter the post displayed in blocks by category like here: http://screencast.com/t/3B9CL95TGOzo Also you can find more details about blocks filters in our documentation: https://forum.tagdiv.com/block-settings-overview/
To remove the drop-down menu just disable the ajax filter: http://screencast.com/t/ruyNUPFxqzS
2. I am not sure what you mean, please provide more specific details.
3. You can add a review for every post from post settings: http://screencast.com/t/U20FtLaUTU
Hope this help.
Thanks!
Hi
To change the font size you need to modify this value from the css you provided above:
font-size: 20px;
The css you indicated it’s for the blockquotes: http://screencast.com/t/yLCgxNyJ4c6O
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
Visual composer plugin doesn’t have on option to create a sidebar, just to add one already created in Appearance > Widgets on the page using the widgetized sidebar block: http://screencast.com/t/mWckEF05M – http://screencast.com/t/WJgniVOJX You can use those sidebars in every post/page.
If this is not what you mean please provide more details, also a screen pointing the way you added the sidebar in VC would be helpful.
Thanks!
Hi
You can address us via email at contact@tagdiv.com and provide more details about this issue, also include a link to this topic.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
Thanks for reporting this, we changed the function name and we will update the documentation as soon as possible. You need to use the current implementation like in this example:
$this->move_style_to_footer_queue('the-file-id');
Thanks!
Hi
If you’re using adsense code a solution would be to add the code in Theme Panel > Ads section in theme’s custom ad spots: http://screencast.com/t/DjDIQo9UEc7 and use do_shortcode function in every post template files corresponding with the post template used – http://screencast.com/t/OnJ6x0h0Z to display the ads.
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_2"]');?>
Also you will need this custom css – http://screencast.com/t/uuiWen8QXqXg
.td-g-rec-id-custom_ad_1, .td-g-rec-id-custom_ad_2 {
float: left;
margin: 0 0 20px 20px!important;
}
Note that I didn’t test this on every post template so you may need additional customization and if you don’t know how to do it yourself I suggest to hire a professional developer from sites like http://studio.envato.com/ as we cannot provide custom work.
Thanks!
Hi
If you’re referring at the buttons from social counter plugin please try this implementation: https://forum.tagdiv.com/topic/make-whole-social-counter-area-clickable/
Thanks!
Hi
If you’re referring at the images from big grid you can remove that gradient using custom css in theme panel > custom css: http://screencast.com/t/hXsuugHFjP01
.home .td-grid-style-1 .td-module-thumb a:last-child:before{
background: none!important;
}
Let me know how it goes and provide more details if this is not what you mean.
Thanks!
Hi
Please check in Visual Composer’s settings if the plugin it’s enabled for pages: http://screencast.com/t/ByQusamXo Also try to deactivate all plugins except VC clear the caches and test again.
Let us know how it goes and if the problem persist send an email at contact@tagdiv.com with your site’s login details so we can inspect this issue, also paste a link to this topic.
Thanks!
Hi
You can use the same purchase code to activate the theme on the new domain.
Thanks!
Hi
You can move those files in footer using the speed booster plugin, for more details please check our documentation: https://forum.tagdiv.com/how-to-make-the-site-faster/ at point 5.2: http://screencast.com/t/bL6YEr3Hx7
Thanks!
Hi
I suspect that the theme’s files were not copied properly so please make sure that you do a clean install of the theme as it’s suggested in our documentation: https://forum.tagdiv.com/how-to-update-theme/ clear all caches, deactivate the plugins and test again.
Let us know how it goes!
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
We tested the WP-Super Cache plugin with the theme and worked fine on our side. Please try to clear all caches, browser cache too, deactivate all plugins except Visual Composer and test again. If the problem persist you could try a different cache plugin like ZenCache and see how it works.
Let us know how it goes!
Thanks!
Hi
The quotes were designed to work for post that’s why the css does not applies on pages. You can use custom css on theme panel > custom css to obtain a similar layout: http://screencast.com/t/GqRX1gq7
.page .td_quote_box{
background-color: #FCFCFC;
border-left-style: solid;
border-width: 2px;
border-color: #4db2ec;
padding: 15px 23px 0 23px;
position: relative;
top: 6px;
margin-left: 10px;
margin-right: 10px;
}
.td_quote_box p{
padding-bottom: 16px;
margin: 0;
}
Let me know how it goes and provide more details if you still need assistance on this.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
You can add a sidebar using a widgetized sidebar block from Visual Composer like here: http://screencast.com/t/WcefJ9mKFml – http://screencast.com/t/um6mD1YunGq The result will be like here: http://screencast.com/t/bboo4YVEC Try to restore the code from its original version and apply this solution.
Let me know how it goes!
Thanks!
Hi
To display two ads by 336px width side by side it’s need a container by unless 672px. Now the post content container have 640px and changing it would require changing all theme’s elements which is a complex task and involve lots of customization in theme’s code. Unfortunately we cannot offer custom work at the moment so if you need this my advice is to look for a developer from sites like: http://studio.envato.com/ to do it for you.
Thanks for the message!