Hi,
Never tried that plugin unfortunately, however if you are certain it does not work with the theme you could use other language plugins. Try qTranslate, Polylang these would be free, or WPML this would require you to purchase it.
Thanks
Hi,
Each menu item has a unique ID, so you could use that and create a code. I did it like this, first I have added an icon in my menu same way you did
– https://www.screencast.com/t/atJw6weOwj
The menu item ID can be seen with the browser inspector
– https://www.screencast.com/t/0vVSEOThr
So a code like this will change the color when on default (if you want to do that), also set a hover color
– https://www.screencast.com/t/6C5dK406DS
– https://www.screencast.com/t/mWocLAsrZNdZ
This is the code used in the example, you would only need to use the IDs you have. The colors can be set to what you like. Use them both or just the hover one.
.menu-item-3512 .fa {
color: blue;
}
.menu-item-3512 .fa:hover {
color: red;
}
CSS code can be entered in Theme panel->Custom code-> CSS section.
A guide that may be helpful here
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hi,
From what I can see the images display properly at the moment
– http://prntscr.com/k7cn72
– http://prntscr.com/k7cna3
What images are you referring to exactly? I will check where you mention.
Thanks
Hi,
Our AMP plugin does not have a menu at the moment. It may be added at a future time. We based the AMP template on the way the Yoast SEO website looks on AMP
– https://yoast.com/social-media-optimization-with-yoast-seo/amp/
Thanks
Hi,
We could take a look, send us an email at contact@tagdiv.com and provide admin login. Please also include a link to this topic in the email.
Add this to align it to the left – http://prntscr.com/k7ckoj
.td-load-more-wrap {
text-align: left;
}
Hi,
What font are you referring to exactly? I will take a look if you can mention an example of this change.
Hi,
What description are you referring to exactly? I will take a look on mobile if you could mention what is happening for you.
Thanks
Hi,
I don’t know what you actually did there with the future date for published posts. Maybe that is causing problems with the block sorting.
I have tested a block with an oldest sort and I can confirm that the sorting works properly
– https://www.screencast.com/t/fc8YsHy6O
– https://www.screencast.com/t/g6kqBBBvn
Same with a block widget – https://www.screencast.com/t/R9zPNLSksFol
– https://www.screencast.com/t/hCmQx29cVg
Hi,
I see that now, somehow I missed it before. Remove that code and use this one instead
.home .td-travel-header {
bottom: -220px;
}
.home .td-main-page-wrap {
position: relative;
top:-220px;
}
It would produce a better result – http://prntscr.com/k7cb1t
Thanks
Only posts can be shared at the moment, I cannot say if there will be modifications in the matter anytime soon, I am not aware of them.
You could use an additional sharing plugin maybe, or disable theme sharing on posts and use a plugin for the whole website.
Creating the actual post is not possible with the tagDiv composer at the moment, you can create a template and apply that to the post/posts.
So you can create as many templates as you want and apply them for what posts you want, or just one template for all posts. It depends on what you want to do.
Well than you would better consider to use a e-commerce plugin for displaying products, not posts. You can use Woocommerce to set up a shop and display products. Some examples
– https://demo.tagdiv.com/newspaper_tech/shop/
– https://demo.tagdiv.com/newspaper_tech/product/woo-logo-3/
That website also uses woocommerce, since that is a product for sale.
Hi,
I would need some more details about it, maybe a link to your website if possible or some screenshots with the error.
The module in which the posts are displayed can be selected for each category, in the per category settings
– https://www.screencast.com/t/hLmu13tfPY
– https://www.screencast.com/t/0ZaEqainECd
What exactly is happening in your case after you select a module?
Not in the actual post page, in the cloud template section
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Form there you can manage your templates, add new ones, modify them etc.
This will work in that case, for post template style 13
– https://www.screencast.com/t/luGkC6S1Y
.td-post-template-13 .td-post-header .td-post-title .td-post-views {
display: none;
}
That would require you to edit the plugin files, here to be more exact
– https://www.screencast.com/t/rQUTl5BE
The screenshot link seems to be broken, I made another one
– https://www.screencast.com/t/eeXntpTls
This setting controls the excerpt type, check how it is set, by words or letters. Then check your related module settings
– https://www.screencast.com/t/wzuKVEF3
Hi,
The most common cause for theme or theme page builder problems are insufficient resources
– https://forum.tagdiv.com/requirements-for-newspaper/
It is imperative that the parameters mentioned in the guide are configured properly. Insufficient resources can cause many issues with the theme or the plugins, if needed ask your hosting provider to increase them as specified. Let us know if there still is a problem.
Thanks
So maybe something like this – https://www.screencast.com/t/Hd6eCBdDt
This is the code used in the example
.td-load-more-wrap a {
color:white;
background-color: #d01317;
border-radius: 100px;
}
Hi,
The theme panel files would be here – https://www.screencast.com/t/YqkQjMTbgW
You would have to manually translate the text inside those files.
Note that these files will be replaced after a theme update, so maybe make a backup of them after you make the modifications.
You could try and control what Goggle is allowed or not with a robots file. Some guides here
– https://www.wpbeginner.com/wp-tutorials/how-to-optimize-your-wordpress-robots-txt-for-seo/
– https://kinsta.com/blog/wordpress-robots-txt/
– https://yoast.com/wordpress-robots-txt-example/
– https://bloggingwizard.com/create-custom-robots-txt-file/
Hi,
We cannot offer discounts unfortunately, no matter how many themes are purchased. When there would be an event or sale on themeforest provided by Envato, the theme will probably be offered at a discount.
It seems to happen for me as well, I tried it like this. I used a text column element with some text in it. I then saved it as a shortcode
– https://www.screencast.com/t/CqYBgPiAyY
If I then place this shortcode in the same page or a new page, it seems to be empty
– https://www.screencast.com/t/JGh4JT3XBjc
I believe that is what you are experiencing as well. I will add this issue on our list and it will be fixed as soon as possible.
You could use a code like this, as long as the time is displayed last it would be a solution
– https://www.screencast.com/t/SuBq3LDmfw
.td-header-sp-top-menu .td_data_time:after {
content: ' uhr';
}