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

Are you sure you followed the guide exactly? https://forum.tagdiv.com/how-to-make-the-site-faster/
Optimize images – point 3 of the guide: http://screencast.com/t/m7noLNKj3V
Render blocking js and css – point 5 of the guide – http://screencast.com/t/pA3Vk9lIk
Leverage browser caching point 2 of the guide – http://screencast.com/t/BHVwcxuHY

You are not done with the optimization.

Bogdan B.
tagDiv Staff

Hi,

For this you can make use of the new image box element. You can add different images with links to your preferred url: http://screencast.com/t/20efFaK4

Thank you!

Bogdan B.
tagDiv Staff

Well it will not be able to move all of the render blocking js and css. Some of them you will have to move manually as shown in this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/
under point 5.2

Thank you!

Bogdan B.
tagDiv Staff

OK, no problem.

Here are the files you are looking for:
http://screencast.com/t/S396ktuD0
http://screencast.com/t/9oPFzCvAwNS
http://screencast.com/t/y22xpV8t0j

Thanks.

Bogdan B.
tagDiv Staff

Replied via email

Bogdan B.
tagDiv Staff

Hi,
We only have the previous email but no recent one.
Pleas resend it and include a link to this topic so we can trace the email.
Thanks

Bogdan B.
tagDiv Staff

Hi,
If you want to add an image on the homepage you can use the single image element in visual composer. If his image is the featured iamge from a particular post, you can use one of the theme blocks and filtered to only show one particular post from the block settings
Thanks.

Bogdan B.
tagDiv Staff

Hi,

Wp super cache has an issue in the current version. Please use this topic to fix it until the plugin is updated:
https://forum.tagdiv.com/topic/mobile-theme-problems-3/#post-133756

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Sorry but the accordion element does not have an auto close option. All of the option available for the element can be seen here: http://screencast.com/t/yzwIZdbIn

Thank you!

Bogdan B.
tagDiv Staff

If a plugin causes issues it should be removed/replaced
Thanks

Bogdan B.
tagDiv Staff

Hi,

Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this topic so we can identify you.

Thank you!

Bogdan B.
tagDiv Staff

I tested this on our testing site (using the latest theme version and latest seo yoast version) and it works as expected. Simply check this option and it works: http://screencast.com/t/P5vdTumeJ
Please disable all other plugis except visual composer, clear cache and reset cdn files.

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please disable any image optimization tools such as photon from jetpack. It is known to cause issues with our theme. (you do have photon active: http://screencast.com/t/CwvBVic3)
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please switch to a standard wordpress theme such as twentysisxteen and you will see this is not theme related. It is php related. Please edit your htaccess or contact your host and see if there is any rule on the server that will not allow wordpress 404 errors.
Here is an example of how you can edit the 404 from htaccess:
http://stackoverflow.com/questions/35978041/using-standard-error-404-instead-of-wordpress-404-htaccess
Thanks

Bogdan B.
tagDiv Staff

Sorry but our theme blocks were not tested with any plugins. Our blocks are created custom and I doubt any plugin can tie into the code. Plugins are created on the standard wordpress code. In order to have a plugin affect our blocks it will have to be created specifically for the newspaper blocks. I suggest using a different implementation method specified by the plugin author.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
DO not change the section ID. The section ID is grabbed automatically so you do not have to change it.
If you want to alter the block css use a custom class on each block but do not change the section ID
Thank you!

Bogdan B.
tagDiv Staff

Hello,

1) There is no limit to how many revisions you can have on wordpress so I think you are safe as they will not all be kept. There should be a revision cap that when reached, it will delete the oldest ones. I don’t think it will hold all revision. You can set the revision cap yourself if you want just to be safe by using this function: https://codex.wordpress.org/Revisions

2) This depends on how you filter your blocks on pages. There are 3 ways you can exclude duplicates. One is to use different filters so different categories are shown in the blocks. The other is using the offset feature if you have the same category in the blosk so one block will show the first x posts and the second block will start at x+1 The third option is to simply use the unique articles feature: https://forum.tagdiv.com/unique-articles/ but this will not work with ajax filters or pagination. It will only work on blocks that do not use ajax.

I hope this helps.

Bogdan B.
tagDiv Staff

Well since the term is used in the plugin documentation a quick search on the plugin author’s page and you will see you are not the only one asking this question:)
https://wpml.org/forums/topic/where-do-i-find-the-textdomain-value/

I hope this helps.
Thanks.

Bogdan B.
tagDiv Staff

Well these things happen when you change any size of any element. You have to be very careful as there are multiple places that get affected by any change you make.. For this you have to adjust the author box as well for the new dimension.
Use this css:
.author-box-wrap .desc{
margin-left: 160px!important;;
}

Thanks.

Bogdan B.
tagDiv Staff

Hi,

Please use this guide: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Make sure you have the latest version of the theme though as the latest version of the plugin is only available in newspaper 7.6

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Please follow this topic:
https://forum.tagdiv.com/topic/order-of-social-icons/

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please check the menus sectiopn of woprdpress and make sure the home menuy item is present on the menu:
http://www.wpbeginner.com/beginners-guide/how-to-add-navigation-menu-in-wordpress-beginners-guide/
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Moving things around is not part of the theme settings but rather customization. It’s never easy to move things around from their initial intended place. You will have to edit the theme code if you want this. Please read this topic: https://forum.tagdiv.com/topic/related-articlesmore-from-author-in-sidebar/
The most popular block is a sidebar element. It cannot be added inside the post content easily. You will have to add it in each post by hand as the post content is not like a sidebar. You will have to create a block in visual composer and set it up as you prefer, then copy it’s shortcode in classic mode (mce editor) and paste it inside the post content for each post in particular.

As for the second part, the block titles do not define a block. It is simply a title we added for it as an example. It is not a fixed element. You can create a block in visual composer and give it any title you want: https://forum.tagdiv.com/block-settings-guide/

Thank you!

Bogdan B.
tagDiv Staff

Hi,

In order to have a red more button you will have to add it inside your post content on each post. This is only if you plan on using this module (module 15). You can use this tag: http://www.wpbeginner.com/wp-tutorials/how-to-split-wordpress-posts-into-multiple-pages/
if you find it difficult to add the nextpage tag on each post, you can try a different approach and use a module that is not used anywhere else on your site and simply enlarge the automatic excerpt to a desired length. You can change the homepage module from here: http://screencast.com/t/x70vVuzc and the excerpt length from here:
http://screencast.com/t/xHHwTkxBc5

Thank you!

Viewing 25 posts - 10,276 through 10,300 (of 22,378 total)