Hello Betina!
Thank you for your response. The issue is still there.
Disable your ad blocker and check it. I noticed that the issue disappears when ad blocking is enabled. So I disabled my Ad plugin again, but still the same issue.
I have already posted the link. Do not copy-paste general answers. They do not help anybody.
System settings are all above required values, and plugins have been tested with no conflict.
The issue is one of the underlying TagDiv codes. It should load the desktop version instead of mobile version.
And on a phone, it shows the loading icon and then only blank space.
-
This reply was modified 5 years by
Rony123456.
And while we are at it, what’s the best approach to put the title over the image on flexbox 5. The title needs to be aligned at the bottom of the image.
Hi,
And how I would go to implement the column text, so it retrieves the content of the page?
Hello?
Furthermore, my server’s wp memory limit is set to 512M, but under “System status”, the theme claims the limit is only 40M. But the phpinfo.php page says the limit is 512M.
Hi Calin, I am aware of that. But my question is where inside the single_template_2.php I should add the shortcode so the ad will appear above the featured image.
Also, does the theme support having infinite article loading? Basically when the user goes to the end of the article, scrolls a little more down, it shows another article.
If that is not possible, I am trying to add the following code:
<?php echo do_shortcode ('[td_block_16 limit="5" td_filter_default_txt="All" tdc_css=""]'); ?>
to the end of loop-single-2 but the lowest i can go is below related articles. How can I make it show below the comment section but above the footer? Also, is it possible to make it full width of the page, so it goes from obe side of the page to the other side, so it is 1/1 width?
Hi, I remember that a few versions ago, 4 or 5, you could edit a piece of code so it would prevent the theme from going into boxed mode when a background color was set.
Can it still be done?
Also, how to keep the wide menu bar when I set a backbground color?
I am utterly confused right now. The code is implemented as shown, however the problem occurs again.
-
This reply was modified 9 years by
Rony123456.
I am adding it on loop-single-2.php but it gives a syntax error on line 39
Thanks! What about the second button below? Which has a featured image on the side?
Update!
Nevermind. Deleted the theme and reinstalled it. Fixed the problem.
Now the problem is that my Facebook fans counter on the plugin stays 0, while Twitter and YouTube subs are up to date.
Use this:
#td-top-mobile-toggle i {
color: #000;
}
.header-search-wrap .td-icon-search {
color: #000 !important;
}
-
This reply was modified 11 years by
Rony123456.
Hi there,
You don’t need custom CSS. Go to Theme Panel > Post Settings > Post Settings and disable Show Post Views.
Hi there,
Why don’t you update from the wp-admin panel? Activate another theme (for example Twenty Fourteen), delete the old theme and then upload the new one.
Anyone?
Unless you had a very customized site using V4, I do not understand what is so bad about the new version.
All I had to do was to enable maintenance mode on my site (you can use a plugin), activate another theme so you can delete v4. Then upload and activate the new v6. I received an error about Social Media counter being out of date so I uninstalled the old version and installed the new one provided by the theme. Then, I customized the home page and the sidebar. It was pretty easy to me since I do not have a lot of modifications going on. It took me a long time to customize the font size since text is very small be default.
Add this using Custom CSS:
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full,
.td-header-wrap .td-header-menu-wrap,
.td-header-wrap .td-header-main-menu {
background-color: #ffffff !important;
}
Hi, does AJAX rebuild thumbnail plugin is heavy to the server?
I have used Regenerate Thumbnails plugin but I have over 2,000 images and it uses the maximum CPU usage (recived warning from host)
Hi, to do that you you can go to SEO > Titles & Metas > Other and enable “Noindex subpages of archives”. The pages on my site /page/2 , /page/3 …. have always been deindexed (noindexed) but the duplication error still appears on Webmaster Tools.
Hi there,
I am using YOAST but the problem is that I can set taxonomies only for paginated pages of archives such as tags and archives. I cannot do the same thing with the paginated pages of the homepage. Any solution?
Hi, I tried this code and it worked:
.td-header-style-8 .td-style-8-logo-wrapper .td-logo img {
max-width: 60%;
}
.td-head-style8-logo-desktop {
margin-top: 7px;
}
But it makes the logo go below the navigation bar when the user scrolls down on the main site or mobile:
Here is the entire Custom CSS that I am using:
http://pastebin.com/aNVvdF3d
