Home User profile
tagDiv Staff
I love to get energized by social interaction! Curious and eager to improve, I enjoy traveling and learning new things.
Lucian
tagDiv Staff

Hi,

You can edit theme’s header.php file and place your code like this: https://www.screencast.com/t/7agEqlqFFrW

Thanks!

Lucian
tagDiv Staff

Hi,

Yes, the revolution slider will do it, you can see a full width slider added using the rev slider plugin on the newspaper wedding demo: http://demo.tagdiv.com/newspaper_wedding/

Concerning your error message please note that If you’re receiving this message it means your hosting provider is restricting access to some of WordPress’ native functionality so get in touch with your hosting provider and ask them to remove this restriction.

Hope this helps!
Thank you!

Lucian
tagDiv Staff

Hi,

You can use the following css code:

1/3. .td_module_wrap .entry-title a {
font-family: Playfair Display;
}

2. .td-post-content p {
font-family: Playfair Display;
font-size: 30px;
}

Add this code to the mobile theme > custom code > custom css section: https://www.screencast.com/t/vtiIYRN3ryW4

Hope this helps you!

Thanks!

Lucian
tagDiv Staff

Hi,

1. Actually the theme does not have an option to completely remove the menu on the mobile theme however you can use a custom css code to hide it like this: https://www.screencast.com/t/WXybdKTiBNd > https://www.screencast.com/t/WrPpBDmyvc1F

use this css code:

#td-top-mobile-toggle {
display: none;
}

2. It’s enough to set the Featured category to it, like this: https://www.screencast.com/t/g7n61VG6v

Thank you!

Lucian
tagDiv Staff

Hi,

I have also tested this but did not find a behaviour like you described. Could you please also provide an example so we can investigate this on your side. If you wish you can also address us via email at contact@tagdiv.com and also provide wp access so we can take a closer look.

You could also give this a try without your plugins active as you could use one that causes this.

Thank you!

Lucian
tagDiv Staff

Hi Francesco,

You can retrieve theme’s Feature Video field content using wp’s get post meta ..like theme dose it here: https://www.screencast.com/t/ghUfqHUy3VaE

Hope this helps you!
Thanks!

Lucian
tagDiv Staff

Hi Aurelio,

We are sorry for these inconveniences!

Sure there is an updated version of the theme. The latest theme version ( 7.6 ) can be found on your themeforest account like this: https://www.screencast.com/t/4eV8mj59Aei > https://www.screencast.com/t/M6C9hmQLo > https://www.screencast.com/t/lLehwlefFqI

Let us know if you still experience issues on this and provide specific details so we can give you specific indications.

Hope this clarifies it!

Thank you!

Lucian
tagDiv Staff

Alin replied you via email!

Thank you!

Lucian
tagDiv Staff

Hi,

The property ArticleBody of schema.org/Article dose not seem to be a required Google Rich Data property and it’s not reported by google’s structured data tool as missing so it’s not a problem.

I’m not sure about that second matter, you could go trough this google’s search preview tool and see if you can find anything related to your case: https://support.google.com/webmasters/answer/6398748

Hope this helps!
Thank you for your message!

Lucian
tagDiv Staff

Hi,

I believe it’s something wrong with your ad code as the wp default text widget isn’t displaying anything either:

example:

https://www.screencast.com/t/DfqRJZunf98V
https://www.screencast.com/t/qZxzNxG7eoq

Try to make sure that your code runs well, use a default wp theme for example and if you have it working and still face issues when using it in our theme let us know and we will take a closer look at this.

Thank you!

Lucian
tagDiv Staff

Hi,

For that code you can turn the wp allow membership option off, like this: https://www.screencast.com/t/rH9zOF3CY and/or remove the code from here: https://www.screencast.com/t/2kt2Xmco4 or here: https://www.screencast.com/t/KLwOgqPMVxG

Thanks!

Lucian
tagDiv Staff

Hi,

