Hi,
I believe links in the post content can be set to open in a new tab, like this
– https://www.screencast.com/t/hfmWM9Z6
– https://www.screencast.com/t/gAPLPlBqwb
Thanks
Hi,
It should not be so hard to get used to the composer. It will take some practice however, as with all things. There is this guide that you can read and and a video tutorial
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
And here are all the available block settings
– https://forum.tagdiv.com/block-settings-tutorial/
Thanks
Hi,
That was a decision made at the moment of implementing that particular sorting option. You could try to modify the default time period, this is a similar topic
– https://forum.tagdiv.com/topic/sort-order/
Thanks
Hi,
That would be this file, try making the modifications there an check the results
– https://www.screencast.com/t/XSxS0LlmCV
Thanks
Hi,
A code like this will remove the Shopping menu item, for product category pages and product tag pages
– https://www.screencast.com/t/DjxsD3WpBVIu
– https://www.screencast.com/t/oEpUrqH4r0mA
Enter it in Theme panel->Custom CSS section and check if it is working properly
.woocommerce-page.tax-product_cat .menu-item-114113,
.woocommerce-page.tax-product_tag .menu-item-114113{
display: none;
}
Thanks
Hi,
In the sidebar you can use a 300x250px ad size, like the sidebar ad example in the live theme demo here
– https://demo.tagdiv.com/newspaper/
The post content width is 696px when a sidebar is used, and 1068px without a sidebar. Maybe take some inspiration from Google recommended sizes
– https://support.google.com/adsense/answer/6002621?hl=en
Hope this is somewhat helpful for you.
Thanks
Hi,
Each big grid has multiple styles that you can choose from. The grid you mention is big grid 2, all the styles can be seen here
– https://demo.tagdiv.com/newspaper/big-grid-2/
Simply select the style you want in the grid settings
– https://www.screencast.com/t/17KvVnyM
Thanks
Hi,
I see you are not using featured images for your posts. This category page on your website is apparently missing 2 posts
– http://moarcookies.com/category/podcasts/esports-wrap/
The theme intends to display in this case a top grid that contains these 2 posts. If there are no featured images set, and the placeholder is disabled
– https://www.screencast.com/t/qFix6MQF4
Then the result may be what is happening here. The solution would be to either enable featured image placeholders as shown, or disable the top post grid per category
– https://www.screencast.com/t/Jd5EoMDb
Or set all categories to default setting and disable the top grid in general
– https://www.screencast.com/t/Iw7F5rbzL
– https://www.screencast.com/t/wwizB2w3
Thanks
Hi,
I could give you a code to remove the top padding below the main menu, and some of the container width, but this is highly not recommended. The theme width is predefined with or without background. This is meant to ensure that the page elements always display as intended.
The code you can experiment with would be like this
– https://www.screencast.com/t/n23fT520z
– https://www.screencast.com/t/fkHjIsJdq
.home .td-main-page-wrap {
padding-top:24px;
}
.td-boxed-layout .td-container-wrap {
width: 1116px;
}
.home .td-main-content-wrap {
padding-bottom: 24px;
}
Enter it in Theme panel->Custom Code->Advanced CSS in the desktop section, and check if everything works and displays properly.
Thanks
Hi,
Unfortunately there is no option to allow this. The sidebar widgets will display posts based on the filtering and sorting used. The current viewed post is not taken into consideration.
Maybe you can find a solution based on available settings, filtering and sorting
– https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi,
First please move the code mentioned last regarding the width and margins, in Theme panel->Advanced CSS in the desktop section. It creates issues on smaller devices, I forgot to mention this.
I see that you have set a background image for the header. If you would like the background to be centered at all times, add this to the code
– https://www.screencast.com/t/oS5O8AGaXkal
Thanks
Hi,
If you have Yoast SEO installed please disable this option
– https://www.screencast.com/t/n8Cc35EofLh
It has been identified to cause issue with the composer. Disable it and check the results.
Thanks
Hi,
You could use some CSS to customize how it displays. Something like this will work for the present situation
– https://www.screencast.com/t/MVOHZ7MTcW
This is the code used, enter it in Theme panel->Custom CSS if you decide to use it
.td-menu-background,
.td-mobile-container {
width:75%;
}
You can use the browser inspector to identify the elements present on the page and their classes and create custom code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hi,
I believe that should not happen if the posts have an actual author. The theme ads the necessary structured data for authors.
Inspecting one of your posts does not present any issues or errors
– https://www.screencast.com/t/dxUL3jOyiULX
Thanks
Hi,
That would be possible, it will require you to remove the code from the ad section and enter it directly in the post template files. Each post template has a corresponding loop single file (Ex: post template 2->loop-single-2.php).
These files are located in the main theme folder. Opening one of the post template files you can see the structure
– https://www.screencast.com/t/8Nu4ryK5ey
You could place the code under the related articles code, so it will be displayed there.
Thanks
Hi,
It should work, that is how the mobile menu bar background color is supposed to be changed
– https://www.screencast.com/t/bGeJpiQf
– https://www.screencast.com/t/Gm4ws5dMI4hN
A possible cause for the change to not be displayed could be caching. Please try and clear any caching installed and check the results.
If there is still a problem please provide a link to your website so we can inspect it. Configure the theme panel color before with the color you want. Maybe we can identify what is happening.
Thanks
Hi,
That is unusual. So you mean there are no fonts present in the dropdown selection, in the theme panel font settings
– https://www.screencast.com/t/2qJoclxdnxJ
Maybe the theme did not install properly. You could try to reinstall it by FTP
– https://forum.tagdiv.com/install-via-ftp/
Then check the theme system status and make modifications to the parameters if needed
– https://forum.tagdiv.com/system-status-parameters-guide/
You can ask your hosting provider to make them for you if needed. These are basically the theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Please let us know if you still have a problem.
Thanks
Hi,
If there is a problem uploading images in the WordPress library, please check the theme system status and make modifications to the parameters mentioned in this guide
– https://forum.tagdiv.com/system-status-parameters-guide/
You can contact your hosting provider and ask them to make these changes for you if needed, they might have a recommended method in this matter.
These are some other possible solutions, if the issue persists
– http://docs.presscustomizr.com/article/229-fixing-errors-when-uploading-images-in-wordpress
– http://www.wpbeginner.com/wp-tutorials/how-to-fix-image-upload-issue-in-wordpress/
– https://wordpress.stackexchange.com/questions/59763/how-to-fix-http-error-when-uploading-images
Thanks
Hi,
The tagDiv composer is a required plugin, while Visual composer is considered optional. You should use this composer for the website, because we will add a considerable amount of options only for this page builder
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
You can preview the theme demos here, to see how each looks
– https://demo.tagdiv.com/select_demo/select_demo_newspaper
Choose the one you like and simply install it
– https://forum.tagdiv.com/demos_introduction/
– https://forum.tagdiv.com/installing-demos/
Thanks
Hi,
The recipe posts present in the recipe demo were created just for presentation purposes. The top part structure of the post is explained in this topic
– https://forum.tagdiv.com/topic/food-blog/
The following ingredients list is a simple arrow list
– https://demo.tagdiv.com/newspaper/lists/
– https://forum.tagdiv.com/post-formats-for-tinymce/
Then there are directions, where dropcaps are used
– https://demo.tagdiv.com/newspaper/dropcaps/
The video title is a simple heading, followed by the video link pasted in the post content.
You could use this system for creating recipe posts, or maybe consider using a recipe plugin that might have more options.
Please let us know if you have further questions.
Thanks
Hi,
The tagDiv composer can only be used for pages, at the moment. Category pages can be customized through the theme panel only
– https://forum.tagdiv.com/how-category-settings-work/
Thanks
Hi,
Seems to be an issue with the opacity on the images, this should not happen. Please check if the theme lazyload is enabled, maybe try and switch lazyload effects
– https://www.screencast.com/t/rJnkweMs
Clear all caching installed as well, if you have any.
Thanks
Hi,
It seems some thumbnails are missing, please try and regenerate the thumbnails
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
The excerpts will display content from the post. If the post begins with a link, the link will be displayed. A solution would be to set excerpts manually for the posts
– https://www.screencast.com/t/NRjAb2iTD
Thanks
Hi,
Seems to work with the channel for me
– https://www.screencast.com/t/6Apw2Q4SYo
– https://www.screencast.com/t/lAlHG4AIOY9d
Try it again with the channel information, maybe clear all caching installed after configuring the counter
channel/UC3qSAfUr31mJrP0W91JcqxA
Thanks
Hi,
You can set a color for when the menu items are active and hovered, in the theme panel
– https://www.screencast.com/t/UUcs4HbX
Thanks