Vishakha Patel
Forum Replies Created
-
Hi There,
You can try using following codes to your WP-admin > Appearance > Customize > Additional CSS:
@media (max-width: 699px) style.css?ver=4.9.1:1706 .site-branding { text-align: center; background: none !important; }
Forum: Themes and Templates
In reply to: [islemag] how can remove date logo on single postHi There,
To remove the date logo on single post page, you can use following code in your customize > Additional CSS section.
.single span.entry-date{ display: none; } .entry:after { width: 0px; }
Happy new year to you too!
Thanks.
Hi There,
Please make sure that you are having “Default Template” selected under Page templates in your edit page screen.
I used the following code and it worked on my website:
[feedzy-rss feeds="https://www.skoda-portal.de/index.php/feed/" feed_title="yes" refresh="12_hours" meta="yes" summary="yes" ]
Can you also check this once by deactivating other plugins and then creating a new feed page?
Forum: Themes and Templates
In reply to: [Hestia] Change blog card date formatHi There,
You can have the published date there in blog listing pages by adding following code to your WordPress admin > Appearance > Customize > Additional CSS.
.card .author .date { display: inline-block; }
Additionally, you can remove the existing author/time information by using this tutorial: https://docs.themeisle.com/article/671-how-to-remove-author-and-post-date-beneath-blog-posts-in-hestia
Forum: Themes and Templates
In reply to: [Shop Isle] Front Page No Longer Loading After UpdateHi There,
I checked your website and it is loading for me. https://screenshots.firefox.com/zZp2XppkVpab3q9K/www.burnhamwatches.com
I checked this in Chrome and Firefox.
This might be because of some caching. Try clearing out your browser cache and then check.
Hi There,
I am afraid, none of the above is easily possible. The header is global for all the pages in Oblique.
Hence, editing it page/category wise would not be possible by simple changes. If you make CSS change at one place, it will affect on the other place too.
Hope you understand.
Forum: Themes and Templates
In reply to: [Zerif Lite] How to change scroll reveal?Hi There,
I am afraid it wouldn’t be an easy change.
It is not possible to change the animation effect with the help of CSS in the customizer.
Thanks
Forum: Themes and Templates
In reply to: [Zerif Lite] Reorder, add, and replicate sections?Hi Amanda,
You can rearrange and duplicate the sections into the pro version of the theme.
https://docs.themeisle.com/article/65-zerif-lite-versus-zerif-pro
https://docs.themeisle.com/article/560-how-to-duplicate-front-page-sections-in-zerif-proRegards.
Forum: Themes and Templates
In reply to: [Hestia] fa icons not visible in FirefoxHi Knut,
Can you please provide here the website URL?
Just to be sure, the menu is created using this guide – https://docs.themeisle.com/article/704-hestia-basic-mega-menu-setup.
Forum: Themes and Templates
In reply to: [Shop Isle] Latest Products Pricing IssueHi There,
Can you please provide a screenshot of the admin latest post settings?
Provide your website URL too. This will help in checking the issue more clearly.
Thanks.
Forum: Themes and Templates
In reply to: [Capri Lite] Header not displaying correctlyHey there,
The Big Title section is designed to be a full-width section and as a result, the background image is designed to cover the entire section, from top to bottom. This is the reason why the same big image can’t look exactly the same on every device. A small mobile device will not have the physical possibilities to display the entire picture, at the same time keeping the image ratio and all its properties. This is why, with some images, on mobile devices, some portions of the image may not be visible.
The only solution, if you want to make sure the entire picture is visible on mobile devices would be to add the following code in Appearance > Customize > Additional CSS:
@media (max-width: 480px) {
.blog-entry-header{
background-size: contain !important;
background-repeat: no-repeat;
}
}This might create a grey bar on top/bottom of the image. But this is the only solution available.
This way, each part of the image will be visible, but the dimensions will be different, depending on the image you are using and the device you are testing on.
I hope you understand. Let us know if you have other questions about the theme.
Forum: Themes and Templates
In reply to: [Zerif Lite] Nav. one page sections / diffrent LanguageHi There,
You need to create one menu per language in Appearance > Menus.
When creating other language menu use homepage URL with the language slug. Example: https://darade.dk/pl/#focus. More details on creating menu links in Zerif are provided here: https://docs.themeisle.com/article/33-how-to-link-menus-to-sections-in-zerif.
After that select the relevant menu under Menu Location as explained here: https://polylang.pro/doc/create-menus/.
Hope this will help you.
Forum: Themes and Templates
In reply to: [Lawyeria Lite] Change frontpage to staticHi There,
I see that you are using Pro theme.
Please contact the theme support here – https://themeisle.com/contact/.
Thanks
Forum: Themes and Templates
In reply to: [Hestia] Elementor Font SizeHi There,
Without having the link to the website, it would be difficult for us to see what is happening exactly.
It should not be happening that way. Anyways I found another workaround if that can help.
- Go to Advanced Tab > Element Style > CSS Classes. Write a class name without dot there. Example: my-class
- Now go to WP-admin > Customize > Additional CSS. Paste the following code keeping the mentioned class:
.my-class{ font-size: 10px !important; }
- Click on Publish.
- Go to your page front-end.
Hope this helps.
Thanks
Forum: Themes and Templates
In reply to: [Hestia] Elementor Font SizeHi There,
Can you provide me your site’s page URL to check further?
Also keep the font settings done in the Elementor. So that we can see if it is getting applied or not.
Thanks.