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

7. Enter it in the Theme panel->Advanced CSS in the phones section.

However I did some more research in the matter, seems from what I can find, that Google will not allow adsense ads of 300×250 above the fold on mobile
https://techcrunch.com/2017/05/02/google-will-now-allow-300×250-ads-above-the-fold-on-mobile-webpages-says-they-can-be-user-friendly/
They recommend an ad of 320×100 above the fold and a 300×250 below the fold
https://support.google.com/adsense/answer/6357180?_ga=2.119271945.145156433.1552380136-311823375.1552050001

Maybe this is why when selecting a 300×250 size does not work. It would explain it. try and use their recommended size and check if the ad appears properly then. Let me know.

Simion C.
tagDiv Staff

Hi,


@Christian
Asmat Vidarte One h1 is the desktop logo – http://prntscr.com/mwof2b
One is the desktop logo in sticky mode – http://prntscr.com/mwofo1

The other two are the mobile logo and the mobile logo when sticky
http://prntscr.com/mwog55http://prntscr.com/mwogeq

This would explain why there are 4 h1 tags, the logos are always loaded, the ones for desktop and the ones for mobile. They are loaded and will appear in the appropriate situations.

Thanks

Simion C.
tagDiv Staff

Hi,

That is a contact form, the one from this demo page
https://demo.tagdiv.com/newspaper_nature/contact/

It is built with the WPForms plugin – https://wordpress.org/plugins/wpforms-lite/
The shortcode provided by the plugin is entered in a column text element. If you do not require it, you can remove it. If you want to use it, install the plugin and enter your own shortcode there.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme demos are built with the tagDiv composer, the newer ones may contain cloud library elements as well. Editing pages that are built with the tagDiv composer and contain cloud library elements in them, with the WPBakery page builder, will not work. WPBakery does not recognize cloud elements, so they will appear as code.

The cloud library plugin works only with the tagDiv composer
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Please use only this composer to edit pages that were built with it. That is why we recommend to use only one page builder, to avoid not knowing which page is built with what, as it can result to damage to the pages.

Let us know if you have more questions.

Thanks

Simion C.
tagDiv Staff

Hi,

So you want to modify modules 6 and 7 and enable the author name for them. Best way to do it would be in a child theme, if not the modifications will be lost after a theme update when the theme files will be replaced
https://forum.tagdiv.com/the-child-theme-support-tutorial/
The child theme is included in the full theme package code folder. Install it and activate it.

In order to modify a module it needs to be copied in the child theme, a directory path to it has to be created in the child theme exactly as in the main theme
http://prntscr.com/mwo34r
Copy the respective module files there, from main theme to child theme. Then in order to make theme display the author name remove the comment from the code
Before – http://i.prntscr.com/AuMHNqqPQueIW7bJ_7LbzA.png
After – http://i.prntscr.com/B24_IoALTNKwZqbH5KrK1A.png

You can always create category templates with the composer, and cloud library plugin
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Instead of using predefined modules like the default category templates, in a cloud category template you can use a loop element. These are highly flexible in terms of design, here you can see how the cloud category templates look, you can also modify them or create your own
https://affiliate.tagdiv.com/#/load/Category

So for example a loop element has a toggle for showing the author or not, which will apply in that respective element only
http://i.prntscr.com/at6QEYleQxW2WIZWkxCmCg.png

Please let us know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

Based on user feedback (we haven’t tested for ourselves) that caching plugin may create problems with the the mobile theme.

This has been the case before, hasn’t just started recently. The mobile theme will work with super cache, with other caching plugins it may not function correctly. What may happen is that the mobile theme will begin loading on desktop, or some pages will use the mobile version and others not, maybe other issues. Sorry for the inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

I checked your website, seems neither the AMP plugin or the mobile theme are active. In order to test if AMP works please enable them both, then the setting in the theme panel.

After doing this, test a post in the AMP validation tool
https://validator.ampproject.org/

The link when testing with the tool should be like this example
https://www.androidhire.com/google-allo-is-shutting-down/amp

Let us know the results.
Thanks

Simion C.
tagDiv Staff

Hi,

The downloading part would not be possible with composer elements. You can display videos in pages for example by embedding them in a text element
https://www.wpbeginner.com/beginners-guide/how-to-easily-embed-videos-in-wordpress-blog-posts/
Or through the add media option – http://prntscr.com/mwno8l

But for the viewers to be able to download them you would need a plugin, maybe something like this – https://wordpress.org/plugins/easy-media-download/
With this plugin seems the videos have to be hosted by you, meaning they have to be present in the media library.

Thanks

Simion C.
tagDiv Staff

Hi,

Looks almost alright, I could give you a code to reduce the padding and the font size for the table elements, this would be the result – http://prntscr.com/mwnk7e
If you want to use it, enter it in the Advanced CSS phones section

table th {
padding: 2px 2px;
font-size: 14px;
}

Another solution would be to leave the padding and fonts as they are, and do something like this – https://forum.tagdiv.com/topic/table-adjustment-in-articles-tablepress-table-issue/

Thanks

Simion C.
tagDiv Staff

Hi,

I believe you have updated from a much older version, the socials design was changed a while back. Looks like part of the design of the socials is missing from what I can see. Do you maybe use a child theme? try to deactivate it if you do. Also clear all caching active on the website, as well as CDN if you use it.

If you already tried this, the next suggestion would be to as a quick test deactivate all non-theme plugins, check if this solves it. Let us know.

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately the tagDiv composer doesn’t have a tabs element, like the WPBakery page builder has. Maybe such an element will be added in future updates, but at the moment it is unavailable. Sorry for the inconvenience.

