Wow! That’s awesome and worked!
Thanks a lot!
Wow! That’s awesome and worked!
Thanks a lot!
Please keep in mind that your issues were related to your incorrect code modifications. There are no issues with the theme as it is. Anyway, you’re very welcome and good luck with your website.
Hi @ppnsteve
Can you provide us URL of your website so that we can inspect it and give you a proper solution?
Thanks
Hi,
Had an issue with Elementor’s Counter widget with Generate Press. Reported this issue to Elementor team but managed to identify that the Counter Widget does not show the countdown due to theme’s compatibility.
When I switch to the Twenty Seventeen theme, the countdown will show but not on GeneratePress.
Here’s the page.
Looks like the down-scaling is caused by Jetpack’s Photon module.
Please go to Jetpack / Settings and disable the Photon module – it should fix this issue.
Let us know for further query.
Hi, Can you please tell me how to change images in gallery section , as i can see you are using a page named “gallery” , in that you have used ids. but how to find the id’s of images.
Hi,
I made a couple of custom styles using https://en-gb.wordpress.org/plugins/just-tinymce-styles/ – and whilst they (and the built in ones) display perfectly in the editor, they don’t display when I hit preview or publish the post.
How do I make this work with the Independent Publisher theme?
I can’t see my shop page’s 1, 2 ,3 ,4 …things like that after I updated.
There is no way to go to shop page 2,3..
How can I fix this issue??
It works !
Thank you !
🙂
Hi,
I am really sorry for this late reply. There is a compatibility issue with the latest update of the Llorix One Companion Plugin and Clarina, but considering that many users of the child theme change the theme’s files, we can not really update the theme, without them losing theirs changes. This is why the only solution we could find was to create this doc, recommending the changes needed for fixing this problem.
Could you please try to follow this doc and let me know if it’s helping you?
http://docs.themeisle.com/article/635-how-to-display-sections-from-llorix-one-companion-in-clarina
Best regards,
Rodica
Hi,
I am really sorry for this late reply. There is a compatibility issue with the latest update of the Llorix One Companion Plugin and Clarina, but considering that many users of the child theme change the theme’s files, we can not really update the theme, without them losing theirs changes. This is why the only solution we could find was to create this doc, recommending the changes needed for fixing this problem.
Could you please try to follow this doc and let me know if it’s helping you?
http://docs.themeisle.com/article/635-how-to-display-sections-from-llorix-one-companion-in-clarina
Best regards,
Rodica
Hello,
is it possible to duplicate the dynmic front page and use it as a static page? I need meta informations in different languages for my front page and fugured out that two separate front pages assigend to the specific language should be the best way to do it.
Now I created a new template and copied the content of the index.php to it. But I´m getting a php error report about something wrong in the content.php – but no changes were made in that and when I choose the dynamic front page everything works fine.
How can I solve this? I need a template with my post list, header, sidebar and footer work, but the content doesnt show up…
Best regards
Dominik
Hello plzit,
To disable menu animations, click on customize in the admin bar and then go to -> header design -> header menus : mobile settings, scroll behaviour, search button and set “Style of the mobile menu button” to “simple”
Take care.
Hello @internella!
This happens only on the mobile menu,because your primary site color,
Customizing ▸ Styling ▸ General
is the same as navigation text color
Customizing ▸ Styling ▸ Navigation
You have to change this to different colors.
Regards
Hey Anna,
there’s a “Header background color” option in the “Header Colors” tab of the “Appearance – Customize” admin section, it works for both desktop and mobile. There’s no back-end setting for mobile colors exclusively, but you can use a custom snippet in the “Additional CSS” tab of the “Appearance – Customize” admin section:
@media screen and (max-width: 48em) { .site-header { background-color: #333333 !important; } }
replacing the “333333” bit with the needed color in hex notation.
Sincerely,
Andrii / Satori Studio
Hello @vulkanus!
Yes , it is possible.
U can follow the steps below to do that:
1) Open Customizing ▸ Blog ▸ Blog General
menu,
and set blog layout to “Grid Layout”,then save changes.
2) Go to: Dashboard ▸ Apperance ▸ Widgets
and
deactivate all widgets from ” Main Sidebar “.
Regards.
yeah, almost forgot about custom css.. it was originally on the child themes css file.. I’ll copy it to custom instead.
Thanks.
Hello gdaytaiwan,
Try below css.
.main-navigation {
max-width: 100%;
}
Hope this will helps you.
Thanks!