Hi,
So maybe something like this? – https://www.screencast.com/t/vs1sdOtliz
.home .td_block_5 .td_ajax_load_more {
display: block;
}
.home .td_block_5 .td-load-more-wrap a {
background-color: #111;
color: #551A8B;
}
I could modify it if needed, just mention how exactly.
You could either use the input bar font settings and affect the button, or maybe set a custom class for the newsletters you want and modify the button just for them
– https://www.screencast.com/t/2usjct6Vr
– https://www.screencast.com/t/q52mvYY6
I did some more checking, seems that in case there is no sidebar set, the “Tag” does not appear. That is the current theme code.
I checked some older theme versions as back as 7.8, i’s the same. I didn’t notice this before, don’t know if it’s intended for some reason. I will add this on our list of issues and it will be investigated.
If this is required for you (no sidebar and the word “Tag”) you could make again a modification in that file
– https://www.screencast.com/t/wtzS7Quld
Sorry for any inconvenience.
Hi,
I could take a look, provide a link to the respective page and I will inspect it. Is it a page or a post?
Thanks
Hi,
You can enter that in the theme panel, AMP section
– https://www.screencast.com/t/Su3njf5MHr1L
The code must be of the indicated form and structure.
Thanks
Hi,
Unfortunately there is no progress in this matter, please try and understand that there are so many requests and suggestions, going through each consumes a lot of time. The most popular will weigh more, the others will be postponed.
Sorry again for the inconvenience.
Thanks
Seems to work on my end, the ad image is not loading for me when viewing your website
– https://www.screencast.com/t/H26cMXTDUxv
So I can’t inspect the actual ad, or how it looks loaded. The error suggest that the image is forbidden
– https://www.screencast.com/t/qOsmYppVQEFM
For me the code removes the top margin of the header ad, I tested it again.
That code has a missing php closing tag, it will probably break the post page. Be sure to copy it fully. However I would use it like this for a better result
<?php echo the_modified_date('l, F j, Y', '<div class="td-post-date">LAST MODIFIED: ','</div>');?>
Direct result – https://www.screencast.com/t/lzUGBo1yQWY
Hi,
First solution.
Create a page and choose the latest article template
– https://www.screencast.com/t/TkO2OsRMqBA
Set it as homepage, result will be the same list of latest articles, no breadcrumbs
– https://www.screencast.com/t/TyG1OU0DJsgF
Second solution.
Use a CSS code to remove the breadcrumbs just for the homepage and keep the current blog page
– https://www.screencast.com/t/t58toXt8Uf4
.home .entry-crumbs {
display: none;
}
Thanks
So the characters will appear in the same place after you manually removed them? Something must be inserting them there for some reason.
Do you use any text editing plugins when writing, or copying text from a different editor? or maybe previously a plugin was used for his and now it has been deactivated?
I browsed the website for quite a while, seems I cannot find the issue currently.
Could also be something similar to this
– https://wordpress.stackexchange.com/questions/156626/strange-characters-despite-everything-being-utf-8
– https://theblogpress.com/blog/seeing-weird-characters-on-blog-how-to-fix-wordpress-character-encoding-latin1-to-utf8/+
– https://stackoverflow.com/questions/15841854/strange-characters-appearing-in-wordpress
Be sure to make a full backup before attempting solutions mentioned in the topics.
Thanks
Hi,
The block have a few pagination styles, no numbered pagination however. This is on our request list and it will be considered in the future
– https://forum.tagdiv.com/block-settings-guide/
These would be the options at the moment- https://www.screencast.com/t/piMMGNkB
In pages only the loop element has a numbered pagination (by default)
– https://www.screencast.com/t/JpqaCdCPo
The loop will show latest articles.
Thanks
Hi,
I tried to access the website, seems to be unavailable at the moment
– https://www.screencast.com/t/gfijcp8sW
Please let us know when we can check.
Thanks
Hi,
The post content and the featured image are two different elements, all the post content is included in an element
– https://www.screencast.com/t/OYTF1hLZ53
The featured image cannot be inserted in the post content element. These are different elements.
A possible solution. If you want to display text above the featured image, you could use the subtitle. Something like this template 21
– https://cloud.tagdiv.com/what-do-i-need-to-make-it-in-business/
Use the subtitle field in the edit post screen, then place the subtitle above the featured image
– https://www.screencast.com/t/hYxnYSAXYTma
– https://www.screencast.com/t/Inr0freBZkEI
Thanks
Hi,
Maybe you have set a white theme accent color, that would make the titles invisible on a white background
– https://www.screencast.com/t/TbzqpdnaXSq
Check if that is the case.
Thanks
Hi,
With WPBakery the row containing the full grid will have to be stretched in order to have a full grid, but the grid may not look as it is supposed to
– https://www.screencast.com/t/9VglUHoGOdwo
The full width grids look properly when the page is built with the tagDiv composer. Drag and drop the full grid, that is all. A thing to note is that if there is a background color or image set the grid will not be full width.
Thanks
Hi,
I would suggest that you contact your hosting and mention this to them with all the details. Not being able to update WordPress itself and the plugins is a problem.
Also mention the fwrite() and fclose() warnings to them, they should be able to fix these as well.
Thanks
Now the article top ad seems to appear, I checked a few of your posts
– http://prntscr.com/kl2pff
– http://prntscr.com/kl2pj0
– http://prntscr.com/kl2pxw
– http://prntscr.com/kl2qsc
Could have been something temporary, seems to be alright now.
Hi,
That element may not be the best overall for displaying that image. It sets the image as background, this would not be so responsive overall.
I could give you a code to make it display better on phones
– https://www.screencast.com/t/cFrXBQnI
@media (max-width: 767px) {
.home .tdm_block_image_info_box .tdm-image-box {
background-size: contain;
background-repeat: no-repeat;
max-height: 200px;
}}
Or maybe experiment with a different image element for a better result. Sorry for the inconvenience.
Thanks
Hi,
That would be the author line – https://www.screencast.com/t/8zjvs8Hf
– https://www.screencast.com/t/Oix4w33bugO
When the date is displayed that line will be displayed as well, as a delimitation between them.
In the sound radar demo you have installed this line should be hidden, instead there is a “x” before the date set with some CSS
– https://www.screencast.com/t/wzHydF9IrU
A code seems to override the removal of the line, making it visible
– https://www.screencast.com/t/xSaebgBylHr
I can’t tell exactly where that code which makes it appear originates from.
The author name displayed in modules and posts will be the one set in WordPress by each user, in the profile settings
– https://www.screencast.com/t/afh9tM7xcuj
Thanks
Hi,
I will try to help you. Mention what exactly you need help with, for a better understanding.
Hi,
So the error appears when opening the website on mobile. I could take a look, provide a link to your website so I can check.
Thanks
Hi,
You can, for each post. Edit the post and there should be in the custom fields a post view count, modify there and update the field and post
– https://www.screencast.com/t/j6Pn2e5BbBJ
Thanks
That will not work, the shortcode will be displayed as text if the tagDiv composer is not active.
Best you use that plugin, it seems to work great. Or with some CSS as above, that would work as well.
Or maybe directly in the post edit screen, I multiplied a button in the same line also aligned them center
– https://www.screencast.com/t/4WgNMgDI4
– https://www.screencast.com/t/E2Z29Lum
Hi,
I believe the issue was fixed in update 9 if I am not mistaken. The demo was modified and there is no need for any code. Remove the code I provided to you and the header should be the same for all pages of the website when you use an image logo.
Please try it and let me know.
Thanks
Hi,
Maybe with a plugin or a code that would be possible. I found some topics you could try and experiment with to make that happen, there are more online
– https://wordpress.stackexchange.com/questions/147453/remove-child-category-from-url
– http://bitsandbabble.com/2014/09/remove-subcategories-from-wordpress-permalinks/
– https://wordpress.org/plugins/custom-permalinks/
Thanks