Maybe it can be done with a plugin with which you can create tabs, I can;t make any recommendations unfortunately.

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe that social requires specific meta or og data, I can’t say exactly, I am not so familiar with the network you mention.

If you want to redirect multiple links maybe try a different plugin that allows to redirect links in bulk. Or with a rule in htaccess, some topics
https://pagely.com/blog/wordpress-redirects/
https://wpscholar.com/blog/simple-redirects-with-htaccess/

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe try and resize the logo with an image editor instead, or even create it of the required size and then upload it. Resizing an image by other means may cause damage to it’s quality. For full width logos the width you are using would be enough, but the height could be a bit more. But it would depend on what you want to achieve in the end.

For example this demo uses a big logo with a header style that permits it
https://demo.tagdiv.com/newspaper_cars/

Thanks

Simion C.
tagDiv Staff

Hi,

Please use the AMP testing tool when checking if AMP works
https://validator.ampproject.org/

If you installed both AMP and mobile theme and activated the setting in the theme panel, there would be no problem. Let us know. If there are problems, post a link to the website so we can take a look.

Thanks

Simion C.
tagDiv Staff

Hi,

If you do not use the mobile theme plugin, then it is possible with a cloud header template. when building a cloud header template, it is possible to display different content desktop versus mobile. So for example you can show one element on dekstop
http://prntscr.com/mwczdv and a different one on mobile – http://prntscr.com/mwczrm

The mobile menu element has an option to select the menu it will display
http://prntscr.com/mwd0kl
This is similar to the mobile theme functionality, which has an option to display a different menu on mobile.

Let me know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,


@tszabolcs
We could take a look at that, post a link to the website. Mention as many details as possible about the issue.

Currently it doesn’t work with infinite loading enabled.

Thanks

Simion C.
tagDiv Staff

Hi,

Replied in your other topic – https://forum.tagdiv.com/topic/breadcrumb-separator/

Thanks

Simion C.
tagDiv Staff

Hi,

You could use cloud templates, the breadcrumb element has the options you need
http://prntscr.com/mwcrrzhttp://prntscr.com/mwcs9d
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

Here you can see the cloud templates, you can preview and even edit them to see the possibilities – https://affiliate.tagdiv.com/#/load/All

Thanks

Simion C.
tagDiv Staff

Hi,

You could create a gallery in the tagDiv composer, it will look like this
https://demo.tagdiv.com/newspaper/td-post-aston-villa-beat-liverpool-to-join-arsenal-in-the-fa-cup-final/
It can be created in a column text for example – http://prntscr.com/mwcnti
http://prntscr.com/mwco3u
https://forum.tagdiv.com/gallery-2/

Or use the revolution slider, an image slider could be created with it. This is a very complex plugin
https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
https://forum.tagdiv.com/import-revolution-sliders-on-demos/
https://www.themepunch.com/revslider-doc/slider-revolution-documentation/

Other than these there would be no other elements that can slide images, except maybe gallery plugins.

Thanks

Simion C.
tagDiv Staff

Hi,

That would be possible if you design the post template with the composer, and using a cloud post template – https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

So for example you can split the row like this – http://prntscr.com/mwcjr8 and even stretch the row for more space. Place the post content in the middle larger column, the left and right columns make them sidebars.

Here you can experiment with the cloud post templates, preview and even edit them
https://affiliate.tagdiv.com/#/load/Single
Of course you can create your own (with a blank template) or modify after importing a template designed by us.

The predefined post templates can only display one sidebar, left or right.

Thanks

Simion C.
tagDiv Staff
AMP? - reply

Hi,

I checked a post from your website, seems to work at the moment
http://prntscr.com/mwcesk
For pages be sure to enter content in the mobile editor for each page
https://forum.tagdiv.com/the-mobile-theme/

Also I see something is not working quite properly on your website. Sometimes the mobile version loads on desktop, this should not happen. In most cases when this happens it is caused by a caching plugin or caching implementation. We recommend the WP Super Cache when it comes to caching.

Thanks

Simion C.
tagDiv Staff

Hi,

It is true, the mobile theme doesn’t have any font settings. Maybe in the future we will add some settings in the panel. Everything in the matter is predefined. Do you use just the mobile theme or AMP as well? For what elements do you want o change the font and how exactly? Maybe there is a way, let me know.

Thanks

Simion C.
tagDiv Staff

Hi,

There is a transition of about 1 second before the background color will apply. That would be why it will take ma moment before the background applies. You could try a code to cancel the transition if you want to. This would be it

.td-header-desktop-wrap .td-element-style {
transition: none!important;
-webkit-transition: none!important;
}

Thanks

Simion C.
tagDiv Staff

Hi,

The theme view counter will count views on default posts and custom post types, but I can’t say if it will work with the events you mention. Maybe you can display the events in a normal post, that way the counter should appear and work.

Or if the events can be implemented by shortcode, you could enter it;s shortcode in the post content of a normal post. We haven’t made any testing with the plugin you mention unfortunately.

Thanks

Simion C.
tagDiv Staff

Hi,

That top grid will show featured posts, if there are no posts in the featured category created by the theme when it is installed, then the grid will not appear
https://forum.tagdiv.com/featured-posts-2/

More information about how the mobile theme works here – https://forum.tagdiv.com/the-mobile-theme/

Let us know if you have more questions.
Thanks

Viewing 25 posts - 3,351 through 3,375 (of 20,681 total)