Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Simion C.
tagDiv Staff

Hi,

The Yoast SEO plugin has more control over this
https://yoast.com/wordpress/plugins/seo/titles-and-meta-descriptions/
With it you can control the title for posts specifically
https://www.screencast.com/t/2sUrL1ofQ
The theme itself ads the title here
https://www.screencast.com/t/Zg292vmYt

Thanks

Simion C.
tagDiv Staff

Hi,

It could be related to folder permissions
http://www.wpbeginner.com/beginners-guide/how-to-fix-file-and-folder-permissions-error-in-wordpress/
More information here in this similar topic as well
https://stackoverflow.com/questions/27845139/the-uploaded-file-could-not-be-moved-to-wp-content-uploads-2015-01-issue-on-ima
You could contact your server provider and explain the issue, they might be able to resolve this problem.

Thanks

Simion C.
tagDiv Staff

Hi,

I see that you placed an image box element under the slider, at the moment. You can only use images in that element.
From what I understand you want to display some links to other pages under the slide. You could use a text element and enter the links in them
https://www.screencast.com/t/Kw5ErB2gO3I
Or maybe you wan to display the pages. Blocks can display pages as well
https://www.screencast.com/t/lZbnhEVgCrR
You can enter page Id’s in the filter and display specific pages in blocks.
More information about the available block settings here
https://forum.tagdiv.com/block-settings-tutorial/
If I am misunderstanding this please correct me and provide more details about what you are trying to do exactly.

Thanks

Simion C.
tagDiv Staff

Hi,

In some cases reinstalling the theme, or the composer also works
https://forum.tagdiv.com/install-via-ftp/
Or try lowering the PHP version of your server if possible and test. Use the latest version of the theme, as it is compatible and tested with version of PHP up to 7.1.

Thanks

Simion C.
tagDiv Staff

Hi,

That may not be so easy anymore, the theme code has changed over time. By default there is no option to display different header styles on pages. There is only one header style of your choosing displayed for the whole website.
If you would like to try and achieve this, try making the modifications in this location
https://www.screencast.com/t/vHPyQ24bm
However this will not be an easy task, and would require coding knowledge.

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide a link to your website so we can inspect it. There were no changes in the latest update made to how the menus are designed and displayed.
It could be a plugin that is causing the problem. Try deactivating all your plugins as a test, and clear all caching. Then check if this has any effect.

Thanks

Simion C.
tagDiv Staff

Hi,

That would probably require considerable modifications to the header template. The logo and menu are part of containers that are designed to display as they currently are. And also be responsive in all situations.
If you want to to try and make these modifications, use the browser inspector to identify the elements used and their classes an create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
But please note that it will not be an easy task. The menu and logo are dependent on each others position an containers.

Thanks

Simion C.
tagDiv Staff

Hi,

The recommended way of updating or installing Word press themes is by FTP. Please see this guide for more information about this, and also other steps to ensure a smooth update process
https://forum.tagdiv.com/how-to-update-the-theme-2/
Auto update is also available through the Envato plugin, as mentioned in the guide.
Consider making backups, in case something goes wrong you can simply revert to a previous working website. Hopefully that will not be the case.
Any modifications made to the theme files directly will be lost, but nothing else will be affected (theme panel settings, custom code, posts, pages etc).
Plugins included with the theme can simply be deactivated and removed and then install the new ones from the theme package.
Other plugins that are working with the current version of the theme, may or may not work anymore after an update of the theme or of the plugin. That is the case with all themes and plugins.
If you want to make the switch to the tagDiv composer you will have to recreate the pages with the new editor
https://forum.tagdiv.com/tagdiv-composer-tutorial/
https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/
Some elements that were specific to Visual composer are not available in tagDiv composer. More options and features will be added to this front-end page editor exclusively, in future updates however.

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe you have strong caching, try clearing the cache after replacing the file, and purge CDN files if you use it.
If you still have problems, please send us an email at contact@tagdiv.com and provide admin login information and FTP access, so we can take a look. Also paste a link to this topic in your email.

Thanks

Simion C.
tagDiv Staff

Hi,

I have tested this on my end, but I had no luck in recreating the issue. It seems to be related to the child theme, I have activated a default child theme and used a text element with the composer, but I do not receive that notification
https://www.screencast.com/t/Urg7NXBReCUK
If you can simply close it and continue with no problems, there should not be anything to worry about. We will make further tests in this matter.

Thanks

Simion C.
tagDiv Staff

Hi,

Please download the full theme package from themeforest and the mobile theme plugin will be in plugins folder along with the other bundled plugins. It cannot be missing from the package.

Thanks

Simion C.
tagDiv Staff

Hi,

I have tested this setting and it is working for me
Forum Index
https://www.screencast.com/t/NpvvPfwhT
https://www.screencast.com/t/RWp4wL9mjN
Topics by freshness
https://www.screencast.com/t/FvdeJSV4akJ
https://www.screencast.com/t/lreRInrUi
Maybe you have caching, try clearing the cache and check the results.

Thanks

Simion C.
tagDiv Staff

Hi,

