-
Search Results
-
Topic: Reduce the header on mobile
Hi, how do I reduce the header size on mobile?
I tried reducing logo size and header size but i was left with the weird white line overlapping the content, so it didn’t really work. Here’s what i used:
@media only screen and (max-width: 767px) { .responsive #top #header { height: 80px !important; line-height: 80px !important; } @media only screen and (max-width: 767px) { .responsive #top .logo { height: 80px !important; } }Hi,
I have uploaded a custom image to the logo background image area. I have tried all of the settings in the “Enfold- General Styling” under Enfold theme options. I select upload custom image then select the image and then set to full size image, it never display correctly. It is always cut off on both sides and the bottom.
Settings:
Custom Image
Top Left
No Repeat
FixedHelp is appreciated.
This thread explains how to remove the featured image from RSS feeds:
https://kriesi.at/support/topic/rss-feed-how-can-i-supress-the-featured-image/
using this code:
remove_filter(‘the_content’, ‘featureimage_for_feeds’);It doesn’t appear to work, however, as I get updated content after I change posts in the feed, but it still includes the featured image. Does this method work?
Hi,
I have a two line menu using Quick CSS and also to make it appear correctly in a mobile menu. (See below and link). However, the second line of the menu doesn’t show a red underline on the selected page like it does on the first line to tell you what page you are on. Can you show me what needs added to the CSS below to fix? Many thanks, Frank
#top #wrap_all .av-social-link-facebook a {
color: #fff;
background-color: #37589b;
}
#top #wrap_all .av-social-link-twitter a {
color: #fff;
background-color: #46d4fe;
}
.phone-info span {
color:white !important;
font-size: 14px;
}
#scroll-top-link {
background-color: #001d5b;
color: white;
border-color: white;
}
#header #header_main_alternate .container {
height: 80px;
}
@media only screen and (min-width: 767px) {
#header #header_main_alternate .container {
height: 80px;
}
.html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
padding-top: 198px !important;
}
.logo img {
min-width:350px!important;
height:auto!important;
}Topic: Website is NOT responsive
Every time I reload the page on safari on iPhone, there is a different problem.
Things I’ve seen:
-Menu is gone completely and no toggle button
-Menu links are displayed at top of the page in a vertical list
-Menu links are on the menu bar (as they are on desktop), but they are overflowing into the page content
-Countdown app shows 0 for everything
-Countdown app doesn’t display properlyAnd sometimes a combination of these. Like I said, every time I load the site it’s something different.
I’m getting really tired of trying to troubleshoot this. I’ve tried disabling all plugins, changing settings, and nothing is helping.
I’m hoping someone has a solution, otherwise I’d like my money back.
Thanks.
Topic: Onepage Menu
Hi guys,
i crated a website using ecommerce demo. Everything works fine but i would like to change the site in onepage site.
How can i set up the menu?
I’ve found a topic on the forum but it’s about Portfolio Theme.
Thanks for your help
Cheers
Mario
Hello
I have 12 websites with Enfold, and with all of theme if I try to go to: http://www.my-domain.com/wp-content/themes/enfold/ I get an 500 error.
Also, the error_log file within the Enfold theme folder is full of:
[21-Jul-2015 05:02:18 UTC] PHP Fatal error: Call to undefined function get_header() in /home/XXXX/public_html/wp-content/themes/enfold/index.php on line 9(I do not have any memory problems my servers are dedicated server with 8Go Ram and wp-config always increase the allocated php memory to 1024)
I just saw this error in Google Search Console because Googe Bots was trying to access this folder.
And I also read:
https://kriesi.at/support/topic/php-fatal-error-on-line-9-in-index-php/
Enfold theme is the last 3.4.6 and allready re-ploaded.
I give you in PRIVATE (so please do not talk about this site in public) one of those site.
Thanks
Topic: medium size logo
I uploaded a logo for the header as a medium size. It looks like the image sticks to the top rather than center itself in the header space. As a result, the text in my logo and the menu text are not inline. Is there a fix to this? Thanks
Hey guys,
I really love the theme. I almost never have any problems with the website on the desktop, but i keep having issues on mobile, both tablet and iphone. Since there is no dedicated editor for the content on mobile, and I don’t have any coding knowledge, I can only fidget with settings and then I go here. I understand that the support team is incredibly busy, but I hope I’ll get help here, because other issues took weeks to resolve here.
I made a simple page for my photo project – mete.photography/symi
Under the full-width slider i have 1/2 text box and 1/2 google map. Then masonry gallery and share buttons. Now, on desktop everything looks great.On tablet google map element looks completely disproportionate to the text (it is set to 16:14 size, so on desktop it matches the size of the text box, which is what i want). I want to put the map under the text only on iPad. How would I do that? Here’s the imagefixed with this
/* displaying one column on ipad instead of two */ @media only screen and (min-width: 768px) and (max-width: 1024px) { .responsive .av_one_half { width: 100%; margin-left: 0; }}On iPhone, the text box has no borders whatsoever, so it looks weird[Fixed by adjusting the padding]. Same with the share buttons – when you press it on mobile the pop-up description goes out of the window (on desktop it’s hover-over buttons). I want to disable the hover-over description on mobile for share buttons (so the press leads directly to sharing) andcenter the text in the share element (on all devices if possible). (usedh5.av-share-link-description {text-align: center;})Lastly, there is a weird space on iPhone after the slider before text – too much white space. Here’s the imagefixed with this.content { padding-top: 5px; padding-bottom: 0; }Otherwise, the gallery and the page looks great. But i keep having issues on mobile. Thank you in advance for the help.
Hello,
I am having the following CSS mobile issues after the most recent update:
Too much header space (Screenshot #1)
Slider height too long (Screenshot #2)
No up arrow to take you to top (Screenshot #3)This is the current “Quick CSS”:
@media only screen and (max-width: 480px) { .avia-content-slider { min-height: 1250px !important; }} #top .avia-smallarrow-slider { min-height: 280px !important; } @media only screen and (max-width: 767px) { section.slide-entry.flex_column { width: 45%!important; margin-right: 4%!important; }} .html_header_top.html_header_sticky #main{ padding-top: 0 !important; } .avia-content-slider-active .slide-entry-wrap { min-height: 250px; } .avia-builder-el-0 { margin: -30px 0 -40px 0; height: 60px; } .main_color:first-child .template-page.content.twelve.alpha.units { padding-top: 0; } @media only screen and (max-width: 767px) { .main_color:first-child .template-page.content.twelve.alpha.units { padding-bottom: 30px; } }Thank you!
Topic: Fixed Mobile Icon Placement
Hello,
Having issues fixing the placement of the mobile menu hamburger and ‘x’ (to close) icons. I need the position fixed on all widths (unless displaying the full menu on desktop/laptop. Any ideas? I tried this but it only works for landscape view on mobile, not portrait. When you flip to portrait the ‘x’ is not aligned.
@media only screen and (max-width: 480px) {
a#advanced_menu_toggle {
position: fixed;
right: 5%;
top: 7%;
}}@media only screen and (max-width: 480px) {
a#advanced_menu_hide {
position: fixed;
right: 5%;
top: 7%;
}}
Viewing 30 results - 99,691 through 99,720 (of 142,855 total)
