Hi,
@Viju It is not quite clear what you want to do. That is the default WordPress blog page, the theme doesn’t have many settings for this blog page. The default wordpress page shows latest articles.
The breadcrumbs can be removed in the theme panel
– https://forum.tagdiv.com/breadcrumbs/
Maybe you should consider using a static homepage built in any way possible with the tagDiv composer
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
It all depended on how you want the page to look, the tagDiv composer has many elements and settings.
Are there problems with the composer not loading properly? Usually this happens when there are not enough resources
– https://forum.tagdiv.com/requirements-for-newspaper/
Some of the following solutions also fixed problems in some cases, give them a try
– https://forum.tagdiv.com/topic/gray-page-tagdiv/
– https://forum.tagdiv.com/topic/javascript-error-td-composer-wont-load/
Thanks
Hi,
You can set the image you want with the Yoast SEO plugin, edit the homepage and set an image of your choosing in the Yoast settings, also a description can be set there
– https://www.screencast.com/t/W4Q1k6eWW
Thanks
Hi,
Please check the theme requirements guide as a first step
– https://forum.tagdiv.com/requirements-for-newspaper/
Check with your hosting so they can increase the allocated resources if needed. Theme is compatible with PHP versions up to 7.2, also there are some modules that are required (mentioned in the guide).
Then the theme should install just fine
– https://forum.tagdiv.com/install-via-wordpress/
– https://forum.tagdiv.com/install-via-ftp/
Let us know if there is still a problem, or what you did to fix it.
Thanks
So the description you set for the page does not appear in Google. It should show up eventually, when Google decides to take it into account. You can’t actually control or fix in an instant what Google shows, this takes time.
Maybe try and re-crawl the website to speed it up
– https://support.google.com/webmasters/answer/6065812?hl=en
Also check some online guides, there are plenty of them
– https://kb.yoast.com/kb/my-meta-descriptions-arent-showing-up-in-the-search-result-pages/
– https://support.squarespace.com/hc/en-us/articles/207958027-The-wrong-information-is-displaying-in-Google-search-results
Regarding this footer text you mention, I could take a look at it or you could maybe provide some more details about it or some screenshots. That will be helpful for a better understanding.
The tagDiv composer can be used to build post templates, not actual posts however. There is no limit to how many templates you can build, so you can build a template for each post if you want. Or re-use templates for multiple posts
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Such buttons in the post content could be done with some CSS, this is somewhat of a quick example (not properly tested)
Initial buttons in post content – https://www.screencast.com/t/JTK0hwrBhtin
With a code – https://www.screencast.com/t/PnPl3V9T8J
Code used in example (it may or may not work properly, could be modified)
.td-post-content .td_btn {
float: left;
width: 30%;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 26px;
text-align: center;
}
I believe the title will be slug of the tag
– https://www.screencast.com/t/ksYDFX8bbbPu
– https://www.screencast.com/t/o07i8jmG
If the tag slug is made of multiple words they would appear with “-” between them indeed.
I believe something is not working as it should here, I will make a note of it on our issue list. The title should be the name of the tag not it’s slug. Thank you for mentioning this, it will be fixes as soon as possible. Sorry for the inconvenience.
That is quite an unusual issue you are having. For me when testing your website, the buddypress pages load with an average of 6 to 8 seconds.
The social counter plugin will try and refresh the data every 3 hours, it will not make any requests consistently.
But why exactly would this plugin cause such problems for buddypress pages is very unusual. I did not see this before. Maybe the hosting could look into it more, investigate some more.
Hi,
So only the header is displayed and nothing else? You could try the solution form this file as a first step
– https://forum.tagdiv.com/topic/gray-page-tagdiv/
Enter that code in the htaccess file and check if the issue is solved. Let us know.
Hi,
We could take a look, send us an email at contact@tagdiv.com and provide admin login and the activation key used. Please include a link to this topic in the email.
Thanks
Hi,
Usually image problems are in almost all cases caused by a conflict (caused by plugins or in other cases code used in the theme panel) that results in the theme lazy-load not functioning correctly, rendering the images invisible.
I inspected your website, there are no errors at the moment. If you remove that code you used to force the opacity of the images there should be no problem from what I can see, give it a try.
Hi,
Using Visual composer for posts is not recommended, it can be used if absolutely required however
– https://forum.tagdiv.com/how-to-use-visual-composer/
With the somewhat recent introduction of the cloud library plugin, the tagDiv composer can be used to create post templates, there are also many beautiful templates that can be imported
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
You could give the cloud library a try, you can have as many templates as you want (posts, categories, tags, authors and many others). In the updates to come the tagDiv composer and cloud plugin will receive many more new features.
Thanks
So the problem is that you install the demo with content and then the demo posts are displayed?
You can delete those posts after you install the demo with content, display your own posts instead.
Or install the demo without content and take the homepage from here, then no demo posts will be imported
– https://www.screencast.com/t/XGbxutQ8Bkc
– https://www.screencast.com/t/kD3V5QJiX
Once you configure the page as you want, set it as homepage
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
Hi,
You could use ad boxes in the sidebars of the posts. In these ad boxes you can select which ads to use. The widget sidebars can be edited in Appearance->Widgets
– https://www.screencast.com/t/n4E3eLeP
The ad codes themselves have to be entered in the theme panel ad spots
– https://www.screencast.com/t/RnNHJNXRRhK
Also a thing to mention is the primary category setting, with it you can control many posts at once, in terms of sidebar used
– https://forum.tagdiv.com/primary-category/
So for example by setting a sidebar for a category in the theme panel
– https://www.screencast.com/t/hXkA29Fyp
The posts have that have the category as primary will use the sidebar set for it automatically.
Or you can set a different sidebar for each post if you want to.
Thanks
Hi,
So you are referring to this type of image for example – http://prntscr.com/kkn2n3
That is a single image, not a couple of images overlapping
– https://demo.tagdiv.com/newspaper_nature/wp-content/uploads/2017/12/w1.png
The images were made like that before being used, not with the page builder.
Thanks
Hi,
That background color is predefined in the theme stylesheet, you could change it there maybe
– https://www.screencast.com/t/3hRTW5Wyu2
Or override it with some CSS – https://www.screencast.com/t/rslzmd1l
.td-video-template-bg {
background-color: red;
}
Thanks
Hi,
In the composer you can set all the buttons to inline, they will appear like this
– https://www.screencast.com/t/hNJUvvlmhUn
In the post content it could be done with some CSS probably. I see you already positioned some buttons as you wanted with a plugin. So you could use that since it works.
Thanks
Hi,
What pop-up are you referring to exactly? The theme does not have any pop-ups, that could be done with plugins.
Thanks
Hi,
It would be normal to refresh the page in the browser, in order to see the new published posts or any other modification made to the page. Maybe I am misunderstanding, please correct me.
As soon as the post is published, if a block or grid use a latest sorting order they should display the new post once the page is refreshed.
Hi,
I see there are images displayed currently – http://prntscr.com/kjsels
So maybe you solved the problem.
That is a flex block, what exactly are you doing with it? Placing that block in a tag template will not cause it to display only posts with a specific tag. It will display posts according to the filtering you set for it.
So configure the block to display posts with a certain tag, if you want to use a flex block in a tag template.
Usually the post loop element is used in tag pages for example, this will automatically display posts according to where it is placed
– https://www.screencast.com/t/yP6E0HQUMxp
A block will only display according to it’s filtering, regardless of where you place it.
Hi,
Simply installing the theme does not provide blazing fast loading speeds. Optimizations have to be made in order to improve the loading speed. Start with what the test suggests, fix as many as possible. Search the forum for user recommendations, also guides/tutorials
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
– https://forum.tagdiv.com/cloudflare-cdn/
Each optimization will contribute to the faster loading of the website. Of course it depends on the hosting as well.
Thanks
Maybe the problem is with the social counter only, but that would mean that all pages or posts where it is placed would load slower. But you say it happens only in buddypress related pages so it is unusual.
You could contact the hosting provider and ask them to check error logs or maybe they have some idea why the admin ajax is so slow. Worth a try.
Hi,
Once you import/create a cloud post template with the tagDiv composer and save it, it will appear in the theme panel as a general post template
– https://www.screencast.com/t/Hr1mq6lSTKWq
Also in the single post edit screen – https://www.screencast.com/t/QA0sgNV7
That would be all there is to it. What exactly is happening in your case?
Hi,
@SanjaKokica These ads seem to load – https://www.screencast.com/t/f6u60hG75fO
The top ad does not. Are you sure the ad code is valid? try to enter the same code in a different location (a column text for example, or a different ad spot). Check if it displays there.
I could take a look, our plugin contains all the mandatory AMP elements, I tested multiple times and there are no errors in AMP pages
– https://www.screencast.com/t/Jvr0MspH
Maybe clear your cache and check again. Check the file shown in the screenshot and check if the meta is there.