Silviu-Alex Dinu
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hestia] Change from uppercase text in Header and Footer menus?Hello @johnm243,
Thanks for using Hestia.
I understand you don’t want your menu items to me uppercase anymore.
This can easily be changed by replacing the text-transform: uppercase; to text-transform: capitalize;
Please go to Appearance -> Customize -> Additional CSS and add the following code:
.navbar .navbar-nav>li>a { transform: capitalize; }
If this code doesn’t work, try adding !important like this:
.navbar .navbar-nav>li>a { transform: capitalize !important; }
Forum: Themes and Templates
In reply to: [Shop Isle] Reduce Shopisle Nav Menu Height on MobileHello @cecybot,
Thanks for reaching out.
1. The reason why your main navigation is thick is because of the logo having full-width. To make it look smaller you just need to reduce the width of the logo. You can use the code below:
img.custom-logo { max-width: 50%; height: auto; float: left; }
This code will also place your logo to the left. You can try the code with and without the float: left; part according to your preferences.
2. To reduce the height of the slider section you can adjust the height value from the code below:
section#home.home-section { height: 500px; }
3. I believe this guide should be helpful -> https://docs.themeisle.com/article/848-how-to-change-shopisle-slider-speed
Note: All the code CSS code from above (1 and 2) should be added to Appearance -> Customize -> Additional CSS
Forum: Themes and Templates
In reply to: [Neve] remove link from logo to home from 1 specific pageHello @sweetsyl,
Thank you for trying Neve out.
I understand you would like to remove the link from the logo located on the header’s navigation bar.
This can be achieved using this JS code:
<script type = "text/javascript" > window.addEventListener('DOMContentLoaded', (event) => { var logo = document.querySelector('body.blog nav#cb-row--header-main .builder-item--logo .site-logo'); if (logo.firstElementChild.tagName == "A" && logo.firstElementChild.className == "brand") { logo.firstElementChild.removeAttribute("href"); } }); </script>
This particular code is removing the link from the logo on the blog page. You can replace the “body.blog” part from the first line of code to the page you would like to remove the link from. In order to determine what to add instead of “body.blog”, you need to right-click on the logo and press Inspect. The first class of the body tag is usually the page type as you can see here -> https://prntscr.com/njg0m4
This code can be added to your website using any Scripts plugin you would like.
I usually use this plugin: Header and Footer Scripts.
After installing and activating this plugin, you will need to navigate to Settings -> Header and Footer Scripts and you should be able to notice something like this -> https://prntscr.com/njddn7
In the text field where it says Footer scripts, you need to add the code above.
Please let us know if you succeed.
Hello @johnroyce,
I have just tested the shortcode you provided and it seems like the first feed URL displays nothing for me (this -> https://www.bing.com/news/search?q=%22show+jumping%22&FORM=HDRSC6&format=RSS).
The others are bringing some content but my advice would be to create a separate shortcode for each feedURL. This way you can troubleshoot which one is working and which one isn’t.
Also, I have tested the feeds from the shortcode you provided and it looks like not even simplepie.org is able to retrieve images (see picture -> https://prntscr.com/nfa37s). I have checked the contents of the feed and I am unable to see any image items (see picture -> https://prntscr.com/nfa5p7).Feedzy can display images from a RSS feed. I have tested this feature with the feed URL of BBC news -> https://feeds.bbci.co.uk/news/video_and_audio/business/rss.xml. These are the results -> https://prntscr.com/n1cc7u
Feedzy is taking advantage of the Simplepie service. This means that if they cannot extract images from a feed it means neither can Feedzy as it cannot produce images if the feed doesn’t provide a clear structure that can be recognized. Knowing this, Feedzy can display the images of a feed if the feed itself is valid and has a clear structure.
My advice would be to test this out with a feed that shares a similar topic as the ones you tried above, but has image items and passes the simplepie.org/demo test.
For more details on what to do to fix this situation, you can have a look here -> https://docs.themeisle.com/article/666-how-to-fix-images-that-are-not-showing-in-the-feed.
Forum: Themes and Templates
In reply to: [Neve] Change when navigation collapses to mobile navigationHello @brianjw18,
Thank you for providing additional details about your query.
The 959px threshold was made to cover the majority of devices that people usually use to access websites with. Unfortunately, this is how the theme was designed to work and changing this particular feature would require multiple code changes which our support services do not cover.
However, I would like to thank you for your suggestion. I will forward this to our developers as a feature request.
Please let us know if there is anything else we can help you with.
Forum: Themes and Templates
In reply to: [Neve] Mobile Menu Close Icon Xhello @utzster,
I have checked our demo with google chrome on mobile view (Pixel 2 XL resolution) and as you can see in the following video, I can click on the edge of the X and the menu closes -> https://share.vidyard.com/watch/GhfDCm916ZSYJMvopLPGeU.
I have also checked with my android phone, and the menu is easy to close and the X is responsive enough to my finger.
Are you still experiencing this issue? Could you please let us know which device are you using so I can try to test it out?
Forum: Plugins
In reply to: [Google Maps Plugin by Intergeo] Fix The PluginHello @winhatter,
We’re sorry to hear about your issues with Intergeo.
Could you please let us know what kind of problem you’re encountering so I can try to help you?
Please provide details as well as some screenshots so I can try to replicate the issue on my end as well.
Thank you.
Forum: Themes and Templates
In reply to: [Neve] Newest Blog-Post with Photo?Hello @borav,
Neve’s frontpage is built using Elementor. Though Elementor is not a requirement to make Neve work, it is recommended in order to take advantage of Neve’s entire set of cool features.
You can read more about it in Neve’s guide here -> https://docs.themeisle.com/article/946-neve-doc
Let us know if there is anything else we can do for you.
Forum: Plugins
In reply to: [Google Maps Plugin by Intergeo] Adding text to markers does not workHello,
I have tested this on my end as well but I was unable to replicate the issue you’re experiencing. Check this screenshot -> https://prntscr.com/ncs738
This issue might be occurring due to a plugin conflict. So please deactivate all plugins and check if it resolves your issue and after that try activating the plugins one by one to find problematic plugin. Then replace it with an alternate plugin.
You might want to back your website up before doing this, if you don’t already have a backup plugin then you can use this one: https://www.ads-software.com/plugins/updraftplus/
Since deactivating your plugins might change the features on your website you might want to put it behind an under maintenance page.
Hello,
I have checked the feed URL you are using and everything seems to be working fine for me as you can see in this screenshot -> https://prntscr.com/ncrwzt.
Could you please try to set the Yes option for the image auto-display feature here -> https://prntscr.com/ncrusa.
Let us kno whow it goes.
Forum: Themes and Templates
In reply to: [Neve] Change when navigation collapses to mobile navigationHello there,
Thanks for being part of our community.
Could you please also provide a link to your website so I can have a look?
If you are building locally, please send us some screenshots so I can attempt to replicate a similar situation on my end and try to find a solution.
Thank you.
Hello again,
I have had another look and it looks like the ul tag is not being closed after that and we will correct this in one of the future releases. However, we cannot say for sure when we will release this fix.
Thank you for bringing this to our attention.
Hello again,
Thank you for pointing me in the right direction.
I have checked that file again and I can see that the tags are being closed right above this if statement. Here is a screenshot that should explain -> https://prntscr.com/nc3axm
Does it look the same way from your end?
Hello,
Thanks for reaching out.
This might have something to do with your PHP version.
Could you please let us know which PHP version you are using and try to update it if possible?
Thank you.
Forum: Themes and Templates
In reply to: [Neve] cant find any library or template to importHello,
In order to check your php version, please reach out to your hosting company for further details regarding this.
Also, my advice would be to ask them to upgrade your php version as well since Neve needs at least 7 to make sure everything runs smoothly.
Please let us know how it goes.