hello Pedro,
You can use the font awesome 4 menus plugin to do it, but if you want a custom image, you can follow this topic to see how it can be done:
https://forum.tagdiv.com/topic/logo-in-middel-of-menu-bar-travel-theme/
Thanks.
Hello,
Please update your theme to the latest version as this error was known to us but has been fixed since. Also try it without any plugins if the error persists as plugin conflicts can create thi type of issues as well. Also clear your cache before you check .
You can use this guide to update: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!
Hello,
This method is for advanced users and it involves a bit of coding/php know-how. Please use the css and js render blocks in their specific functions in the file.
For example the js must be placed here: http://screencast.com/t/oWTDdQhN6
And for css you need to place the code here: http://screencast.com/t/Sdn2HOsTEmMS (for the css you need to add the “_queue”part to your code as it has been changed in the latest version of speedbooster)
I hope this helps.
-
This reply was modified 10 years by
Bogdan B..
Hello,
Unfortunately you will need to set up your wordpress installation beforehand. We can only offer support for theme related issues. Sorry. You can maybe find solutions online for your problem or open a ticked to WP support.
Thank you!
Hello,
The header is full width by default. It will become boxed however ehan you use a background image or a background color from the theme panel. In order to use it full width make sure you have no background image and no background color(even white counts): http://screencast.com/t/INoMtpKKxzx
Thank you!
Hello,
This error is quite common in WordPress and there are many resource online on the subject like this one for example:
http://www.wpbeginner.com/wp-tutorials/how-to-fix-are-you-sure-you-want-to-do-this-error-in-wordpress/
The main cause for this error are plugin. You can disable all your plugins before installing/activating the theme. This seems to work for most people.
If the theme still cannot be installed, then you can check if you meet the requirements for newspaper:
https://forum.tagdiv.com/requirements-for-newspaper/
(the php memory limit should be 64mb)
I hope this helps.
Thank you!
Hello,
Please make sure you have everything checked in screen option (top of screen) and if the option is still not showing up after that, please try to disable all your plugins except visual composer and clear cache. It could be a plugin conflict.
Let us know how it goes.
Thank you!
Hello,
At the moment the closest option is you can set the background to a specific category so every post from that category will get the background from it. I will add your suggestion to our update list and maybe in a future version we will be able to provide such an option.
Thank you!
Hi,
Please provide a link to your website so we can inspect this issue. If you do not want to post it here, you can send it to us in private via email at contact@tagdiv.com.
Thank you
Hi,
Please follow this guide to use speedbooster: https://forum.tagdiv.com/how-to-make-the-site-faster/
Please note that speedbooster has a compatibility function inside it’s code that causes it do deactivate if your plugin is not on the list. There is a workaround though. You can remove this code: http://screencast.com/t/RZLIOPUNdqh if you want to use it with any plugin.
I hope this helps.
Thanks
Hello,
You could use the revolution slider plugin provided by our theme and create the big sliders you want. You can read the theme documentation and how to make use of it’s options. You can have any page as your shop page so this just leaves room for your creativity. Our demo shop page is also custom made: http://demo.tagdiv.com/newspaper_tech/shop/
Thank you!
Hello,
The caching plugin works properly on your website. You can test this in your page source and check this line here: http://screencast.com/t/ivTsy7jS If the page is not cached, the uid will change every time you refresh the page. Your uid stays the same so this means the page is cached.
I’m not sure the cache plugin is the cause of the cpu load. Please test this only with wp-super cache and visual composer active to see if there is no other plugin that creates this load or maybe there are a few settings in the caching plugin that are not set properly. you can follow this guide to set up the cache:
https://forum.tagdiv.com/cache-plugin-install-and-configure/
I hope this helps.
Thanks.
Hello,
Unfortunately our themes do not have such an option so you will have to either hard-code it or find a plugin that has such a feature.
Thank you!
Hello,
I’m not sure of the implementation method you used. Twitter seems to have a wp plugin that can be used: https://dev.twitter.com/web/wordpress/embedded-video
You can find the plugin here https://wordpress.org/plugins/twitter/ then use the video shortcode to embed your videos.
Please try this method to see if the excerpt will still pick up the code.
Let us know how it goes.
Thanks.
Hello,
You can use this css code to change the color for the footer social icons:
.footer-social-wrap .td-icon-font{
color:red;
}
I hope this helps.
Thanks.
Hi,
You can use this css to do it:
.td-header-style-1 .td-header-menu-wrap-full{
height: 30px!important;
}
.td-header-style-1 #td-header-menu{
min-height:30px!important;
}
.td-header-style-1 .sf-menu > li > a{
line-height:30px!important;
}
Thanks.
Hello,
It depends on how you want to go about this. If you simply want to hide it with css you can use this code:
.home .td-a-rec-id-header{
display:none!important
}
This code will work if your ad is not adsense.
If the ad is adsense, you need to use this code:
.home .td-g-rec-id-header{
display:none!important
}
If you want to remove the ad from the code, then you need to follow this topic to see how a condition can be used to remove an ad on a specific page: https://forum.tagdiv.com/topic/remove-ads-in-certain-postpage/
I hope this helps.
Thank you!
Hi,
I’m not sure what you mean with the + button at the end of articles. There is the category tag that links directly to the category page. You simply need to activate it from the theme panel: http://screencast.com/t/zbtfIj84
I think the best way to go about this is to use a call to action button. This is a button you can create in visual composer and link it to whatever you want. I have seen really cool buttons created with this feature https://www.youtube.com/watch?v=69c6mNvu8qE
I hope this helps.
Thanks.
Hello,
Thee is a tutorial on how to add a linked in button on your sharing options but this method is dated and could not work properly in the current version of the theme. You can do a search through our forum as there are many topics on this and you will find lots of useful information on how to position it after implementation. You can start here: https://forum.tagdiv.com/topic/linkedin-button/
Unfortunately the theme has no such option to use any image. We have no solution for this at the moment so maybe one of our users can help you out in this matter or maybe you can find a plugin that has such a feature.
Thanks.
Hello Amy,
You need to use this link and create your button and get the code: https://www.stumbleupon.com/dt/badges/create
Then you need to place the code in this file: http://screencast.com/t/b2SBp2UQg
Then you can use this css to position it properly:
.td-default-sharing iframe{
position:relative;
left:8px;
top:2px;
}
I hope this helps.
Thanks.
Hello,
I have looked into this error and it seems the sport news will add a header line height of 56 px in the fonts section: http://screencast.com/t/jeuraZtmTsc
Please change this to default and your menu will return to normal. We will fix this issue in a next version of our theme.
Thanks.
Hi,
I’m not sure of you want to duplicate the title or move it completely from the top of the page to the bottom part. In any case you can access the loop-single-9.php file and move this code: http://screencast.com/t/m4AHxUjO
Thanks.
Hi,
Normally the block settings can be accessed either when adding a new element (they will appear onscreen automatically) or by clicking the little pencil shaped icon: http://screencast.com/t/j3thQj8Yr
Thank you!
Hi,
Unfortunately our theme has no option for mp4 playlists. You will have to use a plugin for this but we have not tested any and we cannot make any recommendations.
A page can be cloned if you enter classic mode: http://screencast.com/t/SxJrZ7EQ then text mode and copy all of the content: http://screencast.com/t/zB241ogB0qGE and paste it in another page in text mode.
Thanks.
Hi,
1) The two options are a different type of implementation. They are very similar indeed but the one in row settings has a few more options that can affect it like the ‘stretch row’ option.
2) You do not have to use any of the plugins if you do not want to. We have users that disable even visual composer as they can manage without it. It is up to you to decide if you want to use a plugin or not. There is no problem in disabling the e-comerce plugins.
Thank you!