Hi,
Revolution slider and visual composer will add these messages in order to make people buy there products but you do not need to buy the 2 plugins as they are bundled free of charge and you have full access to the plugins functionality.
Thank you!
Hello,
Please try to switch to wp super cache as that is the tested and recommended plugin to use with our theme. Please follow these 2 guides to properly set up the caching and cdn:
https://forum.tagdiv.com/cache-plugin-install-and-configure/
For cdn we recommend cloudflare: https://forum.tagdiv.com/cloudflare-cdn/
Thank you!
For the main page you can only use custom excerpts. The module I mentioned is not available on pages. Please use the custom excerpt option on posts if you want to have a custom excerpt everywhere like so: http://screencast.com/t/cGx1Q1W6v This way you will have better controll over the excerpt but the downside is it cannot be automatic. You have to add a custom excerpt on every post.
Thank you!
Hello,
Our theme does not have this feature so changing the logo url is not part of the theme option. You can do it through a redirect rule either in htaccess or via a redirect plugin: http://www.wpbeginner.com/beginners-guide/beginners-guide-to-creating-redirects-in-wordpress/
Thank you!
WP super cache is the tested and recommended cache plugin to use with our theme!
Thank you!
Hi,
Unfortunately our theme does not have custom menus on different parts of the website and there is no easy solution for it except for the one provided in the topic I mentioned in my previous reply. There is no easy way to do it. Coding is never easy so please follow the topic and replicate the results on your end.
Thank you!
Hello,
Your slider is already at 480 px: http://screencast.com/t/qKCN4FGrh so I’m not sure how to help.
Thank you!
Hello,
There is no such option to remove the link itself from the images, but you can do it by altering the theme files. You can remove these 2 lines of code that generate the link: http://screencast.com/t/RfX2mqFPAP8R
I hope this helps.
Thank you!
Hello,
No it cannot be done through the theme panel. It can be done with a bit of css though.
Try this code in the theme panel->custom css box:
.td-theme-slider .slide-meta-cat a{
background-color: rgba(0, 0, 0, 0)!important;
}
.page .td-post-category{
color:black;
background-color:transparent;
}
Thank you!
Hi,
You an try to access the files through the wordpress editor or through ftp directly.
The adsense code is provided by google. You need to create a new account and they will provide the code.
https://www.google.com/adsense/signup
Thank you!
Hi,
The image gets an external css with a fixed width from jetpack it seems: http://screencast.com/t/iCiCng0hPtK
If you say you disabled jetpack, please also clear any cache as it could still be served through the caching.
Thank you!
Hello,
You can send us an email at contact@tagdiv.com and provide login information so we can investigate. Please also include a link to this topic so we can identify you.
Thank you!
Hello,
You need to ‘create gallery’ not library in order to use a tagdiv gallery. Please use the add media button inside posts. Only when you add an image to a post or page will the create gallery button appear. Not directly in the media library accessed from the dashboard.
Thank you!
Hello,
Well it;s a simple image we added. If you keep the image size and name, you can edit in an any photo editor and replace the content with your own image. Lots of users do this. Here are the images for each thumb you will have to edit: http://screencast.com/t/1w6psOZ49o There are different sizes for this image used on dferent blocks and modules so you will have to add your image in all of these sizes. Keep the image size for it to display properly and keep the name of the file intact.
Thank you!
Hello,
If you use one general category then if your related articles are selected based on categories, all the articles will show up. There is another option though, to filter the related articles by tag: http://screencast.com/t/szWCM4198D so this element will only show articles with the same tag as the viewed post.
I hope this helps.
Thank you!
Hello Mark,
You can use the translations section of the theme panel to translate the latest articles and related articles like so: http://screencast.com/t/dVLGBKy7ncg and http://screencast.com/t/zjCWvwvbrQz0 so no need to alter the php files. You can simply ‘translate’ the text.
Thank you!
Hello,
You can place ads on the mobile theme from the mobile theme settings here: http://screencast.com/t/UirT16eMqF
Unfortuanlty there is no ad spot before the latest articles section on the homepage so it will have to be added in the mobile theme files. You can use a do_shortcode function like so: http://screencast.com/t/RkyB7Dnq
Here is the code needed: <?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
This will render the ad from custom ad 1 in the mobile homepage.
Thank you!
Hello,
The tabs you mention are the ajax filters. please use this guide to learn about their functionality: https://forum.tagdiv.com/block-settings-tutorial/
Thank you!
Hello,
We will need more details in order to help in this matter. The category tag on modules and blocks can be activated for each one in particular from here: http://screencast.com/t/s4ITnrWeP
Thank you!
Hi,
The social icons are not working because newspaper 7 requires the latest version of the social counter plugin as the functionality was changed and a few features added in. Please disable and delete files for your current version of the social counter and then install it again from here: http://screencast.com/t/dHfiAPnKH112
Thank you!
Hello,
We investigated this issue a bit as we have received reports of it since version 4.6 of wordpress. It seems there is a compatibility issue regarding wp super cache and the new version of wordpress. The same thing happens on a default theme and the jetpack mobile theme for example so it;s not theme related nor a problem with the mobile theme. We will have to wait until wp super cache releases an update to fix any incompatibility issues.
Thank you!
Hello,
1) You can disable the logo on the sticky menu from the header settings in the theme panel: http://screencast.com/t/3eaZqAAjTKMQ
2) Assuming you are referring to the category tags, You can nuse css to change the color of the tag:
.td-post-category{
background-color:red;
}
3) I have checkled your images and it seems you are using an image optimiation tool Most likely it;s the photon feature of jetpack .that will re-size the iomages in order to “optimize” them. Please remove any at all image optimization tools.
Thank you!
Hello,
The # are simply placeholders. You have to remove them and place the exact url to your social networks includin the https:// like so : https://www.facebook.com/WordPress/?fref=ts
Thank you!
Hello,
If you want to use the above solution for tag pages only, you can simply change the condition fgrom is_category to is_tag like so:
if (is_tag() && ($adcounter == 2)) {
echo do_shortcode('[td_ad_box spot_id="custom_ad_5"]');
}
It worked on my end like this: http://screencast.com/t/TGaJmPwLkxXy
I hope this helps.
Thanks.
No problem at all. We actually get this issue a lot from adsense users. If the ad code is new it can take up to a few of days before the ad itself is displayed on the site. Google seems to have a pretty big delay in this regard.
Thanks.