The mobile theme settings are in the theme panel plugins section as far as I can remember
– https://www.screencast.com/t/0UWPIOfC
Maybe in very old theme versions it was different.
I see you activated the mobile theme plugin at the moment, seems to work properly. Without displaying dates in modules and the post pages it is hard to tell if latest posts are displayed.
The delay you are referring to is probably generated by a caching plugin or service. Try to clear the cache if there still is a problem.
So it looks as you wanted it? From what I see it seems to work for you.
I never tried something like that, probably it could be done. Check some guides for adding shortcodes
– https://www.wpbeginner.com/wp-tutorials/how-to-add-a-shortcode-in-wordpress/
– https://codex.wordpress.org/Function_Reference/add_shortcode
– https://generatewp.com/shortcodes/
– https://wpcouple.com/create-custom-wordpress-shortcodes/
I will create a request for the cloud library next/prev to have a thumbnail toggle if possible, by default.
That is an interesting idea, something like a feedback topic will be considered. It would help centralize all the feedback.
You can set any value (except negative) when using padding. Don’t forget to specify a measure unit (like px)
.home .td-main-page-wrap {
padding-top: 10px;
}
I remembered something with grid 2, my mistake. For grid 6 it would be like this
– http://prntscr.com/kfbghj
.td_block_big_grid_6.td-grid-style-1.td-hover-1 .td-post-category {
position: absolute;
top: 0;
left: 0;
bottom: auto;
}
.td_block_big_grid_6 .td-meta-info-container {
height: 100%;
}
.td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
position: absolute;
bottom: 50px;
}
.td-grid-style-1 .td-big-thumb .td-module-meta-info {
position: absolute;
bottom: 0;
}
.td-tiny-thumb .td-big-grid-meta .entry-title {
position: absolute;
bottom: 20px;
}
If you want the footer logo to be similar to the top logo, create a logo of 100×100 and use that.
Or remove the code provided in that topic, and use this one to limit the 183px logo to the header logo size
– https://www.screencast.com/t/2KGQujBE8
.footer-logo-wrap img {
max-height: 100px;
max-width: 100px;
}
Hi,
Please try the manual activation as well – https://www.screencast.com/t/EL4k48Lq
If there is still a problem activating the theme, send us an email at contact@tagdiv.com and provided admin access there. Include a link to this topic in the email.
Thanks
Actually it has worked, the images served are not scaled they are thumbnails. Example
– https://www.screencast.com/t/UpOwQpnFGoC
– http://bakdawsinirangan.com/wp-content/uploads/2018/06/feat-img-15-300×194.png
The theme will now serve thumbnails as it is intended to.
Hi,
The mobile menu is always loaded, this can be seen by checking the page source of a desktop page. So when the mobile theme is not used, the mobile version can be applied quickly when needed
– https://www.screencast.com/t/lfCzbrq9o1
Installing a different menu by plugin will not cause this menu to stop loading.
This is where the mobile menu is defined if you want to make any modifications to it
– https://www.screencast.com/t/HprYsNRUdR
Thanks
I understand now, you mean that padding. I was looking for an actual line, sorry for that.
That is a padding top set for the page
– https://www.screencast.com/t/rWRDNqKjF
By default that would be applying for the page, only with some CSS it can be removed
– https://www.screencast.com/t/BG5mhfPJ2Kb
.home .td-main-page-wrap {
padding-top: 0;
}
Hi,
You seem to have set them to transparent in the theme panel. This slider controls the transparency of the post titles
– https://www.screencast.com/t/tB4ZyHvKAtg
Adjust the slider so that the titles are visible, not transparent.
Thanks
Hi,
Please check the theme requirements guide carefully, top to bottom
– https://forum.tagdiv.com/requirements-for-newspaper/
Insufficient resources or inactive required PHP modules will cause problems using the theme and plugins. Increase all the parameters as mentioned, ask the hosting provider for assistance if needed.
As a note, for most users a WP-memory of 256M would be sufficient if allowed by the hosting.
Thanks
But that code would be in no relation to the category of the post, unless maybe you use that template for all the posts of the category and nowhere else.
That will remove the breadcrumbs for all the posts that use template 5, not taking into account the category of them. With CSS something like that would not be possible, I can’t think of anything.
The category isn’t specified above the breadcrumbs, that would allow them to be targeted and removed only for certain categories.
You could use the solution in the code with the condition, that would work.
Since our plugin was introduced this is the first time I see such issues. There have been no other reports from the many users that have installed and are using our AMP plugin as we speak.
So it would be safe to say that the problem is specific to your case. We will try to help you.
What exactly do you mean by “may be due to google update”? There was no issue before that point? What did you do before the errors started to happen?
Could you analyze more where you are getting these errors and provide more details about them?
Did you try to request a re-crawl – https://support.google.com/webmasters/answer/6065812?hl=en
Google would only expect AMP if this is specified like this, in the page source
– https://www.ampproject.org/docs/fundamentals/discovery
The tag pages don’t have these required elements, so it would be impossible that Google detects tag pages with AMP available.
Hi,
You can send us an email at contact@tagdiv.com and provide admin login access. We will take a look.
Please include a link to this topic in the email.
Thanks
Hi,
That would mean that this page does not exist on that website
https://www.66pixel.com/magaza/urun/5-000-tl-hediye-karti/
How would I reach that page exactly, from what path? Most of the menu links in the menu in this website do not work
– https://66pixel.com/magaza/
Some products displayed there seem to work. This product link redirects to the next one
– https://66pixel.com/magaza/urun/nikon-d810
– https://www.66pixel.com/fotograf-makineleri/nikon-d810/
I would have no idea what the problem is there. Woocommerce works with the theme, but in multiple domains and multiple themes used as the case here, there could be all kinds of problems. Maybe go over the redirects or implementations you made.
Thanks
Glad the quick fix worked. This is being worked on as we speak, in the coming update it should be fixed. Sorry again for this inconvenience.
Hi,
@kimzooyoung The social you mention is not available in the theme currently, as a social network. It has not been requested before, at least I don’t remember it. Most popular requests have been added.
If this social would be requests more it will be considered in a future update. Sorry for the inconvenience.
Thanks
Hi,
Yes you can. Each page can be built in it’s own way, with the tagDiv composer. Create a new page and edit it with the tagDiv composer, stretch the rows as you see fit
– https://www.screencast.com/t/HSx7N7mTQJ
There are predefined width settings as well as full width. The content will be stretched with the row.
Let us know if you have more questions.
Thanks
For the image box the images should link to the URL you enter for each image
– https://www.screencast.com/t/eCVWOAItBeB
If the link is set properly there and the link is still with this “goto” parameter, that is not coming from the theme.
Deactivate all plugins except theme plugins and check again.
The only problem with this bigger logo is on mobile
– https://www.screencast.com/t/W0b6bN2zQHX
Remove the code provided in this topic
– https://forum.tagdiv.com/topic/footer-logo-size-in-mobile-devices/
I gave you that code which worked for that situation at the time, to make the header logo similar to the footer logo.
Result on mobile after you remove the code – https://www.screencast.com/t/xrP6N0GquQu3
Hi,
You can use captions, each image can have a caption text. This will be displayed in the gallery
– https://demo.tagdiv.com/newspaper/td-post-aston-villa-beat-liverpool-to-join-arsenal-in-the-fa-cup-final/
– https://www.screencast.com/t/UJAYSSrLi5
The actual description of an image would only be displayed in the image attachment page.
Thanks
Hi,
There would be no breadcrumbs for pages, unless maybe you use the parent/child page relation to other pages.
That would work for pages that do not contain page builder elements, if you create them with page builders there will be no breadcrumbs.
Breadcrumbs will be displayed for post pages, categories, tags etc but not for pages built with page builders.
Hi,
How exactly is the code you are using? That code from above should not work for post page breadcrumbs by category. I could be mistaken.
You could also create a condition in this file maybe
– https://www.screencast.com/t/cJAp4adz