The container size is a percentage, if you want it to have a fixed width of 300, you can use a code like this
– https://www.screencast.com/t/5Yw4f4iig
@media (min-width: 1141px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 300px;
}}
Thanks
Hi,
You will have to modify the module that block 4 uses, for example. Copy the read more code from a module that has it, in the module 2 that block 4 uses. In this example I have copied the code form module 11
– https://www.screencast.com/t/ZUPBLaHmj
In module 2 – https://www.screencast.com/t/BxASAZrF0Ti
The result is here – https://www.screencast.com/t/vfeLfPkAZL
So that can only be achieved through modifications to the module file. Either module 2 for block 4, or module 5 for block 6.
Thanks
Hi,
I could give you a code for that, something like this
– https://www.screencast.com/t/cSBx7mTk
Enter the code in Theme panel->Custom CSS section
.td-post-content iframe {
background-color: #fff;
}
Thanks
Hi,
The logo will be h1 in the situations mentioned here in this file
– https://www.screencast.com/t/2AUZnW9JRv
That is where the conditions are defined and where you can make your modifications if this is required for you.
Thanks
Hi,
Now that is an unusual issue you are having. So the social counter is not present neither as a composer element or widget
– https://www.screencast.com/t/f4Ll3FBe4iJG
There was no issue similar to this brought to our attention before, the social counter works properly in the theme. So the problem would be specific to your case.
If this element is not present in the composer you are using (seems to be an older version of Visual composer) and the widgets section, than there is a problem.
Either the theme is not installed properly, modifications have been made or maybe there is a plugin conflict.
You could start by deactivating all plugins except theme plugins, update the Visual composer you are using with the one in the theme package you downloaded (seems you have 8.5).
Ultimately try a theme re-install by FTP (either same version you currently, or download the latest version)
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Let us know the results.
Thanks
Hi,
These are all good suggestions, thank you for mentioning them. I will add the search and menu suggestion on the list, auto-loading post template is already present.
There are many recommendations and suggestions, we try to include some of them in every theme update. It is hard to decide what gets implemented first and what gets delayed however.
Thank you!
Hi,
I don’t understand exactly what you are referring to. Block 4 and block 6 do not have Read more buttons
– https://demo.tagdiv.com/newspaper/block-4/
– https://demo.tagdiv.com/newspaper/block-6/
Block 12 for example has a read more button
– https://demo.tagdiv.com/newspaper/block-12/
If you mean the Load more, that is a block pagination
– https://www.screencast.com/t/Ibi0aA00
– https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi,
Cloudflare rocket feature is known to cause issue with the theme, it is recommended to have it disabled if you use Cloudflare
– https://forum.tagdiv.com/cloudflare-cdn/
Disable it and check the results. By default the smart sidebar feature works in theme, something is causing it to fail in this case. Try deactivating plugins, child theme, disable rocket loader, check custom code used in theme panel or theme files.
Thanks
Hi,
@Ladiesabroad you could remove the code you used now for the “Europa” menu item and use this one instead
– https://www.screencast.com/t/sZVSPg5w
It will increase the width of the sub-menu in order to display better, also it will now affect only the first sub-menu of the “Europa” menu item.
.menu-item-6530 > .sub-menu {
padding: 14px;
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
width: 21em!important;
}
@Adcomm_Media Please provide a link to your website if possible, we will try to give you a more accurate solution. If you cannot provide a link, I could give you a more general code that might work. This may require modifications in your case
– https://www.screencast.com/t/74jdQgXbcd7G
You must use your own menu ID in the code
– https://www.screencast.com/t/oQBesGqCAm
A background hover color similar to what you have on your current website, can be set in the theme panel if needed
– https://www.screencast.com/t/544Eghu5TMt
.menu-item-9310 > .sub-menu{
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
width: 40em!important;
}
.menu-item-9310 > .sub-menu li{
border-bottom: 1px solid #e5e5e5;
}
It will separate the menu items in 3 columns and increase the width (this can be changed if needed). It also ads a border bottom but you can remove that if you don’t want it.
Currently in the theme there is no option to create sub-menus with columns. There are simple drop-down menus, mega-menus and page menus.
Thanks
The font of the text logo an tagline could only be changed with a custom code, or through a child theme if you have one. For example
– https://www.screencast.com/t/2XDiFFOybC
There plans to add options in the theme panel for the logo and tagline text, for the moment there aren’t any. This is the code used
.td-logo-text-container .td-logo-text {
font-family:Arial!important;
}
.td-logo-text-container .td-tagline-text{
font-family:Arial!important;
}
Thanks
I simply placed the shortcode in a Visual composer page text element, and added the function in the child theme functions file
– https://www.screencast.com/t/owFJ6Kmi
– https://www.screencast.com/t/FPuc0vHVQN
The page ID used was of a different page which contained a block
– https://www.screencast.com/t/QzZESJGFz1
The result is like this – https://www.screencast.com/t/9bh39BGq0Gor
The block placed on the other page is displayed on the page with the shortcode. I did not do anything else additionally.
I couldn’t say why this is not working for you as well. You could continue testing, or maybe think of another way of doing this.
Thanks
That is unusual, I have tested with the latest version of the theme and Woocommerce plugin, there are no issues of this kind.
You could try a theme re-install by FTP
– https://forum.tagdiv.com/install-via-ftp/
Leave all non-theme plugins deactivated, use only theme plugins and woocommerce. Check the theme system status
– https://forum.tagdiv.com/system-status-parameters-guide/
Ask your hosting provider to increase the allocated resources according to the guide, if needed.
Also check the PHP version you are using, the theme is tested with versions up to 7.1 others may cause issues.
Let us know the conclusions.
Thanks
Hi,
I see the issue, add this code as well and check the results
.td-login-inputs {
margin-top: 15px;
}
.mfp-content .td_display_err {
margin:0;
}
Thanks
Glad you could sort things as you wanted. A different menu on mobile is possible, with the mobile theme, by default. Other than this, it would only be possible with theme file modifications.
I could try to give you a solution to load a different menu on mobile when the mobile theme is not activated, but it should be noted that the modifications will be lost after an update. Some of the theme files cannot be modified through a child theme.
The mobile theme is meant to be used if you want to display a lighter and different version of the website for mobile devices. Each page has to be created once for desktop, and once for mobile, through the mobile editor
– https://forum.tagdiv.com/the-mobile-theme/
It has predefined templates for category pages, posts etc regardless of what it’s set for desktop. Also it does not have many settings, at the moment.
Please let me know if I missed something.
Thanks
Hi,
That would not be the right thumbnail size, block 4 uses this thumbnail size
– https://www.screencast.com/t/oGtKzIVTN
This is how it looks like – https://demo.tagdiv.com/newspaper/block-4/
If you want a bigger thumbnail in height, you could use block 5 for example
– https://demo.tagdiv.com/newspaper/block-5/
If you want to modify the thumbnails, you can do that like this
– https://forum.tagdiv.com/api-thumbnail-introduction/
– https://forum.tagdiv.com/td_api_thumbupdate/
Thanks
Hi,
A Fullhd image would be sufficient and provide good results, you could try an image of that size. The background image and ad can be set in the theme panel
– https://forum.tagdiv.com/background-introduction/
– https://forum.tagdiv.com/background-ads/
Thanks
Hi,
Usually this error is caused when the js files are not concatenated (they should be by default)
– https://codex.wordpress.org/Editing_wp-config.php#Disable_Javascript_Concatenation
– https://www.screencast.com/t/VSkEyIYxIg
So if you disabled js concatenation, please enable it. This could cause issues to tagdiv composer functionality.
Try to add define ( ‘CONCATENATE_SCRIPTS’, true ); in your wp-config.php file and see if it works.
If it still doesn’t work, also ask your host maybe there is an option on your server which disable js concatenation or maybe they can provide another solution.
Let us know the results after you try this suggestion.
Thanks
Hi,
Some footer templates come with predefined content, others are blank. The predefined content cannot be customized
– https://forum.tagdiv.com/footer-templates/
You can select an empty template and add the widgets you want, configured the way you want
– https://www.screencast.com/t/5Mu5tNpTkWL
Also a newly introduced feature is to place a page in the footer, instead of a template
– https://www.screencast.com/t/0ImWuvWN
Thanks
Hi,
I believe this issue happens if you are not using the standard child theme name (Newspaper-child). If you renamed the child theme then there could be issues. Please try to use the default child theme and check the results.
Thanks
Hi,
The header style you are using is full width, that is how it is supposed to look. Also the footer is displaying as it should.
These elements will be limited to page container width when a background image or color is set
– https://forum.tagdiv.com/background-introduction/
So you could set a white background color, if you do not want it to be noticeable. This will transform the website into the boxed state.
If you are referring to this message – https://www.screencast.com/t/loinzaqBcia
That can be changed if needed with a code like this
.no-results h2{
font-family: 'Open Sans', sans-serif;
}
The code can be entered in Theme panel->Custom CSS.
Thanks
Please check in the theme panel here – https://www.screencast.com/t/zIV20Wkk
Change the setting like in the screenshot, and check the results.
That is unusual, the theme has the necessary implementation for the author in terms of structured data, so it should not be detected as missing
– https://www.screencast.com/t/6vVD7cDE
I could not say why it is detecting it like that, check more guides with instructions on what to do in these cases, or what could be the cause
– https://support.google.com/webmasters/answer/2650907?hl=en
– https://structuredseo.com/how-to-fix-schema-markup-errors-using-googles-structured-data-tool/
You could do that in two ways. Either with a function in functions.php (main or child theme)
function disable_comment_url_email($fields) {
unset($fields['url']);
unset($fields['email']);
return $fields;
}
add_filter('comment_form_default_fields','disable_comment_url_email');
Or hide them with CSS (code entered in Theme panel->Custom CSS)
– https://www.screencast.com/t/nKAHr91cdy
.comments .td-form-email,
.comments .td-form-url {
display: none;
}
Thanks
Hi,
Hide the comment number either by removing it from the code in the file shown, or with CSS
– https://www.screencast.com/t/bXYNF5wBb
.td_block_authors .td-author-comments-count {
display:none;
}
Showing the socials for each user would require major modifications to this element, you could try to integrate the socials in but that may not be easy, to get and display the socials for each author would probably take a lot of work and testing.
Thanks
Hi,
If they provided a code that you must enter in the theme files between the head tags, enter it here in this file
– https://www.screencast.com/t/cntSjJd0BtLg
This is mentioned here – https://support.google.com/adsense/answer/6245307
Thanks