Hi,
Please disable CDN, clear cache and also disable the speed booster plugin and see if works.
Thanks
Hi,
The code has not been changed to Similar articles feature, you have to do this the same as before
https://forum.tagdiv.com/topic/adjusting-posts-similar-articles-frequency/#post-14622
Thanks
Hi,
How you have added the AD there? Why your ads have 1200 px width?
Thanks!
Hi,
Add this CSS in Theme panel -> Custom CSS
.rev_slider_wrapper {
z-index: 0;
}
Thanks
Hi,
Please send an email at contact@tagdiv.com and specify this, and we will send you a tutorial on how to make a custom block/module.
Thanks
Hi,
@arsonists you are free to implement the above solution or custom one. We need to analyze and pick very carefully what we will implement in the next updates, we have a long todo list.
Thanks for the message!
Hi,
Please send an URL to your site so I can check the issue, we will investigate this.
Thanks
Hi,
Do you have any CDN and cache on your site, please try to clear them. About the infinite scroll issue, can you give us a link to see this issue?
Thanks
Hi,
You can delete them if you want to have all sizes or you can change them via Theme Panel > Custom Typography http://screencast.com/t/8mE0zYuTe5c
Thanks
Hi,
Set from Theme Panel the “Style 6 – menu + (full width logo)” then add this css in Theme Panel > Custom CSS:
.td-full-logo {
background: transparent !important;
}
.td-full-layout .td-header-bg {
background-image: url('http://kipaustria.at/wp-content/uploads/2014/06/header-background.jpg');
}
Result: http://screencast.com/t/RR8HaI32Ywcl
Hope this works!
Thanks
Hi,
Please give me a link to a post that has this issue.
Thanks
Hi,
First remove this code: http://screencast.com/t/8GHWhkt6 then using the do_shortcode() function add the slider to the template like this: http://screencast.com/t/G4bkCbMibT.
<?php echo do_shortcode('slide shortcode here') ?>
Hope this helps!
Thanks
Hi,
Have you managed to solve it? I have checked your site and seems that works well now
http://screencast.com/t/lh2n3nQz8BM
I have noticed that you have some errors in the console, you may want to check:
http://screencast.com/t/Zie0qG1aiFzL
Please let me know.
Thanks
Hi,
You can copy the tagdiv gallery slider function from the function.php file and make changes to it in child-theme.
Thanks
Hi,
There must be a conflict between those plugin file and themes files. You can leave it disabled until you find a fix or you can try to use other plugin that dose the same meanwhile.
Thanks
Hi,
I will add this to our todo list, and we will take a look.
Thanks for your suggestion!
Hi,
We used those sizes with height fixed and width auto to not crop the images. Your solution will not work well with portrait images, just try to add a portrait photo and you will see that the person from photo is without head 🙂
Thanks
Hi,
Use this css, it’s for page body content/text:
.page-template-page-pagebuilder-title-php p,
.page-template-default p {
font-size: 15px;
}
We will consider this in future updates.
Thanks
Hi,
I have checked your site and saw that you are still using the Post settings > Sharing article like/tweet on post, from what we know this is why the twitter pops up twice. Try disabling it and see it the window still appear twice.
Thanks
Hi,
You can do this from Appearance -> Menu, add a new menu item and in Navigation Label section add image source like this: http://screencast.com/t/AInGu7tZfwA
Image Source should look like this:
<img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/logo-top2.png" />
And you will get this result: http://screencast.com/t/pVqRCnkBmfs
Also use css to style the image if it doesn’t fit well.
Thanks
Hi,
You can give it a try. Let us know if you have any other theme related issues.
Thanks
Hi,
As @mbasche said the theme doesn’t have a feature like that. You could try to use a plugin for that.
Thanks
Hi,
Please use this css:
.wp-smiley {
display: inline-block !important;
}
Should work, see here: http://screencast.com/t/8NMvIFvG
Thanks