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

Hi,
I can assure you there is no such bug on our demo. It only shows the first row and then it loads the rest. I have tested your exact conditions and there was no bug at all.
Please test this on different browsers and different machines to see if the problem is not local. I tested the infinite loading again and it works as expected.
If you still have issues with this, please provide a link to your site pointing to a problematic block so we can inspect it as we cannot see the error on our demo.
Thank you!

Bogdan B.
tagDiv Staff

PS: please do not post login information here as it’s a public forum.
For this purpose we use our email address at contact@tagdiv.com

Bogdan B.
tagDiv Staff

Hi,
Like i replied above, you did not place any content in the mobile editor. If the mobile editor is empty, there will not be anything on the mobile page: http://screencast.com/t/qxNQqvMNGF
There are 2 editors now. One is the mobile editor and one is the desktop editor. If you want to have content in both you need to create content for both.
Thank you!

Bogdan B.
tagDiv Staff

Hi,

You can remove the category label from your permalinks by using the seo yoast plugin. Our theme does not have this option available.
For the quote fonts you can change them from here: http://screencast.com/t/CZNrJ46Dd

Salutare!

Bogdan B.
tagDiv Staff

Hi,

In order to re-create that look you need to add a row in visual composer and make it full width. The block is a block 14 so you need to create your section like so: http://screencast.com/t/Cxb8E4FWfFjM and then use the row setting to add the background color and stretch the row: http://screencast.com/t/DBycczxgXUrmhttp://screencast.com/t/Z1PbWs0N and then add a black background from the design option tab on the row settings.
Now you should have this result: http://screencast.com/t/90hCumjDo
Now you need to use css to position it properly: http://screencast.com/t/ZjEdGWmi
Use this code:
.mycustomclass{
margin-bottom:20px!important;
padding-top:48px!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please follow this topic to see how you can add them back: https://forum.tagdiv.com/topic/change-back-to-view-count-on-slider/
Thank you!

Bogdan B.
tagDiv Staff

Hi,
We have no reports of this at the moment and our theme does not change the links. Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then check the links again. If the problem is still there, please provide a link to your site and an example of how you are adding images so we can investigate this further.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
There is no duplication as the elements you describe are very different from one another. Please check this post to see that this duplication is normal as long as it;s in different sections. hentry is not equal to article and is not equal to blog-posting. https://forum.tagdiv.com/topic/the-content-of-hentry-diagram-may-be-double/
Here are the places you need to search for schema information if you want to remove it: http://screencast.com/t/dBo5DxfcfQ6N
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hi,

Please deactivate all your plugins except visual composer and most important: clear all caches whether it;s a caching plugin, browser, cdn or host.
Unfortunately I cannot test the sharing on your site as it’s in maintenance mode.
Le tus know if you still have trouble with this and if you do please either remove the maintenance mode or contact us via email at contact@tagdiv.com and provide wp-admin so we can investigate.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
There is a difference between the latest version we can provide and the latest version provided by the plugin author. We do not have the latest version of VC released yet so you can only get version 4.11.2 of the plugin. All versions must be tested by us and then released with the theme and this takes time. We cannot release the new version until it’s compatibility is tested and adjusted as necessary. We will releaser VC 4.12 in the next theme update.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
The background can be added only across the whole website as presented here: https://forum.tagdiv.com/background-introduction/ however, you can add background to specific categories, but individual pages do not have this option. What you see on our demo are sub-domains created for each demo. It is not the same site. Every demo has it’s own sub-domain and it’s own install of WP and the theme on it.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Visual composer and revolution slider cannot be activated. They are free versions provided by us that do not have an activation code due to the agreement we have with the plugin authors. In their latest versions, both plugins will require an activation code but please ignore these messages as the plugin authors did not create a specific case for free versions. This guide that was created for visual composer applies to revolution slider as well (the information at the top of the guide) https://forum.tagdiv.com/how-to-update-visual-composer-plugin/http://screencast.com/t/4WDoVYo6op2Z

Thank you!

Bogdan B.
tagDiv Staff

Hi,

I have checked your site and it seems the adsense works fine at the moment, but I did see another issue though as seen here: http://screencast.com/t/fMeRg6KY3d3
Please follow this topic to fix the strange symbols:
https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/

Thank you!

Bogdan B.
tagDiv Staff

hi,
In order to make this modification you do not have to edit any theme file. You can use standard css you can add in the theme panel-> custom code section. If you need help with the css, we will need a link to your site so we can provide the proper code.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
The best course of action is to replace them. Remove your current element and replace it with the accordion element. It has the same name and it can be a bit confusing. Simply remove it and create a new one. This will take a bit of time if you have lots of elements already created but unfortunately there is no alternative as VC is trying to get rid of old deprecated elements.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Pages in the mobile theme do not use visual composer so all pages that do not have a mobile version created for them in the second editor (mobile editor) will not display anything. Please read this topic to learn more about how the mobile theme works: https://forum.tagdiv.com/the-mobile-theme/

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Here is the css needed. You can change the color to your preferred one (I set it to black):
.vc_toggle_title:hover h4{
color:black!important;
}

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hi,

If you only need to insert one ad, not repeated after a number of posts, then you do not need to use the adcounter. You can simply use a do_shortcode function in the category template like so:
http://screencast.com/t/3AhOEXNl9lPl

<div class="mycustomclass">
    <?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
</div>

It will need a few css adjustments to remove the bottom margin and add a top margin for it to position properly so you can use the custom class assigned to the div element.

As for the bottom ad you need to use the same procedure but this time place the code at the bottom of loop.php from the root directory.

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

It seems the block margins and padding are causing this. Please check your homepage blocks again under design options and remove any margins or padding applied to them. Also please try to disable all plugins except visual composer, clear cache and reset cdn files to rule out a plugin conflict.
Let us know how it goes.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Thank you for your kind words and appreciation.
Unfortunately we are unable to help in this matter as we have not tested any other implementation of posts besides the default wp one. This customization is done in the db regardless of the theme used and we did not try c# in adding posts in the database so I cannot provide a precise answer in this regard. Maybe you can find a few online resourcess on how to bypass WP if you chose so.

Sorry for not having a better answer.
Thank you for your message!

Bogdan B.
tagDiv Staff

Hi,

This is a known issue and it is related to cdn. The error will fix itself once all caches get cleared. Your site.host/cdn is feeding the old style.css file from newspaper 6 and until the cache/cdn is cleared it will show this way. Caches have a set time interval for resets, but you can reset them manually. It can be either a caching plugin, a cdn server or even hosting that provides cache directly. SO your options are either wait for it to clear or you can manually clear everything you can and try to find out if your host has any caching and how it can be cleared.
As for the social counter, please update the plugin as well. Disable and delete your current version and install the new version (4.1) that is bundled with the latest version of the theme.

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately our theme cannot control the excerpts from visual composer. Those are added through the plugin but they offer no setting for the excerpt length. We hope they will add such option in future version of the plugin.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately there is little to no chance of your modifications in the child theme to work in newspaper 7. Lots of files were changed from newspaper 6 to newspaper 7. You will have to re-create your child theme in newspaper 7 and then re-apply the customization to the new files. Unfortunately there is no update proof method of altering the theme code.
Thank you!

Bogdan B.
tagDiv Staff

Hi Frank,
Unfortunately our theme does not have a switch to remove the markup. It will have to be removed from the theme files. Pleas provide more details to what markup you are referring to as I cannot see any double markup in the example you showed.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please disable all your plugins except visual composer, clear cache and reset cdn files. This is most likely a plugin conflict. Let us know how it goes.
Thank you!

Viewing 25 posts - 14,901 through 14,925 (of 22,378 total)