Hi!
Please change previous code with following one
@media only screen and (max-width: 989px) { .fixed_header.social_header #main { padding-top: 0!important; } }
And please refer to this post https://kriesi.at/support/topic/collapsable-menu/#post-165144
You can change the screen width to switch to mobile menu with those instructions
Best regards,
Yigit
Hi!
Can you post a screenshot and link to your website?
Best regards,
Yigit
Hello davidrk!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .widget_nav_menu li { float: left; font-size: 11px; }
#top .sidebar_left .widget_nav_menu .sub-menu { display: none; }
Regards,
Yigit
Hey!
Please add !important to force it :)
#top .fullsize .template-blog .blog-meta { float: left!important; }
Cheers!
Yigit
Hi penumbra!
1) Please go to Appearance > Menus and uncheck “Enfold footer menu” under Menu Settings http://i.imgur.com/Vih6It4.jpg
2) You can add [nolink] in Copyright section in Enfold theme options to remove “Enfold Theme by Kriesi”
3) Categories, date and author will be added automatically when you make new post
4) You can add following code to Quick CSS in Enfold theme options under Styling to remove post meta
.post-meta-infos { display: none; }
5) For new fonts, please refer to this topic https://kriesi.at/support/topic/new-custom-font/#post-121900
6) Please go to Enfold theme options > General Settings and choose “Single Author, Big preview pic” as Blog Style.
Cheers!
Yigit
sir please see https://webtechnology.ph/product/cctv-packages/cctv-package-4-channel-500-tvl-indoor/
images are still too big. the previous topic regarding this was closed.
I’m updating my site with the Enfold theme and very much like the look so far but have run into a problem I can’t seem to resolve.
Note: Virtually all of my posts, pages and portfolio items will include video from my Vimeo+ account as my primary business and the focus of this site is video production services.
I’m using a ‘Blog Posts’ advanced content element on my home page. If I use the Vimeo supplied Embed code in a blog post, it works very well both on desktop and mobile displays but, I get no image thumbnail displayed for that post in the Blog Posts element on my home page. I get the same result with video in a portfolio item or page using any compatible advanced content elements on another page.
I tried using the Link and IMG codes to add the video in my post rather than embedding and it works fine but the image is still not displayed in Blog Posts on the home page. The also creates aspect issues when launching the video on mobile devices.
Example of embed: <iframe src=”//player.vimeo.com/video/76392850″ width=”500″ height=”281″ frameborder=”0″ webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
Example of video image tag:
The only way I seem to be able to get the thumbnail link in a Content Element to work is to set a “Featured Image” which then displays that image on the page plus the video clip as well. I don’t really like the double image.
1st question: Is there any way I can add video to posts, pages and portfolio items that will display thumbnail images in content elements?
2nd question: Is there some way I can choose to not display the date on blog posts?
Thanks,
Keith
Hi there,
how can I change the portfolio main image to square format ONLY on portfolio entry pages? On the rest of my page I always used square preview images for portfolio entries, but the entry itself uses 710×270. This I need to change to 710×710. Any hints?
Thx & regards
For some reason the images are defaulting to only 1 size, I need them to be a bit bigger. here is the link to my homepage: http://www.thesatellitecenters.com
Also I need to make the top bar container larger to fit the social icons.
CHEERS!
We have a site that is mostly HTTP (and has to be for speed) with one page that is HTTPS.
That page is: https://livethelife.org/donate/
Using any android mobile phone if you type in livethelife.org (before you even click on the “Donate” page) you get a big security warning with the error: “There are problems with the security certificate for this site. This certificate is not from a trusted authority.”
But we know the cert is fine because it works for other pages that are not related to Enfold under the same domain. This error stops users in their tracks and they are not likely to donate.
You can easily reproduce the error if you have an Android phone. If not simply click here and test with the above URL:
https://www.manymo.com/emulators/88/connect (click the world icon to go to the web and test with “livethelife.org”)
It works on all iPhones and iPads though beautifully, even the secure pages.
On the desktop however:
Using IE it gives an error at the bottom: “Only secure content is displayed”
Using Chrome it does not give an error but if you right click and choose “Inspect Element” and then click the “console” tab you will see 2 errors (it did have 4 but we got it down to 2). They are:
The page at https://livethelife.org/donate/ displayed insecure content from http://www.livethelife.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf.
(index):39
The page at https://livethelife.org/donate/ displayed insecure content from http://www.livethelife.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg..
(index):39
So basically the main problem is that any user with an Android phone will most likely not visit our site because of that error. We think it may be related to the “fonts”.
Note: We have the latest framework that I know of which uses:
href="'.$prefix.'://fonts.googleapis.com/css?family='.str_replace(' ','+',$rule_split[0]).$font_weight.'" (found in the class-style-generator.php)
I know we can’t be the only one having this problem. Making the entire site SSL is not an option.
How do we fix this?
Thanks
LTL
I’ve made some custom modifications to a portfolio grid so that it looks like this:

