Home User profile
tagDiv Staff
Passionate for gaming, mountain biking and traveling. I face every task as a new challenge to bring my skills to the next level.
Bogdan B.
tagDiv Staff

Hello,

Unfortunately the color issue is because you have too many complex elements on your website that need to load so this is why you get the slow loading effect. Please try your block on an empty page to see how it loads the color so you will understand what I mean. The solution would be to use fewer complex elements on your homepage. As an alternative you could assign an extra class to the row in visual composer and add the background directly in style.css so it will load first.
As for the color, the title colors affect the block title itself, not the post titles inside the block: http://screencast.com/t/lXApmasL
You can only target post titles from a block with css:
.td_block_5 .entry-title a{
color:red;
}

Thank you!

Bogdan B.
tagDiv Staff

Hi,

It depends on what you want to target. For example: http://screencast.com/t/xq06gBpZRx
If you want to target the li item, then you can use the class directly like so:
.customclass5{
yourcodehere
}

If you want to target the a link from the menu item you have to use it like so:
.customclass5 a{
yourcodehere
}

You can use your browser inspector to get all the menu classes: http://screencast.com/t/J5OL8GhtcP2y
In our theme every menu item has a specific class like for example the menu item i added a custom class to, also has a unique class that can be targeted so there is no need for the custom class: http://screencast.com/t/D5uDNrrUC1s: menu-item-398

I hope this helps.
Thank you

Bogdan B.
tagDiv Staff

Hi,
Please provide an example and more details so we can better understand what it is you wish changed to right. Please provide a link to your website so we can inspect the element you added in visual composer and you wish changed.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
1)https://forum.tagdiv.com/topic/fatal-error-in-wp-contentthemesnewspaper/
2) Please enable your post date and author (if you do not want to show them you can hide them with css, not disable from the theme panel).
3)This is tied to your first issue. Follow the topic provided and add the code to redirect it to your homepage for example.
4) I’m not sure exactly what you mean but I assume you mean h1 or h2 tags on your homepage. If you do not add any titles to your page inside a h1 or h2 tag there won;t be any. You are the one that needs to set these titles in a text box and add the title in a h1 or h2. tyou can hide it with css if you do not want to show it.
I hope this helps.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
@The Transnational Post
I tested this solution again and it still works, you just have to be careful where you place your code and change the category name to your own.
Please check the screenshots again and add the code exactly like in screenshots without deleting anything.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
You can add widgets to any sidebar you want including the ones you create (you can create your own and delete the predefined ones as well) Then you can chose the sidebar you want on posts/pages
Please follow this tutorial: https://forum.tagdiv.com/sidebars-tutorial/
The blocks we used in our demo are simply ones you can chose from the widgets area. The advertisement is an ad box and the ‘Must Read’ element is a content block although I can’t find it at the moment to tell you which one we used. You can check how content blocks display here: http://demo.tagdiv.com/newspaper/block-1/
I hope this helps.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
Are you still using newspaper 4? because this method used to work for the old version of the theme. Now the text is not capitalized anymore: http://screencast.com/t/C6pTPKQhE Please provide more details as to what you want help with. (Solutions from 2014 most likely will not work anymore on the current version of the theme)
Thank you!

Bogdan B.
tagDiv Staff

Hello,
I have checked this issue myself and I still get the same errors even without the modifications, so I think it’s safe to simply ignore them and check if everything works fine.
Thank you!

Bogdan B.
tagDiv Staff

@TheMediumUTM
The modal image used to be activated on each image in particular from here: http://screencast.com/t/x29Yvu7uhjbC
We added the option to always use modal image for people who have lots and lots of images already implemented and it is a chore to activate it by hand on every image. If this is not the case for you, you can deactivate the general modal image and set it manually on every image.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
If you use a caching plugin then you need to activate the ajax view count as well because this option will begin it’s count from the moment you activate it. It will not recognize any views previous to the option activation. Please activate this option: http://screencast.com/t/rjYnoLbJ75Lq and then add a couple of views to your posts.
You can check custom fields for posts now and you should see this: http://screencast.com/t/JytjcYdH
If there are views in this field, then your post will show up in the block you filtered the 7 days option.
Thank you!

Bogdan B.
tagDiv Staff

