Let me be sure I’m clear. I do not use “child categories”, only main categories and sometimes a post is in 2 or more categories. I need the theme to show all the categories a post is in.
Marius, why doesn’t the td_module_blog.php file work in child theme? I tried deleting the Pinterest code in my child theme td_module_blog.php file and it didn’t work, it only works if I upload the changed file into the parent theme folder. Is this working as intended?
That worked, thanks!
What’s the reason you disabled the Accordion in Visual Composer? I think you need to update VC because I turned on the Accordion and there’s an issue with autoheight for the content of each accordion section, if the tallest content block is for example 200px then ALL accordion content is set to that same height no matter what, this is wrong & I think it was fixed in the latest version of VC. Also the plus/minus icons are not showing up.
To center the logo:
@media (max-width: 767px) {
.mobile-logo-wrap img {width:170px;position:absolute;left:0;top:-3px;margin-left:auto;margin-right:auto;}
}
The key is auto margins. I’ve only tested this on my Galaxy S3 but it works for both landscape and portrait.
Couldn’t you just hard code them into the style.css in your child theme? I would think that’d work, haven’t tried it though.
You can turn off the slider for mobile in the Revolution Slider plugin settings, just click the settings for your slider and look for Mobile Visibility.
To fix the problem you have to use the top grid for the text so it doesn’t bunch up on mobile, it’s a bug in Rivo Slider. Here’s what the author said:
Hi,
please use at those caption the top align instad of bottom, so they both pulled from the top and can not overlap each other any more.
This attribute will be modified in the next version, so situations like this will not even be possible. For now please use the workaround i wrote above.
Thanks a lot,
ThemePunch
Can I get a little help here? I really can’t move forward until this is done. Thanks.
And I’ve set all my Excerpts in the theme options to 999999 so it’s not that.
In td_module_5.php replacing
$buffy .= $this->get_excerpt(td_util::get_option('tds_mod5_content_excerpt'));
with
$buffy .= $content = apply_filters('the_content', get_the_content());
$content = str_replace(']]>', ']]>', $content);
Makes the home page not load, I tried using just the_content but that doesn’t work.
Same here, but if you refresh the page it’ll load instantly sometimes, that’s how I get around the “loading, please wait” that never stops loading.