It seems that Yoast is not aware of the posts pagination used on theme’s latest articles section. You could try to filter the canonical element and not return it for your homepage using wp’s conditionals.

https://kb.yoast.com/kb/canonical-urls-in-wordpress-seo/
https://codex.wordpress.org/Conditional_Tags

If you can’t manage this on your own we recommend you ask help from a freelancer.

Thank you!
Lucian C. tagDiv

Lucian
tagDiv Staff

Hi,

Please check this tread and the solution I’ve offered there: https://forum.tagdiv.com/topic/how-do-i-add-a-custom-ad-zone-content-ads-above-the-post-title/

Let us know if you need extra help on this!

Thank you!

Lucian
tagDiv Staff

Hi,

Unfortunately the theme does not have any options that could help you on that so you’ll have to go ahead and do this by altering the post template file in your child theme setup, like this: http://screencast.com/t/fZ6EdfhMhQ – here is the code I have used: http://pastebin.com/dH2M8ru1

This will add it for all post that use the default post template like the mentioned post does: http://screencast.com/t/IAO19fb989

Hope this helps you!

Thank you

Lucian
tagDiv Staff

I have just replied you via email! Thank you!

Lucian
tagDiv Staff

Hi, I’ve replied you via email just now! Thank you!

Lucian
tagDiv Staff

@Terry

I have just replied you via email!
We have made many tests in this concerns but we have not managed to find details on this and identify the cause for this and because of the many possibilities involved it’s very difficult to pin point the exact reason and in many situations this does not occur due to our demo server but becasue the request server configuration.

Thank you!

Lucian
tagDiv Staff

Hi,

For posts you woudl have to modify the query and you can do it here: http://screencast.com/t/D6ynnxBEtmN and use a the below condition to detect the mega menu block class and the category to alter based on its id then set the “category_ids” attribute to filter posts based on your category id and exclude the subcategory based on its id also. Here is the code I’ve used:

if (get_class($this) == 'td_block_mega_menu' && $this->atts['category_id'] == 115) {
$this->atts['category_ids'] = "115, -144";
}

Hope this helps!

Thanks

Lucian
tagDiv Staff

@orlando You can also use theme’s speed booster plugin which was developed in this scope, you can find more details on this here: https://forum.tagdiv.com/how-to-make-the-site-faster/

Hope this helps!

Lucian
tagDiv Staff

@Chris That should do it. As a reference you may also look into theme’s speed booster plguin at the methods used there: http://screencast.com/t/Ukfejv54xUyk

Hope you’ll find this useful!

Lucian
tagDiv Staff

🙂 I understand! Glad you’ve found it working eventually!

Lucian C.

Lucian
tagDiv Staff

Hello @ptec1,

Unfortunately we have not tested the theme with wp-engine’s CDN so I can’t give you any guidings on this and can’t provide a precise answer or guarantee it will work.

Theme’s bad functionality when using cdn may occur due to its configuration. As Chris also pointed we have tested and offered a cdn configuration for Cloudflare’s CDN so you could check our guidings on its configuration and make sure you use similar settings for your wp-engine CDN, this may solve your problem.

I suggest you also try this without plugins as this may also occur due to other plugins.

Let us know if you need any additional informations concerning the theme on this. You can also address this to wp engine’s support as they may have a solution for this.

Hope you’ll find this useful!

Thank you!

Lucian
tagDiv Staff

Hi Chris,

It should work with older theme versions also, however I can’t say for sure since I have only tested this on a latest version copy. I’ve also checked your site though I found that the counter is actually incrementing well now so I guess it’s working for you too.

Not sure if that was the case for you but you should also consider that using cache might affect this so you should make sure you test this without having caching on.

Let me know if you need any additional assistance on this.

Thanks

Lucian
tagDiv Staff

Glad that I could help you!
Let us know if you have any updates on this!

Regards!
Lucian C.

Lucian
tagDiv Staff

Alin replied you via email!

Thank you!

Viewing 25 posts - 26 through 50 (of 6,600 total)