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

Enter the code in the phones field only – https://www.screencast.com/t/XqTEiIRKORa

It will make the products display one per row. The code is meant for the phones viewport, on desktop the products look fine as they are.

Simion C.
tagDiv Staff

Hi,

In some cases this was caused by insufficient resources
https://forum.tagdiv.com/requirements-for-newspaper/

Or it could be a security setting, module or firewall as in this case where the theme panel was not saving any settings
https://forum.tagdiv.com/topic/cant-save-theme-options-2/

Also if you use Wordfence try to set it on learning more
https://www.wordfence.com/help/firewall/learning-mode/

Thanks

Simion C.
tagDiv Staff

The bundled version of the WPBakery page builder provided with theme would be the same as the premium version in terms of functionality, minus some features.

The front end version will be disabled by the theme unless that code mentioned in the topic is commented or removed. It was a decision made a long time ago, because the theme blocks, grids and other elements may not display properly when using the front end WPBakery.
If you want to use it, try the suggestion from the topic, make tests.

Or simply use the tagDiv composer which is a front end page builder. We will add more options and new features specifically for the tagDiv composer, over future updates. Also the cloud library plugin will work only with the tagDiv composer
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

Here you can test the composer, preview and edit templates available through the cloud library plugin
https://affiliate.tagdiv.com/#/load/All

Simion C.
tagDiv Staff

Hi,

From what I can see some of the resources cannot be loaded in a post I tested, they are blocked by the robots file from what the test says
https://www.screencast.com/t/1rhjDaNUch
https://www.screencast.com/t/XV2noZRW

While other posts pass the test – https://www.screencast.com/t/DMGNsSGP5

If the resources are loading slow sometimes or are blocked for some reason, there will be warnings or the page in question will be declared not mobile friendly
https://support.google.com/webmasters/answer/6352293?utm_source=search_console&utm_campaign=sc-mft-test

Simion C.
tagDiv Staff

If I understand correctly you want to break the menu items name into two rows. What header style are you using?
It will require to set a width, then break the words, maybe like this
https://www.screencast.com/t/7Ql9xhxE5N5

More design modification may be required for the header, also depending on what header style you use. I tried with header style 1, this is the code used in the example
https://pastebin.com/UzuTvHKR

Simion C.
tagDiv Staff

Hi,

There are two methods for accessing the settings for the latest articles section.

One is in the backend while editing the page
https://www.screencast.com/t/JlSSuq8sqL

The other is in the tagDiv composer while editing the page
https://www.screencast.com/t/ZF7BWaavRTD

Either method will allow you to customize the latest articles section.

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe something like this? – https://www.screencast.com/t/MnTIAAM6
I could modify it if needed. The code can be entered in the advanced CSS section->phones
https://www.screencast.com/t/Q934gMiVc

#td-header-menu .td-icon-mobile:after {
position:absolute;
content:'menu';
font-size: 18px;
bottom: -15px;
left: 10px;
}

Let me know.
Thanks

Simion C.
tagDiv Staff

Hi,

There are a few quote styles to choose from in the formats menu
https://forum.tagdiv.com/post-formats-for-tinymce/
The font properties can be customized in the theme panel
https://www.screencast.com/t/Edpg3ofJE

You can always use some CSS to create your own styles. For example
https://pagely.com/blog/style-blockquotes-wordpress/

Thanks

Simion C.
tagDiv Staff

This – https://prnt.sc/l78250 will work only if you don’t use the mobile theme. There you are editing a page with the composer, composer content is not displayed on mobile if you use the mobile plugin.

So you can design a page, use these settings – https://prnt.sc/l78250 but this page will not be displayed on mobile if the mobile theme plugin is active.

If I misunderstand something, please correct me.

Simion C.
tagDiv Staff

Hi,

This is a similar topic, you could try to add the suggested code in the htaccess file, it worked for most users
https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/

Thanks

Simion C.
tagDiv Staff

Hi,

Can’t say exactly, could be on the list. I will add it if it’s not.

As always we have to be careful with what new features are added in the theme. Some users complain because there are too many settings, or that we add settings which are of no use to them and only get in the way.

Simion C.
tagDiv Staff

Hi,

You could simply enlarge the single product with some CSS, to make it occupy the full row on mobile
https://www.screencast.com/t/jvzgjPYqO
This is the code used, give it a try

.woocommerce .columns-3 ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
width: 100%;
}

Thanks

Simion C.
tagDiv Staff

Hi,

1. AMP is mainly for posts, you can enable it for pages which do not contain page builder content. The page should be built with the default WordPress editor
https://www.screencast.com/t/So3EgMatk
https://www.screencast.com/t/876w69K5cpju

2. Changing the color of the post titles and excerpts in modules can be done if you use flex blocks and the tagDiv composer
https://www.screencast.com/t/NNTkBXEUys

For default blocks there is no setting, but you could use some CSS. For example with a custom class. Set a custom class for the block
https://www.screencast.com/t/wxl78YIwzPD
Then create some CSS to color the article titles
https://www.screencast.com/t/nkCr9oCZ6ch
Code used in example here

.myblock .entry-title a{
color:yellow;
}

Thanks