Hi Melissa,
If you want to remove them from other pages, you will need the page id which you can get from here: http://screencast.com/t/vZmVj80WF
Then you can use the id inside a class like so:
.page-id-387 .comments{
display:none!important
}

Thanks.

Bogdan B.
tagDiv Staff

Hi,
Please let us know how it goes and if you require any further assistance.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
Glad you solved the images. Hopefully they will display correctly. As for PHP 7, there might not be any errors at all or there could be lots of them. We are unsure as we have not tested our themes with it yet. You could try it out and run a few tests to see if everything is in order. You can compare the site to our live demo so you can have a ‘control’ sample. http://demo.tagdiv.com/newspaper/
Thank you!

Bogdan B.
tagDiv Staff

Hi,

You need to place the meta tag inside one of WordPress files: http://screencast.com/t/CebzrLIjyhEq

Thanks.

Bogdan B.
tagDiv Staff

Hi,
You can try to inspect the images with your browser inspector and see if the thumbnail is being created. If not, then try to disable plugins and regenerate thumbs. Alternatively, if maybe the image is not big enough for the container (theme does not enlarge images. It just crops them) you could use the ‘thumbnail upscale’ plugin.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
This is covered here https://forum.tagdiv.com/how-to-make-the-site-faster/.
Please follow every step from the speedbooster section and check the example images.
What I suggested above is that you add an extra parameter here: http://screencast.com/t/rdp7FWe9S
Simply replace the last bit of code with the one above and use it like before. If all the render blocks do not appear yet, add a greater number than 20 in there and test again.
Thanks.

Bogdan B.
tagDiv Staff

Hello,
As far as we know. the modal image does not affect the SEO negatively. If you have Google Webmaster Tools set up, use the Fetch as Google tool under Crawl in the sidebar. This will show what Google is seeing when it crawls your webpage.
I hope this helps.

Bogdan B.
tagDiv Staff

Hello,
We have no reports of any similar issues with our theme. Please provide a link to the website and a few screenshots so we can see the issue.
Thank you

Bogdan B.
tagDiv Staff

Hi,
The 7 days popular must also be activated from the theme panel: http://screencast.com/t/psCmYXsSTCbb
https://forum.tagdiv.com/7-days-post-sorting/
I hope this helps.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
We do not recommend PHP 7 with our theme as it was not tested and some features we still use could be deprecated in php 7 and create problems. Please revert to a previus version of php.
Another thing that could be the case is a plugin conflict as image scaling is a common plugin conflict. Please try to disable all your plugins except visual composer, clear cache and make sure you have the thumbnails selected in the theme panel: http://screencast.com/t/XCJACumlG
Also regenerate your thumbs afterwards.
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

I just tested this again and added the code exactly like in the screenshot above. (don’t forget the comma after the previous line of code) and the related articles now grab random posts. If i refresh the page, the posts will be different:
http://screencast.com/t/m4TfDrXpI2G and refresh: http://screencast.com/t/DYq1Zv3i
Try it again and provide more details if it will still not work.
Thanks.

Bogdan B.
tagDiv Staff

Hello,
In this case you need to add a priority to the function: https://developer.wordpress.org/reference/functions/add_action/
Add the priority number in the add_action hook (default is 10) Lower numbers correspond with earlier execution.
You need to set it to execute after all of the other functions are executed so you need to add a larger number for the priority.
For example:
add_action( 'wp_print_scripts', 'td_inspect_script', 20 );
If it still cannot grab all of the render blocks, then use an even higher value.
I hope this helps.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
Yes you have to clear the cache and reset cdn if you use it and then check page speed insights again. The correct syntax is the one you can already see in your file. simply copy and paste another similar piece of code and replace the id and that’s it.
The correct syntax is this one:
$this->move_js_to_footer('FILE-ID');
$this->move_style_to_footer_queue('FILE-ID');

Thanks.

Bogdan B.
tagDiv Staff
Bogdan B.
tagDiv Staff

Hi,
Something must have gone wrong with the compiling or there is a plugin conflict that affects the video. Please try to disable speedbooster and make the modification in the main ks file and check for responsiveness again. On my end this worked in the main js file and it did not lose responsiveness.
Let us know how it goes.
Thanks.

Viewing 25 posts - 18,376 through 18,400 (of 22,378 total)