Hi,
1. With flex blocks and flex grids that would be possible. These have options to enable/disable the date per block
– http://prntscr.com/lpzzj8
So while the date general setting in the theme panel block settings is active, the date can be removed per flex block.
If this is not helpful maybe it could be done with some CSS, the general date setting has to be enabled first. Then set a custom class to the FEATURED ANSWER and LATEST ANSWERS blocks
– https://www.screencast.com/t/DfDzaIcu0fH
Then use a code like this, replace the “myclass” with the one you used
.td_block_wrap .td-post-date,
.td_block_wrap .td-post-author-name span {
display: none;
}
.myclass .td-post-date,
.myclass .td-post-author-name span {
display: inline-block;
}
This should hide the date for all blocks, except the ones that have the “myclass” class set to them. You could gibe it a try.
2. That would require modifications to the modules used
– https://forum.tagdiv.com/topic/how-to-show-date-update-article/
Thanks
Hi,
So once you set a menu for the mobile theme in the theme panel mobile settings, it gets reset/removed? Does it happen after a period of time, or specific actions on your part?
I will make some tests on my side to see if it happens for me as well. You could check if there are enough resources, as mentioned in this guide
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks
Hi,
You could use a smart list style that doesn’t refresh the page, like these ones
– https://demo.tagdiv.com/newspaper/smart-list-style-1/
– https://demo.tagdiv.com/newspaper/smart-list-style-3/
If that is not possible, maybe the first paragraphs displayed above the smart list can be removed with CSS starting from the second slide.
Something like this could work, may need modifications however
– https://forum.tagdiv.com/topic/count-on-smartlist-2-how-to-skip-the-1st-number/
Thanks
Hi,
The mega-menu with sub-categories will display only default categories (post categories), not product categories.
Product categories can only be added in the menu like this
– https://www.screencast.com/t/O7qjUM4OPF
You can display them individually or create a drop-down with the product categories.
Thanks
Hi,
Regardless of the smart list style used on desktop, the mobile theme will not display it.
It has a single smart list style which will be loaded automatically on mobile when the mobile theme plugin is active. It is a simple style designed for performance.
So only if you should deactivate the mobile theme plugin the same style from desktop will appear on mobile.
Thanks
Hi,
If you use default post templates, the source and via will be displayed right below the post content and bottom ad (if the post does not have pagination or a review, then these will be first)
– https://www.screencast.com/t/EI3QhTXy
In the screenshot you provide there is no pagination or a review from what I can see, so the source and via would be displayed right below the bottom article ad.
But you also have some sharing and another ad it seems, these appear between the bottom ad and and via/source. If you should remove those the via/source will be displayed where it should.
The theme cannot control where plugin content appears, so if that sharing section and ad are added with a plugin there would be nothing to do from the theme. Maybe they are set to appear below the post content as well, pushing the theme elements down.
Thanks
Hi,
The blocks and grids will display posts according to the filtering set, using default WordPress categories. Also they can display pages and custom post types, but mainly default posts from normal categories
– https://forum.tagdiv.com/block-settings-guide/
I don’t believe those event categories used by the plugin will be detected and displayed in the filter settings of the blocks and grids. Only WordPress categories will.
Maybe you can assign normal categories to the posts as well, and use them for filtering. Sorry for any inconvenience.
Thanks
Hi,
What exactly is not working with the form? I see it like this currently
– http://prntscr.com/lpyrg2
That plugin should work properly with the theme.
Thanks
Hi,
Seems the width of the video iframe is not occupying the full size that is available. From what I can see this could be caused by a plugin
– https://www.screencast.com/t/DAW00Rldl
That plugin has CSS for iframes which overrides the theme CSS it seems. If possible try as a quick test to deactivate it to see if that is the case.
I could give you a code to force the video to be as it should, enter it in the custom CSS code of the theme panel and check the results
.td-post-featured-video iframe {
width: 100%;
}
Thanks
Hi,
Previously in an older theme version that code was automatically removed when the author box was disabled in the theme panel post settings.
But this resulted in Google structured data problems (missing author), so now disabling the author box still loads the required data.
If you want to remove that code or parts of it you can find it here (the file can be modified in a child theme)
– https://www.screencast.com/t/YFe091f5
Thanks
Hi,
The theme doesn’t have such menu settings. These would be the only menu styles available
– https://forum.tagdiv.com/mega-menu/
– https://forum.tagdiv.com/page-menu/
Maybe that would be possible with menu plugins, you could install a few free plugins and make tests with them. Sorry for any inconvenience.
Thanks
Hi,
For composer problems there are a few things to check. First would be the requirements guide
– https://forum.tagdiv.com/requirements-for-newspaper/
Insufficient resources most likely will cause problems using the theme and theme plugins.
If there is no need for modifications in that matter, in some cases the solutions from these topics worked for blank pages or pages not loading, you could give them a try if possible
– https://forum.tagdiv.com/topic/gray-page-tagdiv/
– https://forum.tagdiv.com/topic/javascript-error-td-composer-wont-load/
Ultimately we could take a look. We will require admin login and also cPanel or FTP if possible.
Send this information by email at contact@tagdiv.com and we will investigate. Please include a link to this topic in the email.
Thanks
Hi,
Custom icons cannot be selected and displayed besides the included icons unfortunately. I believe this request is on our list, an option to upload additional icons will be considered.
If you have actual icons in the media library you could add them in a text element maybe, and create your own image box (using column texts, titles, and buttons)
– https://www.screencast.com/t/ymErBIJ6
Sorry for any inconvenience.
Thanks
Hi,
That would be possible only manually, as mentioned in this topic
– https://forum.tagdiv.com/topic/how-to-remove-schema-for-articles/
By a setting it is not possible at the moment.
Thanks
Hi,
A container showing posts, that would be any block or grid in the composer. These are made of modules which are mainly for displaying posts
– https://forum.tagdiv.com/block-settings-guide/
Maybe what you are looking for is the ajax filter
– http://prntscr.com/lpy6xs
This filter can be used by website visitors to filter the blocks by the type you choose.
Please correct me if I misunderstand what you wanted.
Thanks
Hi,
Please try and scan the website, database etc for malware if there such a problem
– https://sucuri.net/guides/how-to-clean-hacked-wordpress
– https://askwpgirl.com/10-steps-remove-malware-wordpress-site/
– https://forum.tagdiv.com/topic/tutorial-good-basic-security-practices/
If you use an older theme version update the theme, update WordPress if needed as well
– https://forum.tagdiv.com/how-to-update-the-theme-2/
After you remove the malware, take steps to improve the security of the website
– https://www.greengeeks.com/tutorials/article/how-to-strengthen-the-security-of-your-wordpress-install/
– https://premium.wpmudev.org/blog/ultimate-guide-wordpress-security/
– https://www.wpbeginner.com/wordpress-security/
– https://codex.wordpress.org/Hardening_WordPress
Hopefully you can identify the problem and solve it.
Thanks
Hi,
You could add the respective code in the post template files
– https://www.screencast.com/t/egaeEq6MFkXo
Opening a post template file you can see it’s structure.
Try adding that code below the bottom social sharing section if that is where you want it to appear, then check in a post that uses the post template where you make the modification. These default post templates can be edited in a child theme.
Thanks
Hi,
@Olovant If you have a problem with the logos, please provide a link to the website so I can take a look. Once uploaded in the theme panel the logos should appear at all times
– https://forum.tagdiv.com/logo-favicon/
@cezstro So the option to create a mega-menu is not displayed?
– https://www.screencast.com/t/yKy9OROO
In almost all previous similar cases this issue was caused by plugins. Try as a quick test to deactivate all of them, leave only theme plugins active. Chances are the option will be present and the issue fixed. Then activate them one by one and identify which one is to blame.
Thanks
Hi,
The permalink would display the post title if that is how it is set in WordPress settings. I found some topics about including custom fields in the permalink structure, maybe they are useful to you
– https://wordpress.stackexchange.com/questions/294011/change-permalinks-with-acf-values
– https://permalinkmanager.pro/2017/07/10/easily-use-custom-fields-inside-wordpress-permalinks/
– https://support.advancedcustomfields.com/forums/topic/add-acf-field-to-permalink/
– https://stackoverflow.com/questions/33651786/how-to-use-custom-acf-fields-in-wordpress-permalink
– https://wpquestions.com/Add_custom_field_to_permalink_URL/3014
Thanks
Hi,
That would mean the mega-menu is not created properly
– https://forum.tagdiv.com/mega-menu/
The menu item you want to make a mega-menu should not have any sub-menus, in your case it has and they are displayed below the mega-menu sub-categories.
That would be a common mistake when creating a mega-menu
– https://forum.tagdiv.com/topic/hopefully-last-bit-of-help-slight-issue-with-the-mega-menu/
Thanks
Hi,
@trendyseekers It is possible to modify the width of the rows containing the elements
– https://www.screencast.com/t/bJZnLUlA
Many layouts can be achieved using the row stretch settings. Most of the new theme demos have various widths, see them all here
– https://demo.tagdiv.com/select_demo/select_demo_newspaper
With the introduction of the cloud library plugin now the composer can be used to create post templates, category templates etc
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
You can preview the cloud templates and even edit them all here
– https://affiliate.tagdiv.com/#/load/All
Please let us know if you have more questions.
Thanks
Hi,
If you use the mobile theme, custom code has to be entered here
– https://www.screencast.com/t/lFac6PyQx
You can enter it like this in that case
.form-submit input[type=submit] {
background-color: red;
color: green;
}
Thanks
Hi,
I can assure you that the theme downloaded from themeforest does not contain any malware, if that is what you are referring to. We scan the theme, Envato scans the theme as well.
The theme can only be downloaded from here, which is safe
– https://themeforest.net/item/newspaper/5489609
I checked one of the websites on mobile, this one
– http://elmoncasteller.cat/
I was redirected to an app download page when I clicked on the top header banner, but that would be the ad code used.
The other website I visited is not secure – https://www.screencast.com/t/rmnQGGwm81
Maybe try and scan the website, database etc for malware if there is a problem
– https://sucuri.net/guides/how-to-clean-hacked-wordpress
– https://askwpgirl.com/10-steps-remove-malware-wordpress-site/
– https://forum.tagdiv.com/topic/tutorial-good-basic-security-practices/
Thanks
Hi,
I can’t view the image you posted – https://www.screencast.com/t/n68iIEwm
The theme javascript is minified, the CSS can be minified. So the problem would be with this inline javascript you mention.
Does the same happen if you test with no plugins except theme plugins active (clear cache before testing if possible)?
1. Only the loop elements have numbered pagination
– http://prntscr.com/lnmj27
Using it’s pagination will lead to the next page. The loops cannot be filtered, they will display posts from all the categories sorted by latest.
Blocks only have ajax pagination, no numbered option. Sorry for any inconvenience.
2. All modules will show the category tag, it just has to be enabled in the theme panel
– https://forum.tagdiv.com/category-tag-on-modulesblocks/
Big grid full 8 uses these modules – https://forum.tagdiv.com/theme-blocks-modules/
3. Change the spacing how exactly? Maybe there is a way.
Regarding the composer issue, maybe when trying to use the composer to edit a page for example, the connection was weak or lost with the website, that could explain it.