Hi,
If that message is displayed, then maybe you have not update the mobile theme plugin. Delete it and install it from the latest theme package, then one you have downloaded
– https://www.screencast.com/t/YyVih6oHej
Then there would be no more problem. After each theme updates please remember to update the plugins as well. Only the tagDiv composer and social counter should update automatically.
Thanks
Hi,
You could first take a look in the header file of the theme, after the body tag
– https://www.screencast.com/t/H3CtDWR6pClk
Maybe you entered code there, please check and let me know. That could be the end of a script tag.
Thanks
Hi,
Oops, thank you for mentioning this. We will fix that banner immediately. Somehow that wasn’t noticed before.
Hi,
Stretched blocks will use the same thumbnail as non-stretched blocks. So regenerating the thumbnails would have no result in quality. We recommend that either full grids are used when full with is needed
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
Or flex blocks (there are many more to come in future updates)
– https://demo.tagdiv.com/newspaper/flex-block/
These flex blocks allow you to choose thumbnails size, so the quality would be more proportional to your original images
– https://www.screencast.com/t/5Ucr6Hwkk
This demo homepage is built using only flex blocks for example
– https://demo.tagdiv.com/newspaper_crypto/
Thanks
Hi,
Maybe by skipping posts there is no need for pagination to display. Check how many posts there are in the category where it is happening.
If you offset too many posts, maybe not enough remain, and they can be displayed on a single page, so no need for pagination. That would be a possible cause for this to happen.
Thanks
Glad it worked. There are many plugins that can optimize images. Try other plugins and see which one works best. I have not tested any unfortunately, but you could take a look at some guides and comparisons
– https://premium.wpmudev.org/blog/10-best-image-optimization-plugins-to-speed-up-your-wordpress-site/
– https://www.wpbeginner.com/plugins/best-wordpress-image-compression-plugins-compared/
Yes, by default the excerpts are automatic, only if you enter something in the field I mentioned the automatic excerpts will be replaced. In your case the excerpt text is missing or empty. That would only happen if you limit the excerpt length as shown, or even if you maybe entered a “space” in the custom excerpt field
– https://www.screencast.com/t/hsJpWGqsKnI
That is why I suggested that you check. I see that now there are excerpts there, maybe you managed to identify the problem.
Hi,
Seems I missed that last question, sorry for that. You could add br tags inside the description, like this
– https://www.screencast.com/t/buwbrETgqyWs
That section does not have an actual text editor at the moment. Maybe also wrap that text in a div or span to style it as well. So HTML and some CSS would work there.
– https://www.screencast.com/t/vJCh50DUFU
– https://www.screencast.com/t/1mMcqCQJ48
Let us know if you have more questions.
Thanks
Hi,
No, those are predefined blocks. That block will always look like this
– https://demo.tagdiv.com/newspaper/block-24/
The 1 column look will be the mobile look. What you could do is to hide the block on mobile, and display block 15 instead if that is what you want.
The tagDiv composer allows blocks to be removed per viewport. Check the CSS tab of the block, while selecting your desired viewport
– https://www.screencast.com/t/PduFaZaQn43
– https://www.screencast.com/t/1UJ6WiPGcqXl
So for example hide block 24 on mobile, and block 15 for desktop and the other devices (to display it only on mobile).
Thanks
Hi,
Maybe something like the theme Dental demo – https://demo.tagdiv.com/newspaper_dentist/
There the menus are links to section of the page. More about that in this topic
– https://forum.tagdiv.com/topic/one-page-site/
For what block does that happen? It is necessary that you provide this information. I cannot test all blocks and modules. If you discover that the code does not work for some blocks/modules mention which ones.
Since the category tags are not supposed to display like that, it may require additional codes.
You can inspect the element and try to create CSS codes, check here
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Hi,
I have inspected the sidebar, I see nothing wrong with it at the moment. What exactly are you doing when this happens? The sticky sidebar works properly in all the posts I checked
– https://www.screencast.com/t/QN79rMI9A
Maybe I am misunderstanding, please correct me if that is the case.
Thanks
Try on a new page and check again, could be something specific to that page. If you could give us admin access we could take a look. If possible send us this information by email at contact@tagdiv.com and we will inspect this. Include a link to this topic in the email.
I have made multiple tests and there is nothing wrong with the theme ad spots and ad box elements.
So not even a text is displayed? Did you install any caching plugins on that localhost? Clear the cache if you did. Clear the browser cache or force refresh the page (Ctrl+Shift+R)
I tested again, a simple text entered in a custom ad spot
– https://www.screencast.com/t/ABKhmXISHrmZ
– https://www.screencast.com/t/TWWOzKAqlHJs
– https://www.screencast.com/t/sEbvdxMzSHM
Then try a code like this for example, make tests with it or modify it if needed
– https://www.screencast.com/t/dBYKmdk9
.td_module_wrap .td-post-category {
position: absolute;
top: 0;
left: 0;
bottom: auto;
}
Hi,
If you mean the article titles you could make that modification where the module title is defined
– https://www.screencast.com/t/UoTwOw8lYU
You would need additional code if you want that link to change dynamically, but if you place it there it would appear in the module (may need to create additional CSS also).
If you mean the block title, that file you mention would be the one (if that block uses block header template 11)
– https://www.screencast.com/t/bLmzd5LIb
– https://www.screencast.com/t/YLMGdqI4e
Wrap that in a link or what is needed.
Thanks
Please try and mention the block type you want this for, it may not work for all blocks or cause problems with others.
Hi,
That would have been disabled before as well, maybe you did not notice it however. The Speed booster will be deactivated if it detects plugins that are not part of a predefined list
– https://www.screencast.com/t/TqHrzrA6y
So chances are it was not active before with that plugin. Or maybe you disabled the plugin check in the code
– https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thanks
You simply have to copy it from here, then enter it in the Custom CSS section
– https://www.screencast.com/t/IRQ9MqsZDs
Once you save the settings, the code will be loaded and the top menu should be displayed on mobile.
The category tag color is predefined at the moment, it cannot be changed by a theme setting. It could be with some CSS if needed. Similar topic here
– https://forum.tagdiv.com/topic/category-label-appearance-on-block-1/
It’s location may be different depending on type of block. What type of block is that? I could try and give you a code to position it in the left corner of the image, if that is what you mean.
Hi,
So the ad is not appearing in the page. That would be a simple method, enter the ad code in the custom ad spot you want
– https://www.screencast.com/t/pcCULUWsxCB
Then place the Ad box in the page and select the ad spot
– https://www.screencast.com/t/wWbGFRSimb
Then once the page is saved and viewed the ad should be displayed. Given the fact that the ad code is valid. What kind of ad are you using? does it work in other ad spots?
Make a test like this to see if the ad box outputs the content
– https://www.screencast.com/t/ognTzAos
– https://www.screencast.com/t/DZYVE6JOH
– https://www.screencast.com/t/ae2sqDGk8D
I could also take a look at the page in question.Provide a link to it and I will inspect it.
Thanks
Not really, the website will be simple and light when using the mobile theme. There will be no page builder content, this will increase the mobile performance.
For each page you have to create two versions, one with the page builder for example, and one for mobile, with the mobile editor
– https://www.screencast.com/t/8bwtCisIew
The mobile theme has many predefined settings which cannot be changed, this is to further improve the performance, everything is kept as simple as possible. You could give it a try, compare before and after.
Hi,
The menu would be hidden along with the whole header if you use an empty page template for example
– https://www.screencast.com/t/P1iyBJoZMPT
But that will remove the footer as well. Such a dedicated setting does not exist at the moment. I believe there are plans to add more design and functionality settings for the theme headers, in future updates.
I could give you a code, check if it works. It applies only on the homepage and it should remove the menu when not sticky
– https://www.screencast.com/t/zhljPzQFJQNl
And display it when sticky – https://www.screencast.com/t/tQBvtwnW
Give it a try, enter it in Theme panel custom CSS section
.home .td-header-menu-wrap {
display: none;
}
.home .td-header-menu-wrap.td-affix {
display: block;
}
Thanks
Indeed, the code is not created properly. Sorry about that. Try it like this instead
– https://www.screencast.com/t/pP2Br33O3m
.td-post-content table tr:not(:first-child) td {
padding: 10px 8px;
}
Give it a try and let me know.
Hi,
The top menu is removed on mobile. I could give you a code to make it visible, the result would be something like this
– https://www.screencast.com/t/RI1YoMXcI
@media (max-width: 767px){
.td-header-sp-top-menu,
.td-header-top-menu-full {
display: block!important;
text-align:center;
}
.td-social-icon-wrap{
display:none;
}
.menu-top-container {
margin-right: 0;
}
.top-header-menu li a {
margin-right: 12px;
}}
If needed I could modify this code. It can be entered in Theme panel custom CSS section.
Thanks