Here is tutorial which might help you on this: http://www.wpbeginner.com/plugins/how-to-install-and-setup-w3-total-cache-for-beginners/
Thanks for the message!
Hi,
You can use a plugin for this: http://beginnersbook.com/2013/10/5-free-plugins-adding-captcha-wordpress-blog-comments/
The theme’s login widget use the WordPress registration system so if you want to use theme’s login widget you can implement the captcha plugin to it by using a shortcode or a similar method, like did here for the social login: https://forum.tagdiv.com/topic/where-to-put-this-code/ or you can try an anti-spam plugin.
Thanks for the message!
Hi,
This happens when you try to access the theme’s index.php file directly, usually it displays a Fatal error: Call to undefined function get_header() and it shouldn’t be picked up by google’s crawler.
You can find more info about this in this tread: https://forum.tagdiv.com/topic/fatal-error-3/ and add a redirect rule for it.
Thanks
Hi,
Changing to the main theme still returns the same behavior? Please give it a go and also test this using a default WordPress theme and let me know how it goes and how it behaves.
I’ve tried to recreate this however couldn’t do it on my testing environment using the latest theme and child theme versions and themes’s plugins so please make sure you also check without using any extra plugins which might affect the outcome and check again.
Let us know how it goes!
Thanks
Hi,
To find the one you’ve used for each site you can install and activate the get option plugins: https://wordpress.org/plugins/get-options/ then go here: http://screencast.com/t/1HQAph9a9M8G chose td_011: http://screencast.com/t/6zqX0PyzVP and search for [envato_key] : http://screencast.com/t/arN4r0YH7d
Thanks
Hi,
I’m not sure if it works for you also but you could try this methods:
– https://wordpress.org/support/topic/images-disappear-from-media-library-1
– https://wordpress.org/support/topic/changing-post_parent-by-costum-meta-box
Thanks
Hi,
Yes, this possibility has been added within the latest update, however not all files located there can be altered using the child theme. You can find more info here: https://forum.tagdiv.com/child-theme-documentation-newsmag/
Thanks
Hi,
I haven’t managed to recreate this and I’m not sure how this happens, could you please also send us if possible a link to your site so we can check and inspect this or if you don’t want to post your site’s url here you can send us an email at contact@tagdiv.com
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
What theme version you use because in the latest theme version this should also use over https without issues: http://screencast.com/t/WOeWrXuJ8ohN
Let me know and if you’re not using the latest theme version please update it and test again or add https to the pointed file and line.
Thanks
Hi,
You can try to duplicate the time tag to test this here: http://screencast.com/t/HfbezFHurF change the markup to itemprop=”dateModified” then use this wp function: https://codex.wordpress.org/Function_Reference/the_modified_time to get the modified time. This way you should be able to differentiate the two times.
Thanks
Hi,
There is No set time in for Google to initially index your site – the time taken can vary.
The time it does take may vary based upon factors such as:
* Popularity of the site (Whether it has any links to it)
* Whether the content is Crawl-able (Server Responses and Content type)
* Site structure (how pages interlink)
It is possible for a site to be crawled/indexed within 4 days to 4 weeks. In some cases, it may take longer.
You can see google docs from more info that can help you on this: https://support.google.com/webmasters/topic/4589290?hl=en&ref_topic=4558844
For setting up a google custom search please see their guide on it:
– https://developers.google.com/custom-search/
– https://support.google.com/customsearch/?hl=en#topic=4513742
And to replace the default header search you can find it and replace it here: http://screencast.com/t/yTLsitvpdaoU
Thanks
Hi Chris,
As I initially replied on this we don’t plan to change it from it’s width or design perspective, however we do have some issues because of it which we still need to fix and for which it might need some minor tweaking.
Thanks
Hi,
Please go trough it’s filter settings and also test this without any plugins active besides theme’s plugins and also make sure you empty all caches.
Let us know how it goes and if you still can’t manage to solve this provide wp-access so we can have a look and send us your wp admin credentials via email at contact@tagdiv.com and include a link to this tread into your message.
Thanks
Hi,
Not sure what duplicator you refer too, but you can use WordPress’s docs on this:
* http://codex.wordpress.org/Moving_WordPress
* http://codex.wordpress.org/Changing_The_Site_URL
Thanks for the message!
Hi,
We’re sorry for the inconvenience and all the trouble unfortunately because the recent update has been redesigned so because theme’s grid has been changed and with it the whole css, there were lots of new elements and we had to take this decision. Sorry for this.
The wpml plugin wasn’t tested with the theme and the theme doesn’t have any built in support for it so using it unfortunately could need additional customization, anyways I’m glad to hear you’ve managed to solve them.
Looking at your site I’ve noticed some shortcodes not being recognized by VC and this could happen if the importing script hasn’t worked fine: http://screencast.com/t/03OoauPYWGP and the shortcodes that now appear there are different from the ones used now: http://screencast.com/t/hK74HaET If the script isn’t working you could have to recreate the page and remove the old shortcodes and use the new ones.
I can see that on category pages the grid and posts display well: http://screencast.com/t/pmjvr8Qy3EG so you can use build the pages that don’t work again and check the result.
Thanks
Hi,
Thanks Chris!
View page source or dev tools: https://developer.chrome.com/devtools
I can see those tags like this: http://screencast.com/t/AYy0hghZ
Thanks
Hi,
It’s a css issue, we’ll investigate this and fix it as soon as we find the reason of it happening.
Thanks for reporting this. Sorry for the inconvenience!
Hi,
Please also check this without any plugins active and make sure you empty all caches and if this is still happening also provide your admin login details via email at contact@tagdiv.com so we can have a closer look at this and also include a link to this tread.
Thanks
Hi Michel Lenoir,
It’s possible that this issue with saving settings appears because the server security module blocks the access to admin-ajax.php file or the file it’s not found. Try to verify if this happens when you save settings in other cases in theme panel and also verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
Contact your server administrator and explain the situation, as it’s requested many times during the a save the file it’s treated as threat so it’s banned. You can report false positives to your server administrator to remove it from the banned list.
Please let me know and also provide a link to your site so I can check it.
Thanks
Hi,
We haven’t tested the theme with that plugins so I’m not aware of its coding or settings. Not sure if I understood this right but if the page content changes or the page are individual for each language you could have the widgets set to a sidebar and use different sidebars for each page/language.
Hope this helps!
Thanks for the message!
Hi,
Unfortunately the load more or infinite load pagination can’t be implemented for loops or post pagination.
If you need another implementation for the latest articles section you can try this functions: http://codex.wordpress.org/Function_Reference/next_posts_link and add them using an div tag on the template you use on your homepage and replace this: http://screencast.com/t/7DlGd290CLB
You can find more details here: https://forum.tagdiv.com/topic/how-just-make-next-and-prev-next-on-pagination/#post-24385
Hope this helps!
Thanks
I see you’ve managed to do it eventually.
Glad you’ve done it, we have your implementation and details on our request lists and we will consider it when we decide to change our ads system.
Thanks for your suggestion!
-
This reply was modified 11 years by
Lucian.
Hi,
Have you seen this explanation:
First of all: if you never tried to share a page with FB, FB never tried to scrape it, and it will not try to do so if you only put the url in the Debug tool. That’s the first reason because you get the error: it just states that FB has no information on the page, you must “force” it to scrape the page.
The first time you try to share a page, FB scrapes it (asks your server the first 40k of the page and analyse the opengraph tags). What can happen is that you do not see the image: Facebook Share Dialog does not display thumbnails one first load
The reason is that FB behind the scenes is still scraping your page and caching the image. The next time, in fact, you have also the image. How to solve it? Pre caching: https://developers.facebook.com/docs/sharing/best-practices#precaching
or simply add
<meta property="og:image:width" content="450"/> <meta property="og:image:height" content="298"/></blockquote>You can also try this: http://problemsolv.in/solved-facebook-doesnt-fetch-data-when-sharing-url/
Thanks
Hi ShowbizCool,
Please see Radu’s post for more details on this here: https://forum.tagdiv.com/topic/speedbooster-not-moving-all-the-files-to-the-footer/#post-55023
The tagDiv Visual Composer Shim (an experimental plugin in beta version) or Disqus can be added to that list like this: http://screencast.com/t/r54qKzKuQiG just add them using this code:
'disqus-comment-system/disqus.php'
'td-visual-composer-shim/td-visual-composer-shim.php'
Thanks
Hi,
It shouldn’t and we haven’t had any similar reports. You can implement the analytics code to your site using the set up guide from google: https://support.google.com/analytics/answer/1008080?hl=en and
Paste your snippet (unaltered, in its entirety) into every web page you want to track. Paste it immediately before the closing tag.
You can find the closing head tag here: http://screencast.com/t/OQrWXsmrMc paste the code there then check the stats again.
Also consider when adding the analytics tracking code snippet to the theme panel > analytics section: http://screencast.com/t/FyqgIVjogqTZ you do it without including the <script> tags which are included by the theme so test the code without those script tags.
Thanks