Hi,
So similar to how the dentist demo is made – https://demo.tagdiv.com/newspaper_dentist That has a similar functionality for the menu. The links are set like mentioned in this topic
– https://forum.tagdiv.com/topic/one-page-site/
Thanks
I tested in the classic editor, that works for me at all times if the link is set properly
– https://www.screencast.com/t/GwEYGA04d
The links you mention in that page have no target blank properly set when creating the link, as shown above
– https://www.screencast.com/t/fN6w0Dmg
I understand now. Note that those are not the same elements. AN example, for posts it’s the single post author box
– https://www.screencast.com/t/BBf8choQ
For author pages it’s an author box – https://www.screencast.com/t/WIF3ns7Y
You could try and construct something similar with the individual author page elements
– https://www.screencast.com/t/GhFAljJCYNx
To position them next to the other use the inline-block setting in the CSS tab of the element
– https://www.screencast.com/t/9N33h1TS
@Roman_Kiev Please force refresh the respective page a few times (Ctrl+Shift+R) after removing the code. It should be removed eventually.
I tried it again – https://www.screencast.com/t/4jODqfJq5
After about 5 force refresh – https://www.screencast.com/t/aOmcDEEWvfY
Hi,
The menu and the logo are in separate containers, so that would not be possible/easy to do with CSS. Maybe with the header builder that is currently in development that will be possible, can’t say for sure until it is finished and we will begin testing it. Sorry for any inconvenience.
Thanks
Hi,
The theme can only set a background image or color as background. Maybe you can set that iframe with CSS somehow.
Be sure to set a background color or image first to make the website boxed first, and then try and set the background with CSS on the body
– https://forum.tagdiv.com/background-ads/
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Check some similar topics for some examples
– https://stackoverflow.com/questions/13363092/vimeo-iframe-as-background
Thanks
Hi,
So the background color should be displayed at all times? This would work then, set the color you want for the background
– https://www.screencast.com/t/wfDJk1KhKB
.menu-item-1722 {
background-color: red;
}
Thanks
Hi,
If that happens for all pages even new ones, that it could be caused by a plugin. Deactivate all plugins except theme plugins and check again.
If there is still a problem please first check the theme requirements guide to be set properly
– https://forum.tagdiv.com/requirements-for-newspaper/
In case the problem persists, send us an email at contact@tagdiv.com and provide admin login, as well as cPanel if possible. Include a link to this topic in the email.
Thanks
These would be all the available cloud post templates at the moment
– https://affiliate.tagdiv.com/#/load/Single
They can be modified but all depends on the modifications, responsiveness has to be kept in mind.
Maybe replace that current margin left you use with a simple negative margin like -60% for example. Also maybe set different values per viewport – http://prntscr.com/m5dvp9
Hi,
The option to set a sidebar for posts is in the post settings panel in the post edit screen here – https://www.screencast.com/t/hFGthE2IF
What is happening in your case? Let us know.
Thanks
Hi,
I could give you a code to remove them, they will appear by default and there is no setting to remove them. Please enter this code in Theme panel->Mobile theme->Custom CSS code section
.category .td-category-siblings {
display: none;
}
The result will be like this – https://www.screencast.com/t/kkQCcnp9uERh
Thanks
Hi,
Similar issues were fixed by adding the code provided at the bottom of the theme requirements guide in the htaccess file on the server
– https://forum.tagdiv.com/requirements-for-newspaper/
If the problem remains after adding the code, please send us an email at contact@tagdiv.com and provide admin login, also cPanel or FTP if possible. Include a link to this topic in the email.
Thanks
Hi,
The theme does not have any features specifically for paypal. Depending on what you want to do, you could search for plugins that have the capabilities you need. We haven’t tested any unfortunately, so I can’t make recommendations. Try free plugins if possible.
Thanks
Hi,
Only cloud templates can be edited with the composer, if you attempt to do so for default templates the message will be displayed
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Here you can see the available cloud templates, sort them , preview and even edit them with the composer live
– https://affiliate.tagdiv.com/#/load/All
Import the ones you like and set them. Then the option you mention will work.
Thanks
Hi,
That would be a common WordPress error, there are various suggestions and solutions online to try and see why this is happening. Even the hosting provider may have an idea what the problem is.
But the easier solution would be to install the plugin a different way.By FTP for example
– https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/
– https://www.wpbeginner.com/beginners-guide/how-to-manually-update-wordpress-plugins-via-ftp/
It could be an issue with curl with your hosting setup. You could contact the hosting provider, they may be able to help. Or install the plugins by FTP.
Thanks
Hi,
If you have sent us an email we will take a look as soon as possible. Usually it is a matter of permissions, the WP-debug has to be set to false, or maybe a matter of insufficient resources. These would be the recommended theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks
Hi,
The theme modal will apply if the images are inserted with the classic element in Gutenberg, like this
– https://www.screencast.com/t/E2C5NN9K1ox
Maybe this will change in coming updates, I can’t say for sure at the moment.
Thanks
Hi,
We try our best to help when there are problems, thank you for your appreciation. The patch folder contains the modified files from the previous version. It would be considered a different form of update besides the other ones.
If you use the latest WordPress, use the latest theme as well. In similar cases as you describe the issue was caused by low memory
– https://forum.tagdiv.com/requirements-for-newspaper/
We recommend a value of 256M which would be enough for most websites. Try to increase it and check if the issue is solved.
Thanks
Hi,
So they worked before? Then it could be some recent modifications that caused the problem. Maybe you installed a plugin, added some code in the theme panel, theme files, child theme etc.
Those would be the first things to check. Deactivate all plugins except theme plugins, remove code modifications or code additions in theme files or panel, clear the cache then check again.
If you use caching of any kind, activate this option
– https://forum.tagdiv.com/ajax-view-count/
Also maybe consider to update the theme to the latest version, changelog here at the bottom
– https://themeforest.net/item/newspaper/5489609
Thanks
@desteenie Replied in the other topic – https://forum.tagdiv.com/topic/facebook-share-not-showing-featured-image/
Hi,
@desteenie For sharing the Yoast SEO plugin has to be installed
– https://forum.tagdiv.com/facebook-share/
If there are problems try to debug the post with the Facebook tool
– https://developers.facebook.com/tools/debug/og/object/
Any issues will be displayed there. Try these suggestions as well
– https://kb.yoast.com/kb/why-doesnt-facebook-display-an-image/
I could also take a look if you already tried the above, post a link to the website.
Thanks
Hi,
Changes to a template will apply to all the author pages or posts that use that template. You would have to create multiple templates each with their own design, if you want them to be different for each author or post.
Thanks
Hi,
There may be problems like this with caching. This dedicated option should work however
– https://forum.tagdiv.com/ajax-view-count/
Try to deactivate all the plugins except theme plugins and the cache plugin. Leave the ajax count active, clear the cache, then check if the view counts increase.
Thanks
Hi,
The target blank seems to be on the link, but it refuses to work properly it seems. This is happening in my case as well, I tested on Chrome and Firefox. Sometimes it works others not.
The call to action button seems to work every time and the same button is used there as well, so this is unusual.
I will add this on our list and it will be investigated. You could maybe use a call to action element instead. Or create a button in a column text and use that
– https://www.screencast.com/t/KLeEzJaaLs4y
Sorry for the inconvenience.
Thanks
Hi,
So the author name here – https://www.screencast.com/t/e1baDzSU5 and also the author box
– https://www.screencast.com/t/blQ4qnrnmHm
On way of doing it only for some posts, would be to create/import a cloud post template and remove the author name and author box elements from it, then apply it to the posts you want
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
These are the available cloud post templates – https://affiliate.tagdiv.com/#/load/Single
There you can preview and even edit them with the composer for testing.
Or you could set a condition in the post template used for the post. Something like this for post template default
Author name – https://www.screencast.com/t/4EDnOqygT
Author box – https://www.screencast.com/t/kQsBApk4N
So if not the author IDs for example 1 and 3 display the author name and author box. Author IDs can be seen like this for example – https://www.screencast.com/t/TgCPD80eT
So code without condition – https://www.screencast.com/t/XdfEGwqEkKoX
With condition will be as above. I found this example here
– https://premium.wpmudev.org/forums/topic/how-to-write-if-author-id-1-do-the-action-in-php
I have tested this briefly and it seems to work. Here is the code for it
Author name – https://pastebin.com/AW0WUB4t
Author box – https://pastebin.com/VRknYdAF
Replace the default line of code for each with the new code. If you have a development copy of the website test this there before, if possible. If you have more authors add them like this – https://www.screencast.com/t/vTANMPJeG0W
This will have to made in the post template file, depending on what post template the post uses. The template files can be modified in a child theme if you have one, so they will not be lost after a theme update.
Thanks