Hi,
Displaying a last updated on posts will require a modification in the post template files. This is a similar topic in the matter
– https://forum.tagdiv.com/topic/post-last-updated/
Thanks
Hi,
This will be available in the coming update. We are also working on theme compatibility with PHP 7.2 among other new features. As soon as all the tasks are completed the update will be release. it shouldn’t be long now. Please have a little more patience.
Thanks
If the links lead to actual articles, then you would have to edit the elements and keep replacing them. But if the links would maybe lead to category pages which keep refreshing and displaying new content or pages that have dynamic content, then you would not have to make any changes to the links. So it all depends on where the link leads.
Hi,
There is no theme tutorial like the one you mention, that I could provide you with. You could read some online guides regarding pay-per-view configurations
– https://www.sellwithwp.com/free-plugin-woocommerce-pay-per-post/
– http://www.wpbeginner.com/plugins/how-to-create-a-pay-per-view-site-with-wordpress/
Thanks
Hi,
I cannot see the code, the mobile theme is deactivated at the moment. However if it is similar to analytics code, that means it should be wrapped in script tags
– https://www.screencast.com/t/ZSDPrj3whp
Code like that will not be displayed on mobile when the mobile theme is active
– https://www.screencast.com/t/5qlyOsQbZuU
– https://www.screencast.com/t/7etvJkgkMv
If it does not have script tags it will appear just like in your case
– https://www.screencast.com/t/VRexASE6MHEU
Maybe check the code that is added in the posts to have these tags included. It should not appear if added properly.
Thanks
Hi,
That is not normal, the page should be saved properly. No matter how many times you open and edit it, it should not disappear like that. Pages and posts are saved in the database in ideal working situation.
You could take a look to the theme system status
– https://forum.tagdiv.com/system-status-parameters-guide/
Ask your hosting provider to increase the allocated resources if needed. They could take a look and check if there are any database issues. That could be why page content disappears. Also try deactivating all plugins except theme plugins and monitor the situation to see if it still happens. Let us know the results.
Thanks
@BruceInLouisville Replied in your other topic.
Hi,
I could give you a code for that, the result would be like this
– https://www.screencast.com/t/oqi6WX0hpX
This code can be modified if you wish different results, let us know. It can be entered in Theme panel->Custom CSS section.
.td_block_image_box .td-custom-title {
top:auto;
bottom:0;
transform: none;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
}
This one will change the background color and text color, for style 2 box
– https://www.screencast.com/t/jcgZzdJIba1
.td_block_image_box.td-image-box-style-2 .entry-title a {
background-color: yellow;
color: red;
}
Or you could try other elements that can display images
– https://www.screencast.com/t/igLH59jS
For example the title over image element has options to position the text at the bottom
– https://www.screencast.com/t/o5LA8Xh4
Thanks
Hi,
We do not use any plugins for Facebook pixel. The theme does not have any options in the matter. You can go ahead and try some plugins and make some tests. Choose the one you think is best.
Or maybe some users can share their recommendations.
Thanks
Hi,
Breadcrumbs will display a path to the article, usually this is Home->Category->Article title. In this case the blog page is in no relation to either the home or the categories, so it will not be displayed in the path. That would happen if you set the blog page as homepage.
Or maybe if you disable the theme breadcrumbs and use a plugin to display custom breadcrumbs. There could be breadcrumb plugins with more advanced settings.
Thanks
Hi,
Indeed that would summarize it. Certain row layouts and elements will break when both page builders are active at the same time.
A thing to note would be that the tagDiv composer will receive many more options over future theme updates. These will not be available in Visual composer.
Thanks
Modules by default will display the primary category. Posts always have a primary category if created and published. If one is not set manually as mentioned in the guide, the first one alphabetically is picked (or if there is only one, it will be picked). That is why this setting is useful, it allows control over the tag.
If you cannot use this option, then you will have to modify each of the modules and probably the main function in order to achieve something like that through code modifications
– https://www.screencast.com/t/mF7eJ110tXo
– https://www.screencast.com/t/84rzrnwp
Thanks
Hi,
I could take a look and try to provide a code to make them display inline while as widgets. At the moment I don’t see them on your website at the moment, if you could create a test post or page with this sidebar and paste a link here, I will take a look.
Thanks
I have installed the same demo you mention, the global medicine. I then proceeded to edit the homepage with the tagDiv composer. Each element that is added with the composer can be edited with it.
Only the Latest articles and it’s sidebar cannot be edited with it. The latest articles section is displayed because of the selected page template
– https://www.screencast.com/t/MrrhItZlzaBL
Also the sidebar of this section is set there.
Other than this section, everything in the page content can be edited with the composer. If you could mention what elements exactly you are having problems with, it would be helpful.
Thanks
Hi,
The thumb sizes cannot be modified through a theme option, these are predefined for each module and also have a predefined cropping
– https://forum.tagdiv.com/featured-image/
– https://forum.tagdiv.com/theme-thumbs/
– https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
The created thumbnails may produce different results using different modules, because of their aspect ratio and the thumbnail size used by the modules.
If you cannot use any of the available blocks and grids, and you want to modify some thumbnail sizes in the theme or the cropping, this could only be done like this through code
– https://forum.tagdiv.com/api-thumbnail-introduction/
Thanks
Hi,
@curve The file you mention cannot be modified through a child theme. The files that can be modified from the booster folder are mentioned in the child theme guide
– https://www.screencast.com/t/HP1IrDRi6O
So you will have to make the modification in the main theme file in order for this to work.
Thanks
Hi,
Demos may contain multi-purpose elements, these can only be edited or placed with the tagDiv composer. The dental demo is built with such elements, it cannot be edited with Visual composer, the shortcodes will not be interpreted by it.
The tagDiv composer is the main page builder in the theme. All the demos are built with it. The new multi-purpose plugin and elements can only be used with it. Coming updates will provide many more options and features specially for the tagDiv composer. That should be taken into consideration
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
– https://www.youtube.com/watch?v=C0ARTSimnUY&index=4&t=43s&list=PL6CsDkMaejhr2ExZCO73U11SSVKB9r_NE
Thanks
The scroll to top issue might be caused by the same plugin. Unfortunately I could not make any plugin recommendations in the matter. You could try other plugins with this capability, or configurations, and make tests to see if they cause issues with the theme functionality.
The scroll on mobile could be removed if required with a code like this, entered in Theme panel->Mobile theme->Custom CSS
.td-scroll-up {
display: none;
}
Thanks
Hi,
The link you provided does not seem to work at the moment
– https://www.screencast.com/t/FOlEb3fM8
I have tested the grid you mention and there is no problem with it’s responsiveness. it will adapt if needed for each device. Please provide a link to your website so we can take a look at it.
Try to test the grid in the theme live demo, on the same devices
– https://demo.tagdiv.com/newspaper/big-grid-6/
Thanks
Hi,
That would mean something is wrong, having such long loading times. Please provide a link to your website so we can inspect it. Check for errors using the browser inspector console, they will be displayed there if there are any.
Thanks
Hi,
You must first create sidebars, they will then appear in the widgets section. Sidebars can be created from multiple places
– https://forum.tagdiv.com/sidebars-tutorial/
These can then be used on posts, category pages, or as you mention on pages using the Widgets sidebar element. Using the composer simply drag the elements in the location you want, then select from your available sidebars
– https://www.screencast.com/t/BYC2c5g8H7
Please let us know if you have any further questions.
Thanks
Hi,
You could contact the hosting provider, have them check the logs. They might be able to identify what exactly is causing the overloading issue. The theme would function properly if the requirements are met
– https://forum.tagdiv.com/requirements-for-newspaper/
– https://forum.tagdiv.com/system-status-parameters-guide/
Also try to use the latest theme version and WordPress version.
Thanks
Hi,
We have made tests with qTranslate and WPML plugins, these would work properly. You could try others as well if needed and make tests.
Thanks
Hi,
I have made some tests with the theme and latest version of Firefox, everything is working properly. There is no problem creating posts and pages, selecting a post template or anything else like that.
Try disabling all browser extensions and clear the browser cache
– https://support.mozilla.org/en-US/kb/how-clear-firefox-cache
Try if possible to test on a different computer using Firefox. Let us know the results.
Thanks
Hi,
You could try to modify the function, try to redirect users to the previous page after registering. I found these somewhat similar topic that you can follow
– https://wordpress.stackexchange.com/questions/16004/redirect-user-to-original-url-after-login
– https://buddypress.org/support/topic/how-to-redirect-after-registration/#post-249621
Thanks