Simion C.
tagDiv Staff

Hi,

If you want to build in the frontend you could use the tagDiv composer
https://forum.tagdiv.com/tagdiv-composer-tutorial/

The WPBakery page builder’s frontend editor is disabled in our theme, this has been the case from the start I believe
https://forum.tagdiv.com/how-to-use-visual-composer/

It could only be enabled by making a modification in the theme files if this is required for you. Try making the modification mentioned in this similar topic
https://forum.tagdiv.com/topic/how-to-enable-frontend-editor-mode-in-visual-composer/

Thanks

Simion C.
tagDiv Staff

Hi,

A link to the website would be helpful, so I can try to create a code and test it.

Basically you want to set a border between each element from what I can see. It would be best to stretch the menu first, to have them in one line
https://www.screencast.com/t/3arqYWPf3EJz

Let me know.
Thanks

Simion C.
tagDiv Staff

Hi,

This topic should be helpful – https://forum.tagdiv.com/topic/info-adv-amp/

Thanks

Simion C.
tagDiv Staff

Hi,

There will be problems with some elements or their functionality when both the tagDiv composer an WPBakery are active. We recommend that only one page builder should be active and used to build the website.

There were optimizations made since the tagDiv composer was introduced, theme blocks and grids look properly with both page builders. Also now posts built with WPBakery should not be affected by the tagDiv composer.
But there still are conflicts in some cases simply because both are active, regardless of what the page contains.

You should consider to decide which page builder you want to use and stick to it. Weigh the pros and cons of each. As a note, the cloud library plugin can only be used with the tagDiv composer, most new features will work only with it, all the demos are built with it.

Thanks

Simion C.
tagDiv Staff

Hi,

Welcome to the forum. Indeed, the date format will depend on the language chosen in WordPress settings.
I did find a code which seems to work, it will keep the backend in English despite what language you select. This is the topic (last code in the topic)
https://wordpress.stackexchange.com/questions/32584/localization-i-want-the-backend-english-and-frontend-in-defined-language

You could give it a try, add it in the theme or child theme functions file.

Thanks

Simion C.
tagDiv Staff

Hi,


@Grexi126
Unfortunately nothing has changed in the matter of custom post types. We try to add more new features with each update, there are a lot of plans, but it takes time to implement and test them.
Every suggestion is noted and considered, the most popular ones have priority however. Sorry for any inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

Actually no blocks or page builder elements will appear on mobile if you use the mobile plugin.
What is most important to remember when using the optional mobile theme, is that you will have to create two versions of each page
https://www.screencast.com/t/lpTRoKszPO
For example a page you build in the tagDiv composer will be empty on mobile, unless you add content in the mobile editor
https://www.screencast.com/t/NwNZmgZbnPC
There you can enter simple content to display on mobile.

If you do not want this, and want to display the same content from desktop on mobile, deactivate the optional mobile theme.

Please let us know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

You seem to be using the Newsmag theme, not Newspaper. Note that this is the Newspaper forum, the themes are different. I will move this topic to the Newsmag theme forum.

Regarding the images, there are’t any effects or animations to choose from with the tagDiv composer. Also with Newsmag the composer is limited in terms of available elements and settings.
If the images are blurry, make sure you are setting a bigger or full size of the image
https://www.screencast.com/t/e7faA8LY
https://www.screencast.com/t/5nO2dsD1
In case you use a thumbnail or small size the results may be blurry.

What I mentioned above with the cloud library, this is only for Newspaper.

Please let us know if you have more questions, or you need help with something.
Thanks

Simion C.
tagDiv Staff

Hi,

I found some suggestions you could try, there are more online
https://techbrij.com/wordpress-404-redirect-homepage-fix
Also maybe contact your hosting provider and mention this to them as well, they might have changed something or have an idea why this is happening.

Thanks

Simion C.
tagDiv Staff

Hi,

I see that post in the top grid at the moment – http://prntscr.com/l7tbbt
Also in the category page – https://football-austria.com/category/afl/

But not in the block you mention further down the homepage, which is filtered to show posts from the respective category.
If you use a latest sorting for the block, then the latest posts should appear in it.

Usually a form of caching could interfere with displaying the latest posts, but since you cleared it that may not be the case.

What if you try and edit the page, remove and re-add the respective block, or switch the sorting to a different one and back. Then save the page and check if this has any effect, let me know.

Thanks

Simion C.
tagDiv Staff

Hi,

Our block and grids can display custom post types, you have to enter the post type name in the required field
https://www.screencast.com/t/opOXn6fJoT
Then the block will display posts with that custom post type. A thing to note is that currently there is no filter by taxonomy, only a category filter for default posts.
Also for custom post types the settings will be limited
https://forum.tagdiv.com/custom-post-type-support/

Maybe in future updates the theme will improve in this matter, and offer more options when using custom post types.

Thanks

Simion C.
tagDiv Staff

Hi,

That would be quite some custom CSS, but if it’s necessary and helps get the needed design there would be no actual issue.

Glad we solved all the problems eventually, please let us know if we can be of help with other issues or questions.

Thanks

Viewing 25 posts - 5,776 through 5,800 (of 20,681 total)