-
-
I just updated the theme and it looks like features are missing from my front-end that are activated on the back end just fine. For example, the page headers are all missing, social media links are not showing, footer copyright is not showing..all of these things are activated in the backend to display. Not sure what is going on here.
-
Hello,
Did you update and activated the required plugins again after theme update? The plugins will be deactivated after activating the new theme so you need to activate them again to have site show correctly.
Please add some wp credentials in a private reply. So we can check.
Best regards!
-
-
-
Hello,
I can’t seem to find the missing black you mention. Can you please be more specific? Some screenshots can be helpful.
Best regards!
-
The page header on inner pages is missing that shows the title and breadcrumbs. If you look in my theme options you will see I set those to be activated. Also, the copyright footer block is missing. There could be more, but that is what I noticed for now.
-
This reply was modified 6 years, 1 month ago by
siqve006.
-
This reply was modified 6 years, 1 month ago by
-
Hello,
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!
-
Ok could you also consider in the future adding target_blank for all social media. That tends to be a common request. Thanks!
-
that’s odd – I just went into the codeless widgets to edit the target_blank of the social media links in the copyright footer and they all say target_blank…but they open in the self tab.
-
Hello,
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!
-
you had noted that if I go into the social widgets code in the parent theme and add ‘target_blank’ to the code snippets of social media links then that is a workaround. But when I looked in that folder path, the target blanks are all set up there already..is my server caching the old version? Wondering if you can check?
-
Hello,
I did check the code via Inspect Element in the browser and the target is missing. If it was in the code, it would have shown here. If you have cache installed in your server, flush it and check again.
Best regards!
-
-
-
-
-
Hello,
Did you have changed this file: includes/widgets/codeless_socialwidget.php ?
If you can’t fix it by yourself send to us your wp credentials through your profile details. So i can fix the issue for you.
Let us know.
Regards!
-
-
Hello,
I have just fixed the issue by adding this line on js/codeless-main.js:
$('.footer_social_icons li').find('a').attr('target','_blank');
Now its ok.
Let us know.
Regards!
-
-
-
-
-
Thanks, also for the homepage I have a testimonial scroll where the arrows on hover seem to flutter/move when I try to click on them. Is there a way to resolve this or change the layout to dots? I just don’t want them fluttering when I try to click on them, but not sure what is causing that.
-
Hello,
This is theme’s style for testimonials. To remove it, please add this code into your Custom Css box:
.testimonial_carousel_element .pagination a.prev{ left:-60px; } .testimonial_carousel_element .pagination a.next{ right:-60px; }
Best regards!
-
-
I meant to “remove the flickering”, not navigation. Just add the code and see. You can always delete the code if it’s not what you wanted.
Regards!
-
-
You must be logged in to reply to this topic.