Hi,
Seems the ad is not affected by the padding and it is taking all the post content initial width. While on Firefox it takes the padding into account. eh problem is where the Adsense ads are delivered, they should be delivered in the right size initially, they cannot be resized once displayed or limited after loading.
Maybe try as a test to enter the ad code in the theme panel, for the posts. Check if they are delivered properly.
Or check the plugin settings, if it has settings regarding the ad size. Setting a width limit might work if it has such options.
Thanks
Hi,
On mobile there is no space to display the background, like on desktop. So the background has no where to display, the content on mobile devices occupies all the available width.
Thanks
The bold tag corresponds to the font bold value. You could modify it for all of them at once with a code. For example all the b tags in a post content
– https://www.screencast.com/t/f97r0nWh1Xkb
.td-post-content b {
font-weight: 400;
}
This code can be entered in Theme panel->Custom CSS.
Or for all the instances the b or strong tags are used
b, strong {
font-weight: 400;
}
Thanks
That file cannot be modified through the child theme, according to the guide
– https://www.screencast.com/t/RHHJFsETYXi
The only way would be to make the modification in the theme file directly. You could update the theme by patch, while checking if the respective file was modified in any when an update is released.
Each theme package will contain a patch folder
– https://forum.tagdiv.com/whats-included/
Thanks
I don’t think the default post content tag is the div, I believe it is the paragraph. I have tried on a default WordPress theme
– https://www.screencast.com/t/GqyEEy95n6Xz
– https://www.screencast.com/t/Rd7nE69TfTgU
This is how the theme inline ad was created, it counts paragraphs. the function is defined here
– https://www.screencast.com/t/nIBbyVGDUF
You could try to change the p tags with a div tags in that function, then check if it works properly, if this is required.
It does not say 0 at the moment from what I can see, it is working
– https://www.screencast.com/t/wLcSfRKq
That was probably a caching issue, it may take some time for the data to synchronize.
Thanks
For me the Like is displayed in English, I have tried to change it as you mention
– https://www.screencast.com/t/08G6z680X
Seems to work on desktop – https://www.screencast.com/t/mrsklJspC
And on mobile as well – https://www.screencast.com/t/UZ7behFArict
Code entered in the theme panel will be saved in the database, so this is considered a safe way to use custom code. It will not be lost after a theme update.
If you were to try and edit the shop page after being set, it would cause an error in the tagDiv composer when trying to edit it.
With Visual composer there should be no problem. Either way you should decide on the composer you are going to use, and deactivate the other. They can influence each other when they are active at the same time, certain elements can be affected.
Visual composer does not have a title element, it has a text with title. The tagDiv composer with the multi-purpose plugin has a title element.
So build your page with the composer you want, deactivate the other. There should be no issues in this case.
Hi,
Indeed that is not looking properly. Based on previous similar cases this issue has been caused by browser extensions, you could try a different browser or disable them all and test again in the current browser.
Additionally it could be caused by plugins. Try as a quick test to deactivate all plugins except theme plugins, then check if the issue is solved.
Thanks
Hi,
Those would be the block headers styles. There is a general setting for this in the theme panel
– https://www.screencast.com/t/NltKOMw10AG
This is overridden by individual block settings set in the page with the composer, or for the widgets
– https://www.screencast.com/t/VTZx45XPp
– https://www.screencast.com/t/JPHMkquH
There should be no problems with these settings, I have checked them and they work properly. If this is not what you are trying to do, please provide some more details, for a better understanding.
Thanks
In order for the ratings to appear in the post page, the code provided by the plugin must be entered in the post template file
– https://forum.tagdiv.com/topic/plugin-wp-postratings/
Each post template has a corresponding file, check the screenshot provided in the topic.
That is done by customization indeed. Unfortunately there are no plans to make such modifications to the grid responsiveness, as far as I know. You can check other grids, there are many more, some may be by default as you want
– https://demo.tagdiv.com/newspaper/big-grid-1/
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
Try a code like this, I believe that is how you want the tags to look
– https://www.screencast.com/t/I2alpldsE7g
– https://www.screencast.com/t/1cZAXNuBuoDN
.td_block_4 .td-module-image .td-post-category {
margin-right: 0;
bottom:auto;
top:0;
left:30%;
right:30%;
display: inline-block;
}
.td_block_4 .td-module-image{
text-align: center;
}
Enter the code in Theme panel->Custom CSS section.
There seem to be some errors on the page related to the plugin embed
– https://www.screencast.com/t/Nq5MOTbLup
Also the link that is requested is considered insecure as it is http. Maybe double check the plugin settings and instructions for installation and usage.
Thanks
Hi,
Page builder shortcodes will not be interpreted on mobile pages, they are not meant to. You can simply deactivate the mobile theme plugins if you want to display page builder content, it is optional to install it.
The mobile theme is meant to be used if you want to present a different and simpler version of the pages, and website all around. The page content is limited to the MCE editor and it’s capabilities. More about the mobile theme here
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
Indeed I have not tried to load additional posts. It seems the images are not loaded since they are considered insecure content. If you recently switched to HTTPS make sure you have done it properly
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/
https://forum.tagdiv.com/topic/moving-to-ssl/
Hi,
Indeed that is a pretty old version of the theme. Much has changed in the theme since then. Also there might be issues with the latest version of WordPress.
This is an update guide that you can follow
– https://forum.tagdiv.com/how-to-update-the-theme-2/
The most recommended method would be by FTP, and as always make a backup first. Update the theme plugins as well (deactivate and remove, then reinstall from latest theme package).
Note that in version 8 of the theme, the tagDiv composer was introduced. This composer will be activated by default when the theme is updated or installed. In order to use it all the pages have to be recreated with it. Or you can continue using Visual composer for the moment, and make the transition when you want, if you want. More about it here
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
– https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/
Also a multi-purpose plugin was introduced, this adds many more elements and options to the tagDiv composer only
– https://www.youtube.com/watch?v=C0ARTSimnUY&t=287s
Visual composer (now WPBakery Page Builder) is still provided in the theme package and updates are included along with the theme
– https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Let us know if you should encounter issues after the update.
Thanks
Hi,
If you choose page builder + title, then the title will be displayed on top of the page. Use the default page template if you don’t want it to show.
The breadcrumbs can be removed in the theme panel if needed for all the website
– https://forum.tagdiv.com/breadcrumbs/
The breadcrumbs will not be displayed on the homepage, there is no need for that. They are generated here in each template
– https://www.screencast.com/t/PXqU9m23sk
Page builder with latest articles will always show the latest articles section in the bottom of the page. This can be removed by choosing a different page template.
The overlay menu page template will display the menu over the page content, like this
– https://www.screencast.com/t/Tiwv4a9NnH
The year could be displayed with this code
– https://www.accessc.com/articles/copyright-year-update.html
– https://www.screencast.com/t/xqlnRb0fM
– https://www.screencast.com/t/yNSvBKIhWdn
Try changing the colors in the theme panel
– https://www.screencast.com/t/s8Cj92MGRv
The demo has custom design, so if at the moment of creating it there was no theme panel option for that color, it was set with CSS
– https://www.screencast.com/t/38DQ0ZhPSEjG
Remove the design from the demo stylesheet and the theme panel option should apply.
Thanks
That should work properly, note that the shop page has to be configured before setting it as shop page. Create a new page for example, set the page template you want, and also the elements you want in it’s content. Then set it as shop page in the woocommerce settings.
Once set as shop page you cannot edit it with the composer again, or make any other changes to the page template.
Instead of the text with title you could use the title element, since there is no need for the actual text
– https://www.screencast.com/t/Og3IhjheMYVQ
Blocks can display products, nut products cannot be filtered by product category
– https://www.screencast.com/t/93xkDko1OE
Use shortcodes instead for better control – https://www.screencast.com/t/86kaVjDyP
Thanks
Please provide a link to your website so I can see the issue and inspect it, the code should work on both desktop and mobile. If you use the mobile theme enter it in the mobile theme custom code dedicated section as well.
You can add any code in the custom code sections of the theme panel, in the child theme stylesheet or directly in the theme stylesheet.
Thanks
Hi,
The dropdown menus and mega-menus will show an arrow pointing down. You could use a font awesome icon in the menu
– https://forum.tagdiv.com/how-to-add-icons-in-menu/
Like this example (the icon must be set for all menu items that are dropdown or mega menu)
– http://fontawesome.io/icon/ellipsis-h/
– https://www.screencast.com/t/A4KcVNSWm
And then with an additional code to hide the default arrow and also add some margin on the new icon
– https://www.screencast.com/t/QhRxsn1wPu73
There might be other modifications needed in terms of design, but it could be a solution if you want tot change the default arrow.
There are many header styles to choose from
– https://forum.tagdiv.com/header-styles/
Some have centered menu items, the header menu can be stretched in the theme panel
– https://www.screencast.com/t/ordZZZSw
The dropdown menu cannot be in 2 or 3 columns, the elements are one below the other in 1 column.
Thanks
Hi,
Seems the design is still not applying for some reason. Please send us an email at contact@tagdiv.com and provide admin login information. We will take a look. Also paste a link to this topic in the email.
Thanks
As I mentioned before this can be achieved through custom modifications of the element. The grid present in that website is modified to display like that.
By default it looks like in the live demo, with a scroll not vertically
– https://demo.tagdiv.com/newspaper/big-grid-6/
You can use the browser inspector to see how the element was modified
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Hi,
Some modules are not supposed to display the author name, that is the case with module 6 you mention. The modules are designed to display the author name of the post not the alias
– https://www.screencast.com/t/LcDI4cOoZD
You will probably have to make modifications to the module, in order to display other information. Also the main function may need modifications
– https://www.screencast.com/t/wkqxz2lG
Thanks
Hi,
The post template cannot be controlled through the featured category. The primary category setting will affect the elements mentioned in this guide
– https://forum.tagdiv.com/primary-category/
So this will affect the category tag of the post, article sidebar and background. If you want those posts to have no featured image in the post page, each post will have to be set to post template 5, or the featured image can be disabled in the theme panel generally
– https://www.screencast.com/t/14wO6S0Qr
Thanks