I have a site where the content needs to be dripped (using wishlist member and wp-drip), on the visual aspect of the blog posts/categories and when you add a “blog” section to a “page” I need the default order to be in order
i.e.
Post #1
Post #2
Post #3
the way they display by default is
post #3
post #2
post #1
how can this be changed in the enfold theme?
found a plugin that works well, I don’t know that I’d recommend this if you already have tons of articles posted, but if you are working on a new site build and can order as you go along, this is great; https://wordpress.org/plugins/post-types-order/
actually, it doesn’t work… it removes the menus so I’m back to the same problem as before… I need to list the posts in chronological order
post 1
post 2
post 3
and everywhere they display they have to post in this fashion… whether it be a category page, archive page, blog page or a page with a blog section on it.
please help
original post: https://kriesi.at/support/topic/change-blog-post-order/
Anonymous
This reply has been marked as private.
That didn’t make any changes at all…..
Enfold 2.6.2, WP 3.8.3
Hi!
It must be caching issue. Please flush browser cache each time after you make styling changes. Glad it is working fine now :) Let us know if you have any other questions or issues
Regards,
Yigit
And suddenly – everything started working correctly – how odd. Ha!
I am trying to use what I would call header style #5 as shown on your demo site here: http://kriesi.at/themes/enfold/headers/
I want the logo centered with the menu below it and centered on the screen.
I have gone into the theme options and set for the header for centered with menu below. I’m not getting anything near that. Right now my logo is on the left with the menu being transparent and laying over my slider images. Not what I wanted at all.
Help is always appreciated.
http://newlandtarltonfurniture.com
Hi!
It seems like first code is not being applied. Please try adding it to the top of custom CSS section and also to custom.css file inside Enfold/Css folder
Best regards,
Yigit
Hey!
You can go to Enfold theme options > General Settings and choose to display Fixed layout
Regards,
Yigit
I have been looking for a good social sharing buttons for my posts and pages.
This would be a great feature to integrate into the theme.
Does anyone know of a good plug-in that integrates well, looks good, in the Enfold theme?
Dave
Dude I’m not trying to customize the Ubermenu that didn’t come with the enfold theme. Just trying to find out if the “Megamenu” Andrew is talking about can be customized?
Thanks!
Hi munck!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
height: auto !important; }}
then go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px
Cheers!
Yigit
Hello
My logo is not scaling correctly. The problem began recently after upgrading Enfold/WP to newest version. (2.6.2 / 3.8.2). To get it working initially, you kindly provided the following quick CSS:
@media only screen and (max-width: 767px) {
.logo, .logo a, .logo img { max-width: 100% !important; }}
Site: http://www.aktivfamilieferie.dk
What is the cause of this?
(I tried without the above quick CSS, but then it doesn’t scale at all)
Thanks in advance.
Hey!
Great! :) You can remove following code from Quick CSS
@media only screen and (max-width: 1060px)
.av-main-nav > li > a {
padding: 0 11px !important;
}
}
Let us know if you have any other questions or issues
Best regards,
Yigit
Hey!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.small-preview {
width: 120px;
height: 120px; }
Best regards,
Yigit
Thank you it did solved the problem i believe :)
Hello,
I would like to know how can I animate the Icons like you do in the “A BEAUTIFUL EXPERIENCE!” section of the demo page:
http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/
My icons did not animate on hover.
http://www.adaptixnetworks.com
Thanks!
Hey boldtranquility!
Please turn on custom CSS field for elements firstly, please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Then give a unique class to your text block element, in example, it will be scrolling. Then add following code to Quick CSS and adjust as needed
div.avia_textblock.scrolling {
height: 340px;
overflow: hidden;
overflow-y: visible;
}
Regards,
Yigit
Hi!
Please set Blog Style to Single author small preview pic in Enfold theme options
Regards,
Yigit
Hi!
Please add following line before your phone number
<div class="iconbox_icon heading-color" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></div>
and add following code to Quick CSS in Enfold theme options under Styling tab
.phone-info span { font-size: 16px; }
I do not think i understood what you meant on the last question. Can you elaborate or post a screenshot showing the changes you would like to make?
Best regards,
Yigit
Hi Justin!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.content, .sidebar {
padding-top: 20px;
padding-bottom: 20px; }
Best regards,
Yigit
Hey…
Check the page …/home-test/.
You’ll see a block of content titled “What Our Customers Say”.
This block of content is inside a “Color Section”.
Notice that the “Color Section” does not extend full page width.
Adding – #testimonial-color-section-hold .container { width: 100%; } will expand the CONTENT to full page width – not the “Color Section”.
The thing is this…
In my experience UNLESS – I have some Avia layout element (say a slider) that extends the full width of the page – as the VERY FIRST element on the page – “Color Sections” will not render as expected.
I’m able to get-around this behavior (if I don’t want a slider) by adding a “Color Section” as the very first element with a css hack – .avia-section.css-hack { max-height: 1px; min-height: 1px; }
Later…
BitSoul
Hello,
I would like to inform you that the header setting centered logo + centered menu below, as per you latest version 2.6.2 shows a problem on mobile devices:
The logo is left aligned, but its left part is cut off by the margin of the page.
Please note that I have tried this setting on a new, local test install, with the standard “Enfold” logo, with WordPress + Enfold just out of the box.
Thank you if you can check it.
Hi~ Yes, I may still have issues…
1. If I choose one image as my header background, does it suppose to use the image and never changed? I mean even I scrolls down and shrinks the header, the image background still showing up instead of nice white color..Is that normal? What if I want to use the white color background when it shrinks.
2. May I make the image of header background transparent? I use the code below;
.header_color .header_bg {
opacity: .5;
}
It’s works fine for the white color background but failed for the image background…
Thanks for your help~
Hey…someone will answer here??
anca bogdan
I have a site where the content needs to be dripped (using wishlist member and wp-drip), on the visual aspect of the blog posts/categories and when you add a “blog” section to a “page” I need the default order to be in order
i.e.
Post #1
Post #2
Post #3
the way they display by default is
post #3
post #2
post #1
how can this be changed in the enfold theme?
Hey!
Thank you for using the theme!
You might want to increase the wordpress php memory limit to at least 128M. Depending on your hosting environment you might experience an issue when trying to access the Advance Layout Builder. This is usually due to the builder timing out because of a memory limit in your server environment. The first thing you can do to fix this is to add the following lines in your wp-config.php file located at the root of wp directory:
define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Ismael
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive .mobile_slide_out .logo {
margin-left: 40%;
}
.responsive .logo a, .responsive .logo img {
height: auto !important;}}
Best regards,
Yigit
Hi Ismael,
Thanks and I appreciate you can’t support 3rd party plugins, so I am grateful. However, I’ve just tested a clean install of Enfold with just this WP Store Locator plugin installed and I am still getting the Google Maps API warning. I’ve changed themes to twentyfourteen and it works fine with that, so it must be Enfold is using the Google Maps API somewhere, even though I haven’t put any google maps on the test site (clean install)??
I’ve set-up a temporary test site with only Enfold and WP Store Locator installed and have given a login to the plugin author, so hopefully he’ll try and find a fix – I reminded him how popular Enfold was and that it would be beneficial to have his theme working with such a top seller, so hopefully he’ll help!
However, if you did want to just test it yourself with Enfold and WP Store Locator, please feel free and let me know if you work anything out! Or if you can point out where the other instance of Google Maps API is being included?
Many thanks,
Matt
-
This reply was modified 11 years, 8 months ago by
MM.
Hi Arda!
Do you mind posting a link to your website so we can take a look? Please make sure that you are using the latest version of the theme which is 2.6.2. If you are not, see – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit
Thank you very much – the hosting provider set the limit to 128M and … it works.
Cheers!
Chris