There seems to be a class missing form the menu, that is hwy it displays like that. Please check that where you made the modification in the code you have not modified that class here
https://www.screencast.com/t/KLHLrEfT
I have tested this again and the sub-menu is displayed properly on Woocommerce pages
https://www.screencast.com/t/73JVZiICNAir
It could be done with CSS but it would take a lot of code to make it look like it should.

Thanks

Simion C.
tagDiv Staff

Hi,

To change the color of the article titles just for these blocks, you could use a code like this (enter your own preferred color)
This is for block 22
https://www.screencast.com/t/Ct1CwkIDyS

.td_block_22 .td_module_17 h3 > a {
color: yellow;
}

And for block 9
https://www.screencast.com/t/2gTVVhqK

.td_block_9 .td_module_8 h3 > a {
color: yellow;
}

The excerpts color for block 22 can be changed with a code like this
https://www.screencast.com/t/HivpudMqn

.td_block_22 .td_module_17 .td-excerpt {
color: yellow;
}

Other article title font properties such as font size, font weight etc, can be changed in the theme panel for each module
https://www.screencast.com/t/lbB9b1VDYoG
The excerpt font as well
https://www.screencast.com/t/SQpxlU3d
The Read more cannot be turned off. That is how that block is designed. You could hide it with some CSS like this
https://www.screencast.com/t/0CGiLKLR

.td_block_22 .td_module_17 .td-read-more {
display: none;
}

These codes must be entered in Theme panel->Custom CSS section. Please let me know if I misunderstood something or you have problems using the codes.

Thanks

Simion C.
tagDiv Staff

Hi,

The Latest articles section can be disabled by selecting a different page template
https://www.screencast.com/t/uP5zUoD697U
This section will always be displayed on the bottom of the page after your content, if enabled.
You can create pages any way you want using the tagDiv composer
https://forum.tagdiv.com/tagdiv-composer-tutorial/
Here is a guide on block settings as well
https://forum.tagdiv.com/block-settings-tutorial/
All the block and grids can be preview in the live demo
https://demo.tagdiv.com/newspaper/block-1/
https://demo.tagdiv.com/newspaper/big-grid-1/
https://demo.tagdiv.com/newspaper/full-big-grid-1/
Blocks can be placed on a maximum of three columns, however you want. One after another if that is what you want.

Thanks

Simion C.
tagDiv Staff

Hi,

Please edit the page with the tagDiv composer and you will find this element there, in the page structure
https://www.screencast.com/t/btlwBEQpGg
More about the tagDiv composer here
https://forum.tagdiv.com/tagdiv-composer-tutorial/
You can make modifications to the counter and enter your own accounts
https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
https://forum.tagdiv.com/social-counter-styles-on-newspaper/
The social accounts you enter in Theme panel->Social networks section will be displayed in the top menu and footer.
Please let us know if you have any further questions.

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide a link to your website where this is happening if possible, so we can inspect the issue. Maybe we can identify where they are coming from.
The article displayed on the front-end should be exactly how you create it in the back-end, with no other additions.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme and the editor is tested on these browsers and it is working for us. I have made some test again and there is no problem opening and editing pages with the tagDiv composer on Chrome, Firefox and Internet explorer . Latest versions of browsers is used, with latest theme version and only default plugins installed.

Thanks

Simion C.
tagDiv Staff

Hi,

When you decide to begin and make this customization please provide a link to you website and more details, and I will try to help you achieve it.

Thanks

Simion C.
tagDiv Staff

Hi,

There is no theme option to allow placement of ads between the images in the gallery. That could be possible if you maybe use a different gallery such as a plugin, that would have this option.

Thanks

Simion C.
tagDiv Staff

Hi,

Sorry for misunderstanding. Try using the review star icons from the theme like this
https://www.screencast.com/t/fgh3BYzrPg
It should work properly, you could give it a try.

Thanks

Simion C.
tagDiv Staff

Hi,

For me now it seems to work at the moment
https://www.screencast.com/t/uxInzO2lP
If sometimes it works and others not, this issue must be caused by a plugin or modifications to the theme. Please disable all plugins except the ones provided with the theme, clear all caching and check the results.
On a default theme with included plugins and no modifications there is no problem displaying the featured images in the post. Some plugins can interfere with the theme functionality and cause all kinds of issues.

Thanks

Simion C.
tagDiv Staff

Hi,

I’m sorry for this situation, if there were a solution I would happily provide it to you. But we cannot test all plugins with the theme and see what conflicts may occur, it is impossible.
Maybe you can ask the plugin developers, they might have a solution or some advice. There might have been similar issues with other themes as well.

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe you mean these elements that display with that particular block header template
https://www.screencast.com/t/FNELOEtvZ
You could change that with a code like this if you want to
https://www.screencast.com/t/ywAzIRPf
The code will apply on the whole website, and must be entered in Theme panel->Custom CSS if you decide to use it

.td_block_template_8 .td-block-title > *:before {
background-color: #fc5502;
}

Thanks

Simion C.
tagDiv Staff

Hi,

The tagDiv composer does not have any specific requirements. There might be some functionality problems or it may not work properly if the system status is not set according to this guide
https://forum.tagdiv.com/system-status-parameters-guide/
If Visual composer is working, you can keep using that until you find a different solution hopefully.

Thanks

Viewing 25 posts - 16,501 through 16,525 (of 20,681 total)