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,

Sorry but we have not tested any ad inserter plugin so I cannot make any recommendation.
The only plugins compatible with speedbooster can be seen here: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/

Thanks.

Bogdan B.
tagDiv Staff

Hello,

You can find the amp head tag in the plugin files here: https://www.screencast.com/t/pTSxo5RP42mg

Thank you!

Bogdan B.
tagDiv Staff

Hi,

These issues were already fixed in version 1.1 Please access your plugins section and check what version of the plugin you are using.
Download the theme again from envato and install the plugin again from the new package.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

If you do not want to use the mobile theme plugin, then you can only hide them on desktop and tablets.
You can target each individual menu item with css and hide it on all other devices except mobiles.
However there could be a downside where you can see them for a split second and then disappear from view. Css cannot remove a code entirely. Only hide it. You can try to put the code directly in style.css to minimize this effect but on slow connections you will still be able to see the change happen.
Here is an example on how to hide 2 menu items based on the menu item id number:

@media(min-width:767px){
.menu-item-3960, .menu-item-3961{
display:none!important;
}
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please use this guide to properly install the theme:
https://forum.tagdiv.com/install-via-wordpress/

Thank you!

Bogdan B.
tagDiv Staff

No nee to email/ We have identified the issue since then.
Please check this forum topic for a solution:
https://forum.tagdiv.com/topic/social-counter-and-instagram-problem/
Instagram made a few code changes that affected our Instagram widgets. Please use this temporary solution until the next theme update.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Youtube should work properly without issues. The other 2 networks, FB and Insta, both have issues with code alteration from their part.
Both these networks struggle with code changes that influence the widget. Facebook dues to the latest scandal started changing the api and some fb keys stopped working.
Instagram change the api as well:
https://forum.tagdiv.com/topic/social-counter-and-instagram-problem/

For Instagram we could make a change and it worked, but for Fb, we cannot do anything at the moment as they will have to fix the issue on their end. Fb is going through major changes now. You can try to generate another key as it seems some keys work and others do not.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Check the theme system status and make sure you increase your memory allocation.
https://forum.tagdiv.com/system-status-parameters-guide/
From what I found online that error is caused by insufficient memory
http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Try if possible to increase the allocated memory (if allowed by hosting as well) then check if this solves the issue.

Thanks.

Bogdan B.
tagDiv Staff
date - reply

Hello,

Please make sure you also activate it for pages from here:
https://www.screencast.com/t/ZpRWPwg1t

Thank you!

Bogdan B.
tagDiv Staff

Hello,

If the suhoshin values still won;t go away, it means they are being fed from another source. Please contact your host as this is a hosting related issue. I cannot say for sure why suhoshin cannot be changed on your host.
Let us know if you still encounter problems after you disable suhoshin.

Thanks.

Bogdan B.
tagDiv Staff

Hello,

Sorry but we have not tested elementor so I cannot say for sure if it will work or not.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

It depends on what you are trying to achieve. If you use a static homepage, then the blog page does not show up anymore. Simply place the static homepage in the designated field and that’s it: https://forum.tagdiv.com/homepage-how-to-build-and-set-it/

Thank you!

Bogdan B.
tagDiv Staff

Hello,
The links will grab the color from the theme accent color. If you want change the links color exclusively, please follow these few topics:

https://forum.tagdiv.com/topic/hyperlink-color-how-do-i-change-it/
https://forum.tagdiv.com/topic/how-to-change-link-color/
https://forum.tagdiv.com/topic/change-link-color-3/

Thanks.

Bogdan B.
tagDiv Staff

Helo,

Sorry but we cannot say for sure which is better. We have not investigated FBIA. We only added amp implementation to our theme for the moment. FBIA does not share the same popularity Google AMP seem to have. If this request becomes more popular, we will consider implementing it into our theme.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Sorry but the demos can only be activated across the whole site. You cannot have one demo on a page and another demo on another page. This can only be achieved in a multi-site environment and redirects back and forth between the 2 installs.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The modules cannot show anything else besides an image, post title, excerpt and category tag.There is no other function created for theme to show other elements such as the tags you mention. A new function will have to be created to grab the tags on blocks and that will not be an easy task. I recommend hiring a freelancer to help out with the modification as there is no simple code we can provide for this. We do not have a customization department so we cannot help in customization tasks.

Thank you for understanding.

Bogdan B.
tagDiv Staff

Hello,
Please provide a link to your site pointing at the author page so we can investigate.

Thanks.

Bogdan B.
tagDiv Staff

Hi,

Yes, CSS code should be added in the custom code css section.

Thanks.

Bogdan B.
tagDiv Staff

Hello,

The screenshot does not work. Please provide an example of the error you are getting.

Thanks.

Bogdan B.
tagDiv Staff

Hello,

You can find all of the css for any demo in the main theme files. Here is where you can find the code you are looking for: https://www.screencast.com/t/Bb7A7XzonKA

Thank you!

Bogdan B.
tagDiv Staff

Thank you for pointing this out! I will pass this information on and proper measures will be taken.

Thanks.

Bogdan B.
tagDiv Staff

Hello,

You said you already read all of the docs, but this is already covered.
In order to create a new sidebar, you can do it like mentioned here: https://forum.tagdiv.com/sidebars-tutorial/
You can then place widgets in your sidebar in the wp widgets area: https://www.screencast.com/t/DH2uvWDyN7xy
After your sidebar is created and has widgets added to it, you can use a widget sidebar on a page inside a split row. If you need to have the top row full, simply create another row below the full width one and split that one like so: https://www.screencast.com/t/smI9XQsx

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please try to add !important to the css like so:

#td-mobile-nav {
position: fixed!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Id you cannot access the dashboard because of this issue, please use this guide:
http://www.wpbeginner.com/plugins/how-to-deactivate-all-plugins-when-not-able-to-access-wp-admin/
Plugins are the number 1 reason for errors after an update so please test without any plugins to see if the issue is not plugin related.
Let us know how it goes.

Thank you!

Bogdan B.
tagDiv Staff
Viewing 25 posts - 2,576 through 2,600 (of 22,378 total)