As you can see, each grid entry has a 1px right border. It is not in the image, and it doesn’t appear on the iPad – only on desktop browsers. (The screen shot was taken in Firefox 24.0.)
Here’s the code for the actual page:
<div width=”90%” style=”background:#ffffff;margin:-20px 25px 0px 25px;padding:0px 0px 10px 10px;”>
[av_portfolio columns='4' items='-1' contents='no' preview_mode='auto' image_size='portfolio' linking='' sort='no' paginate='no']
</div>
And here is the custom CSS for the portfolio:
#top .grid-entry .inner-entry {
margin-right: 10px;
box-shadow: none !important;
}
#top .flex_column {
margin-bottom: 0px;
margin-right: 10px;
}
.responsive #top .flex_column {
margin-bottom: 0px !important;
}
Any thoughts? Thanks!
Hey!
Sure, ask it here, so Kriesi will see it :)
Cheers!
Josue
Okay, searching the internet has given me the answer to this problem. It is not an Enfold issue. It has something to do with (and I haven’t got a clue what I am writing here) the POST Variables, and more specific the max_input_vars in the php.ini file. The default value often is 1.000 (which seems to equal appr. 80 menu-items). If this limit is set higher, more menu items can be added.
But, im my case the php.ini can not be edited by me, but must be adited by my hosting provider. I am not going that way, I just decided to lower the number of menu-items.
More info ons this subject can be found by googling on: wordpress menu items disappearing
I just wanted to share this information, before this topic will be closed (so, please do).
HI
great theme, am new to word press, can see several topics related to my prob but feeble brain cell doesnt know where to start.
Only have 3 plugins active
do not know how to reset cache
Hope someone can help thanks
Hi, I’ve read that topic called “autoresponder choice” that was closed.
The girl who opened it was complaining that she would get “true” in her e-mails whenever her checkboxes were, well… checked. :)
The same thing is happening to me. I tried following your advice on that last one and changed the line in class-form-generator.php, but when I changed that line, all the information I’d get in my e-mails was that “my text” bit.
Like:
Name: my text
E-mail: my text
Fone: my text
Message: my text
(checkbox text): my text
What I need is for that “true” to turn into a “yes”. That’s it! Any help would be highly appreciated. Thanks!
Previous topics (that was closed): https://kriesi.at/support/topic/autoresponder-choice/
Thanks – that worked. Also notice there is a gap in portrait mode on the iPad. Also, is there a way to force the responsive drop-down menu in portrait mode on the iPad? My logo overlaps my menu items.
Thx for your support. That looks great.
Is it possible to add the telephone symbol on the left side – besides the social buttons?
Thx
The additional info tab is gone but the “from $45” still remains – here is my Quick CSS:
.product-sorting, .related.products { display: none!important; }#top .variations td.label { width: auto; }#header_main_alternate { z-index: 2; }
.single-product #top .price { display: none!important; }
li.additional_information_tab { display: none; }
Hey!
I have edited the code above. Please change it with this one
Cheers!
Yigit
Thanks, but that also affected the desktop version to where the image gets cut off. I’m only having the problem on the phone. Is there a way just to set the padding to 0 for the mobile version?
Hi erostad!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) { .fixed_header.social_header #main { padding-top: 0!important; } }
Regards,
Yigit
-
This reply was modified 12 years, 3 months ago by
Yigit.
Hey!
See this topic: https://kriesi.at/support/topic/icons-still-not-working-in-firefox-and-ie/
There are a number of things to try ending in the server adjustment but first try cache refreshing, re-saving styles.
Cheers!
Devin
This reply has been marked as private.
Hi Yigit! Thanks for your quick reply. Unfortunately that didn’t work. Any ideas? Here’s what I have under the custom css box. Maybe there’s something blocking it from working?
.content { padding-top: 10px; }
#top .title_container .container { padding: 0; min-height: 36px; }
.social_header .phone-info span { font-size: 18px; }
#header_main .container { height: 150px!important; line-height:150px!important; }
.social_header .main_menu ul:first-child > li a { height: 90px; }
.iphorm-element-spacer { padding-bottom: 0; }
#header_meta { display: none; }
.logo img { padding: 15px 0; }
.main_menu { top: 11%; }
#top #menu-item-search { display: none; }
.main_menu ul:first-child > li > a { font-size: 15px; }
.sidebar { padding-top: 25px; }
h3.widgettitle { font-size: 15px; color: #2a3032; }
.widget_nav_menu a { font-size: 14px!important; color: #2a3032 !important; }
#top .widget_nav_menu ul ul li a { padding: 2px 0px 3px 12px; }
.main_color strong { color: #333333; }
.header_color .main_menu ul:first-child > li > a, h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Arial, sans-serif !important; }
.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 { text-transform:capitalize!important; }
.widget a, .widget p { color: #333333 !important; }
.main_color h3.widgettitle { font-weight: bold; color: #ce1433; }
.widgettitle { font-size: 24px; }
Well my problem is with the image thumbnails in the gallery inside a portfolio post when using ajax version. No matter what number of columns I set it is always 5. They look blurry and I guess it is because theme convert them to 80×80 and they showed bigger.
The original settings in the functions-enfold.php are 80x80px so I change it to 160x160px and then I regenerate thumbnails with plugin, but nothing.
update_option( 'thumbnail_size_h', 80 ); update_option( 'thumbnail_size_w', 80 );
They are still 80×80. I even create a new portfolio post with a new gallery and still it creates the thumbnails 80x80px. May be this is not the line to fix.
The solution in this code for the css – #top .avia-gallery .avia-gallery-thumb a{ width: 10% !important; } reduce the size of the thumbnails to half and shows 10 thumbnails instead of 5, but does not fix the problem.
Thank you very much!
Now still having issues, here is the website again:
1. The logo ins’t response to mouse hover – as a link to hompage.
2. Also, I’ve tried this code, no success:
#top .bg-logo a:hover {
background: url('http://eliweissberg.com/wordpress/wp-content/uploads/2013/10/Logo2.png');
}
And anyway I prefer to use hover this method:
#logo2 {width:300px;margin:0 auto;text-align:center;}
#logo2 a {
outline: none;/* get rid of dotted borders in FireFox */
text-indent: -5000px ;/* this moves the text outside of the screen area */
display:block;
width:295px;
height:115px;
background: transparent url("images/articles/logo_v2.png") 0 0 no-repeat;
text-decoration: none;
}
#logo2 a:hover {
background-position: 0 -115px;
}
3. In the advanced Layer Slider, I set the width to 910px, but there is inside shadow on top.
4. How do I align the menu exactly to the left?
Thanks again,
Eli
I have a rather large white space between my menu and top image on the page when viewing the website on a mobile device (iphone both portrait & landscape). This does not happen on the desktop. Any ideas as to why this is happening? Here is the link:
http://goo.gl/eKx7Sl
Thanks.
Hey immenjil!
Please refer to this post https://kriesi.at/support/topic/collapsable-menu/#post-165144
This will change switching width to mobile menu
Best regards,
Yigit