Forum Replies Created
-
in reply to: Site dropped after the upgrade
Hello,
The site is on maintenance mode so i can not see. Based on older replies, i assume you have not yet updated theme.
Please update theme first and all it’s included plugins! (especially the plugins* It’s very important!)
https://support.codeless.co/?ht_kb=update-plugins-using-only-the-included-in-theme-version
Let us know if you still have issues.Best regards!
in reply to: Problem search pageHello,
I have forwarded your ticket to the developer for more professional review. We will get back to you asap.
Best regards!
in reply to: theme update – features missing on front endHello,
There is no option to select the target of socials. Where did you see this? We will consider adding it in future updates.
To recommend more features write us at Suggest us features forum.
Best regards!
in reply to: Error on blogHello,
The excerpts are chunk of text you add as short description for the post. You can make expert box visible by checking it in the Screen Options (top-right corner of screen).
This removed the warning on my side so i thought it was fixed. Apparently not.Now i edited the line 50 in file includes/view/blog/loop-timeline.php:
$tag_out = ''; $num=count($tags); $i=0; if($tags) foreach($tags as $tag): if(++$i === $num){$tag_out .= $tag->name;} else {$tag_out .= $tag->name.', ';} endforeach;To this:
$tag_out = ''; if (is_array($tags)) $num=count($tags); $i=0; if($tags) foreach($tags as $tag): if(++$i === $num){$tag_out .= $tag->name;} else {$tag_out .= $tag->name.', ';} endforeach;I tested, it’s ok now. Please clear cache and try again.
Best regards!
in reply to: Update is not shown in WordPressHello,
Version 3.1 is indeed the latest one. You do not need to update it further. Just ignore the email. Most probably our mail server send it late.
Best regards!
in reply to: Header Doesn't Fit On Mobile?Hello,
There is nothing wrong in your site. The slider you have selected has only one slide assigned to it. See screenshot: https://ibb.co/nPTdYcm
So either assign more slides to that slider, or choose another slider for the page.Best regards!
in reply to: Specular – Post Mansory Grid not loadingHello,
You have a very old version of the plugin. If you have already updated theme, then just update plugin from theme. If not, update theme first and them all it’s included plugins.
https://support.codeless.co/?ht_kb=update-plugins-using-only-the-included-in-theme-versionBest regards!
in reply to: Picante Theme – Top Header problemHello,
I checked and apart from two empty spaces before the url in portfolio page, i did not see any problem. The portfolios do link to the custom link in all items. See screenshot:
https://ibb.co/fFVFt8bI tried them and all send me to the correct portfolio item. Did you manage to fix it already?
Let me know.
Best regards!in reply to: theme update – features missing on front endHello,
Yes, the option in general options is active but in each page the page header is set OFF. The page settings take over general settings. That’s why the page header is not present in any page. I enabled it in this page: https://nancydilts.flywheelsites.com/about/
Do the same for other pages you want it to show.-Copyright area needs content to show. If no widgets is added, even if copyright is set ON, it will not show empty. I added the widget in the “Inactive area”. It’s the area widgets go when changes like theme updates or change from parent to child theme happens.
Please check your site and let us know.
Best regards!
in reply to: Error on blogHello,
After all i didn’t need to edit anything in the files any way. I added excerpts to posts and the warning is gone. Please make sure to add excerpts too when creating a post.
Let me know if it repeats itself.
Best regards!
in reply to: theme update – features missing on front endHello,
I can’t seem to find the missing black you mention. Can you please be more specific? Some screenshots can be helpful.
Best regards!
in reply to: add icons between rows – overlappingHello,
Then add a css class to the row in Row settings and add that class to the code above.
Example:.your-extra-class .vc_row.section-style:last-child { background: transparent !important; }Best regards!
in reply to: admin author in blogThis reply has been marked as private.in reply to: Shipping Cost Help