Hi,
So the footer is enabled in the theme panel and still does not appear? I can see that is missing at the moment, the sub-footer as well. Did you maybe make modifications to the theme files that could cause this? Remove them if you did and check if the issue is solved.
Have you investigated plugins? it could be some kind of conflict. Or custom code entered in the theme panel, theme files etc.
If you already tried these suggestions, we could take a look. Send us admin login at contact@tagdiv.com and we will check. Please include a link to this topic in the email.
Thanks
Hi,
1. The words should break when there is not enough space, the theme uses the word break property to break long words and display them in the next line
– https://www.screencast.com/t/d0bAjzxu
If that is not happening, I could take a look. Provide a link to where this is happening.
2. The underline and the shadow don’t have any dedicated settings, I could try and give you CSS if you want to modify these. Note that the shadow is actually an image encoded in base64
– https://www.screencast.com/t/5ziW64pf
This could be removed with CSS and add a true color shadow if that is what you want to do. Let me know.
Thanks
Hi,
1. What kind of ads are you using? I could take a look, post a link to the website.
2. I could take a look here as well, ads for AMP have to be entered in the Theme panel AMP section. For Adsense ads you have to enter these parameters
– https://support.google.com/adsense/answer/7183212?hl=en
– https://www.screencast.com/t/rBr4FTlcH5X
Simple HTML ads can be entered in the dedicated section
– https://www.screencast.com/t/W3d2qwNJhS
Be sure to test with a mobile or mobile editor to see if the ads appear.
3. That happens because the mobile theme plugin is active. This plugin is optional, it is intended to be used if you want to display a simpler and also different content on mobile.
You have to create 2 versions for each page, one with the composer for example as you did for that page, and one with the simple mobile editor
– https://www.screencast.com/t/vSh8aLuBzjgT
As I said the plugin is optional, so if you want to display the same content from desktop on mobile, deactivate it. More info about the mobile theme here
– https://forum.tagdiv.com/the-mobile-theme/
4. Some header styles display the header ad below the menu and logo for example
– https://forum.tagdiv.com/header-styles/
There are also plans to introduce a header builder in coming updates, this will add a considerable amount of flexibility concerning the header section.
Thanks
Hi,
Updating the theme won’t change the home or site URL in the WordPress settings. These are defined here
– https://codex.wordpress.org/Settings_General_Screen
If you did not make any changes there, maybe your hosting made them or can check what happened.
Please contact them and ask about this. This could explain the other issues you are having with the media library and SSL.
Thanks
Hi,
If you are referring to the related articles section the posts will be filtered by category or tag, depending on the settings, then sorted by latest automatically.
From what I know the post that is currently open should not appear as related. Could you provide some examples of this happening? A link to the website would be helpful.
Thanks
Hi,
What exactly do you mean by not working? From what I can see there are paragraphs in the post content
– https://www.screencast.com/t/YyOZjwC2oNe
If I fail to see the problem please correct me and I will check again.
Thanks
Hi,
You don’t have to purchase a new theme. Install it, get used to it, when you want to install it elsewhere simply reset the activation
– https://www.screencast.com/t/zBgJOtE7S
Then activate it at the new location.
Please let us know if you have more questions and we will try to help you. As a note, replying in your own topic will refresh the topic date move it to the back of the line. We answer from oldest to newest.
Thanks
Hi,
So you want that code in the page content, you could try some implementation methods. For example
– https://www.godaddy.com/garage/3-ways-to-insert-javascript-into-wordpress-pages-or-posts/
I believe there are plugins that provide widgets which support javascript code to be entered in them, you could make some tests with some plugins.
Thanks
Hi,
I see them as normal jpg format images, with alt attributes
– https://www.screencast.com/t/S8rnYUfWeq
From what I know using an image CDN for example could serve images as base64 if used. Don’t much about this however, or how it works.
Thanks
Hi,
That would be quite an unusual reason, the first code you mention is related to the live CSS editor the composer provides
– https://www.screencast.com/t/04cQsekAjTm
An option to disable this editor does not exist at the moment unfortunately.
It could be disabled entirely in the plugin directly if required
– https://forum.tagdiv.com/topic/live-css-div-on-the-frontend-luckily-in-displaynone-mode-for-everyone/
The other text would be the one from the WordPress login page I believe, can’t think of another place where that would show up
– https://www.screencast.com/t/jPE7l8F7
Maybe create a new topic in the Adsense help forum, some people with more experience in these matters might be able to help you with this issue
– https://productforums.google.com/forum/#!forum/adsense
Thanks
Hi,
Thank you for posting the solution in your case. This may be helpful to other users in the same situation.
Hi,
If those are posts, blocks and grids can display them. You can add a filter on top of a block and users can sort them. That filter is called the ajax filter, it can display these elements
– https://www.screencast.com/t/6lhswFj3
So you can display categories, authors, tags or a popularity filter. Users can filter the block according to these options.
If the posts have reviews they will be displayed like this
– https://www.screencast.com/t/Oc2Zno3V
If those are not posts, you could use an image element, and add a text element below it. Or a image info box with text over the image
– https://www.screencast.com/t/vFyzb4ew
But to sort them there is no such element currently.
Thanks
Hi,
That would be possible with a modification in a theme file. You would have to multiply the Instagram social in this file, for example
– https://www.screencast.com/t/BQw3jVMGByoZ
Then enter this CSS in the Theme panel->Custom CSS code section
.td-icon-instagram2:before,
.td-icon-instagram3:before {
content: '\e81d';
}
.td-social-icon-wrap .td-icon-instagram2,
.td-social-icon-wrap .td-icon-instagram3 {
font-size: 15px;
}
The result is like this – https://www.screencast.com/t/X6QCU9nRizBV
– https://www.screencast.com/t/63IAxqHh5tB
Thanks
Hi,
Predefined blocks (blocks 1->25) don’t have settings to chnage the color of the article titles. Only flex blocks do at the moment
– https://www.screencast.com/t/4kfay9RLiV
I could give you a code that will work only on the homepage and change the color of the titles for the elements you have in it
– https://www.screencast.com/t/HqQ4FIC9o
You can chnage the color if you want, in the code. Then enter the code in the Theme panel->Custom CSS code section.
.home .td-ss-main-content h3 > a,
.home .td_block_1 h3 > a {
color: white;
}
Let me know if you have more questions or need help with something else.
Thanks
Hi,
The composer will load the font awesome font, it has icons from it
– https://www.screencast.com/t/66wbXFDPpKJ
– https://www.screencast.com/t/rl7pTrFQZ7V7
This font will be loaded only when necessary, when you use icons from font awesome in pages for example.
You could edit the plugin and remove that code if this is required for you.
Thanks
Hi,
From where do you exclude the categories? The blocks and grids will display the same content across all devices, according to your filtering and sorting. I could take a look if you can provide a link to your website and details about what I should check exactly.
An exception would be on mobile when the mobile theme is active. Then on the homepage for example there will be predefined content. There is a top grid displaying featured posts and a latest articles at the bottom
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hi,
1. The sidebars will be removed, the widgets will be moved in the inactive widgets section. The sidebars will have to be recreated and the inactive widgets inserted in them. Then set the sidebars in categories, posts etc.
Quite a lot of work when changing demos, only recreating all the sidebars and setting them all again could be very time consuming.
2. That will be the case, anything the demo imports will be removed when it is uninstalled. So the menu will be removed as well. Create new menus and set them.
Please let us know if you have more questions, or you need help with something.
Thanks
Hi,
You could try code from a topic I found, there are more online
– https://stackoverflow.com/questions/8127453/redirect-after-login-on-wordpress
Check if these work. Or maybe modify the login button in a child theme
– https://www.screencast.com/t/JxbU6sS2b7
Or disable the theme login and use a login plugin or widget that can be placed in the page for example.
Or add a custom link as a menu item in the top bar, directing to a page where the users can login.
Thanks
Hi,
So the website is loading slow? Check in the browser inspector console if there are any errors or resources that are not found (404), also test the website with online tools and see what can be improved.
There are some guides here in the forum regarding speed optimization, you could read them and try what is suggested
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
Thanks
Hi,
So you restored a backup and there are problems with the thumbnails now? Or the problem is with image elements?
Maybe the issue is having both composers active. Note that after the theme is updated the tagDiv composer will be activated automatically, so if you used WPBakery to build pages there could be problems with some WPBakery specific elements.
If that is the case and both are active, try and deactivate the tagDiv composer.
Hi,
Depends what element you use to display the image. Single image elements for example set the image as background, they have limited responsiveness due to background CSS properties.
The most responsive result would be achieved by using a simple text elements in which the image is inserted, you could give this a try
– https://www.screencast.com/t/nljtVQtf7H
Thanks
Hi,
What exactly are you referring to? Some more details would be very helpful.
Thanks
Hi,
I will try to help you, provide a link to your website and more details about what exactly you want to do and where. If it’s not possible with the composer, maybe it is possible with some CSS.
The tagDiv composer can be used to edit any page that has been built with it. Pages that have not been built with it, or contain other elements besides composer elements, may cause problems and errors.
Here are some guides regarding the composer and blocks
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
– https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi,
Having a different address may cause problems when using the composer, I believe similar issues were caused before when the URLs were different. As for an alternative to this solution, I don’t think there was one found.
So the text elements are unusable if you try to edit the page from the front end, something must not be working properly. Maybe there are errors.
We could take a look and try to identify why this is happening. We will require admin access as well as cPanel if possible for testing. Send these to our email address, along with a link to this topic.