Hello, i have only mainpage (landing page). Now i would like to create a menu, where i can click e.g. our team and it will automatically scrolling down to our team part… How to create it?
Wait! I thought I was done, but I’d appreciate just a little more help on my font sizes on my phone. I added H1, H2, H3, H4, H5, and H6 to your code, which did work perfectly in changing my font style on my phone.
Would you mind letting me know the code to adjust the font size for each of the elements on my phone? If you look at my Welcome page on the top slider, my agency name is smaller than I’d like. The caption text is too small to read. The “Learn More” button size and the font size are both too big.
When you scroll down a bit, my “Welcome to A Bridge to Achievement” is larger than it needs to be, as is the font of the text of the paragraph.
I’d love the freedom to adjust the different elements until I’m happy how everything looks. Thanks for your help!
I would like to change the TITLE in the breadcrumb from ‘News’ (top level category) to the nested/child category, see example) so basically only the last post category is displayed. Is this possible? I have a child theme in place btw.
Hi,
I’m glad you were able to find a solution. I will keep this thread open for a little while in case you find you still need help in this area. I will also check in with the developers on this topic to see if anything further can be done.
Best regards,
Jordan Shannon
I have a new installation, so I have the last WordPress 4.8, and the last 4.1 version, and I imported the App Demo theme.
I have a video to display on the home page and it is working fine on Desktop; however, it is not working in any mobile device.
I tried all possible options, Fullwidth Easy Slider, LayerSlider WP, Easy Slider, Fullwidth Easy Slider, but it is not displaying the video for some reason.
Thanks in advance.
This reply has been marked as private.
Hi there,
We have a child theme and here is the child theme’s style.css content. Please take a look
Bascially, our category menu is displayed on top of each page in text with black background.
http://www.gentlemansgazette.com
Hey Chantalkrijn,
It can be changed it Enfold > Main Menu > Menu Items for Desktop set to Display as text. Hope this helps :)
Best regards,
Nikko
Hi Nikko, that helps with the missing footer content. Thanks. But it doesn’t solve the issue with menu item stays black after mouseout. Beside I use as general styling the settings from Enfold 2017. I tested a bit more and found this:
It seems, that if I am at top of page and then call menu, you see underneath first item in menu the breadcrumb. This seems to be the issue, because if I scroll a bit down on page and did a call of menu than, this issue went away. Maybe it is a kind of layer bug?
Hi victoria, your solution didn’t work. It seems, that if I am a top of page and call menu, then you find underneath first item in menu the breadcrumb. This seems to be the issue, because if I scroll a bit down on page and did a call of menu than, this issue went away. Maybe it is a kind of layer bug?
The issue with the missing content / custom menu in footer is solved, as Nikko send me a quick fix: #821368
After experimenting for some time, we have found out that any portfolio grid or other plugin in the avia framework builder do not output any more data when it’s positioned AFTER a product grid and the product grid is set to sort by price. The product grid for some reason stops all output of the portfolio grid or blog posts.
We do need to be able to sort it by price and still have the other avia plugin components output data
-
This reply was modified 8 years, 9 months ago by
None.
Hey VJLoops-GT,
Try using this css code:
#top .ls-layer {
user-select: none !important;
}
Hope this helps :)
Best regards,
Nikko
Hey art-com,
Please check this thread: https://kriesi.at/support/topic/disable-dynamic-css/
Best regards,
Nikko
Hi,
On my website on a desktop it shows a burger icon. How can I remove this icon from the desktop version? On mobile it works fine.
Thanks in advance
Hey bwhitbread,
Please check this thread: https://kriesi.at/support/topic/the-theme-is-missing-style-css-stylesheet/
Hope this helps :)
Best regards,
Nikko
Hey alexandervellguth,
It’s properly aligned on desktop however if the screen has narrower width, the longer text is forced to use multiple lines instead of 1. If you need to align it, to fix this we would need to adjust the font size using custom css on the narrower screens.
Best regards,
Nikko
Hello enfold Team :)
One question about duplicate content:
Crossposting
Maybe a little offtopic:
I created in enfold a section for desktop and another one for mobil with different settings for better experience. Both have same content. Does google see this as duplicate content?
Somebody tells me, that this could be a “Markups” issue. I dont know what does he mean, i m a newbee to googles “guidelines”. do you know what Markups stand for? Sry for my english, i m from germany.
best regards
Hey clairemartindigital,
Can you please disable the caching plugin, so that we can be more efficient at proposing you a solution?
@media only screen and (max-width: 767px) {
#top #header_main #menu-item-shop .cart_dropdown_link {
height: 95px;
line-height: 80px;
margin-left: 30px;
}
.main_menu .avia-menu {
right: 20px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey Dana2225,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 450px) {
.avia-caption-title, .avia-caption-content, body div .avia-button {
font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.avia-caption-content p {
font-size: 16px;
line-height: 18px;
}
#top .av-main-nav > li > a,
#top .main_menu .menu li ul a {
font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
}
You can change other elements, if you need adding to this media query.
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
Thank you for using Enfold.
Please do the following steps.
// https://kriesi.at/support/topic/enfold-version-4-1-update-troubles/
Best regards,
Ismael
Hi,
We edited the “sunseekertours” site and added the following css code to fix the issue.
.html_header_top.html_logo_center .main_menu ul:first-child {
display: inline-block;
width: auto !important;
}
Best regards,
Ismael
I’m not sure if you guys would be able to assist with this but I’m using the Enfold theme and I’m having a major problem with my website (http://www.homeofficeusa.biz/)
It appears that my website is taking an ‘iframe’ like style with a desktop browser. This is messing up the scroll and all anchor links. I’m thinking maybe I broke something. If someone can help me pinpoint the issue, that would be greatly appreciated.
Hey JerrelZ,
Let’s see… #top and the page ID are the same element, so please try this:
@media only screen and (max-width: 767px) {
.page-id-718#top #wrap_all .av_header_transparency, .page-id-718#top .av_header_transparency #advanced_menu_toggle { background-color: transparent; }
.responsive .page-id-718#top #wrap_all #header { position: absolute; }}
Let us know if you need further help. :)
Best regards,
Sarah
Hi adrianwackernah,
Thank you for the staging :) I do not have the same issue in Chrome or Safari on a MacBook, and it’s so hard to catch that black color for the mouseout, but I did!
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
html, #scroll-top-link {
background-color: transparent;
}
If you need further assistance please let us know.
Best regards,
Victoria
We’re glad that you found the problem! :)
Do you still need further help with this topic?
Best regards,
Sarah
Hi!
We’re glad that Rikard was able to help you!
Do you still need further help with this topic, or can we close this thread?
Best regards,
Sarah
Hi Chris!
Please try this:
#scroll-top-link {background: rgba(0,0,0,0.7) !important; }
You can add it into the first part Vinay’s code like so:
#scroll-top-link{
width:25px;
height:25px;
background: rgba(0,0,0,0.7) !important;
}
I hope that helps!
Best regards,
Sarah
Hi bluebubble,
You can set the menu back to white, the text will be blue with the code below. You code would have worked, if there was a closing bracket to the media query, so you can use your code, just close the bracket or use mine.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a * {
color: #2f3393;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi vdarend,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#av_section_1 {
margin-top: -75px;
}
But that section has an overlay with 0.5 opacity and you need to decide what to do with it.
If you need further assistance please let us know.
Best regards,
Victoria
Hey Dotplusgeert,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#av_section_5 .post-entry.post-entry-type-page.post-entry-2 {
padding: 7px;
background-color: #fff;
}
And here are some ideas for point 1:
https://kriesi.at/support/topic/change-image-on-mouseover/
https://kriesi.at/support/topic/image-in-image-and-onhover-change-image/
If you need further assistance please let us know.
Best regards,
Victoria