Hi,
Great, please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hey Jojo_W,
If you want to see how it’s done you could try activating debug mode in order to see shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, and then paste this shortcode to a new page:
[av_heading tag='h3' padding='10' heading='<strong>Hey there! This is an example of a 3 Column Ajax portfolio.<br />Once you click a portfolio item a preview will open & show you some more details.</strong>' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='' subheading_size='10' custom_class=''][/av_heading]
[av_hr class='short' height='30' position='left']
[av_one_full first]
[av_portfolio columns='3' items='9' contents='title' preview_mode='auto' image_size='portfolio' linking='ajax' sort='yes' paginate='no']
[/av_one_full][av_section color='alternate_color' custom_bg='' src='' position='top left' repeat='no-repeat' attach='scroll' padding='large' shadow='no-shadow']
[av_one_fourth first]
[av_icon_box icon='59' position='left' title='Free Support']
Aenean commodo ligula eget dolor. Lorem <strong>ipsum</strong> dolor sit amet, consectetuer adipiscing elit. Cum sociis natoque<strong> </strong>Aenean massa.
[/av_icon_box]
[/av_one_fourth][av_one_fourth]
[av_icon_box icon='125' position='left' title='Updates']
Cum sociis natoque <strong>sadfsadfas </strong>Aenean commodo ligula eget dolor. Aenean massa. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
[/av_icon_box]
[/av_one_fourth][av_one_fourth]
[av_icon_box icon='2' position='left' title='Mobile Ready']
Cum sociis <strong>natoque</strong>. Aenean commodo ligula eget dolor. Aenean massa. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
[/av_icon_box]
[/av_one_fourth][av_one_fourth]
[av_icon_box icon='36' position='left' title='SEO Optimized']
Aenean commodo ligula eget dolor. <strong>Aenean massa</strong>. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
[/av_icon_box]
[/av_one_fourth][av_promobox button='yes' label='Learn More' link='page,750' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' icon_select='no' icon='25']
Enfold is freakishly powerful and so damn easy to use, its probably the last theme you will ever buy
[/av_promobox]
[/av_section]
Best regards,
Rikard
Hey Semito,
I’m not sure what you are looking to hide, could you try to explain a bit further or post a screenshot of the element please? Also please mark topics like these with NSFW.
Best regards,
Rikard
Hi,
Great, glad you got it working :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hey!
1.) I checked the contact form element and the email address is not set. Please check it again.
2.) Please add this code in the Quick CSS field.
#top .alternate_color .input-text, #top .alternate_color input[type='text'], #top .alternate_color input[type='input'], #top .alternate_color input[type='password'], #top .alternate_color input[type='email'], #top .alternate_color input[type='number'], #top .alternate_color input[type='url'], #top .alternate_color input[type='tel'], #top .alternate_color input[type='search'], #top .alternate_color textarea, #top .alternate_color select {
color: #000000;
}
Adjust the color value as you see fit.
UPDATE: Once the email address is added, install the following plugin then ask your hosting provider for the correct SMTP settings.
// https://wordpress.org/plugins/easy-wp-smtp/
Regards,
Ismael
Hi,
No problem, glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Thank you, Rikard!! Purged the cache and worked like a charm!! :)
Let’s have them find out the price after they click on what they like!!!
Any ideas for having the categories display above or maybe add a sub menu that sticks to the top for the Shop page (I can create one with the categories)
Thank you!!!
Warmly,
Havi
Hi,
I couldn’t find a contact form, on what page are you using it?
Try this in Quick CSS for your categories:
.html_elegant-blog #top .post-entry .minor-meta {
text-transform: none !important;
}
…and this to remove the line from the blog posts:
.home .avia-content-slider-inner .av-vertical-delimiter {
display:none !important;
}
…and this for your titles:
.entry-title a {
font-style: italic;
}
Best regards,
Rikard
Hi,
Glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
Adjust the top position of the title with the following css code.
.iconbox .iconbox_content .iconbox_content_title {
top: 5px;
}
Best regards,
Ismael
Thank you, this seems to fix the visibility issue when the menu is expanded. There is a problem when the menu collapses into it’s stacked format where the cart overlays (or sits on top of) the menu. This only happens when the screen is above 768 and less than 1068. See image here: http://imgur.com/a/ARh07
Also, when the nav menu is expanded, the cart is aligned too far to the right, cutting off the right side of the cart box: http://imgur.com/UJmrAza
Thanks for your help,
Brian
Hi,
1.) It won’t affect the lightbox “popup transition” but it will affect the overall speed of the page. The following article might help.
// http://kriesi.at/archives/4-key-wordpress-image-optimization-tips
2.) One solution is to load the items inline or via external url. This might take some time because you have to create a unique page or container for each item.
// https://kriesi.at/support/topic/modal-window-2/#post-705273
// https://kriesi.at/support/topic/popup-doesnt-work-on-secondary-menu/#post-691436
Best regards,
Ismael
Hey!
Yes, please find following code at the top
#top .sub-menu {
background: rgba(255,255,255,0.1) !important;
box-shadow: none !important;
}
and change it to
#top .sub-menu {
background: transparent !important;
box-shadow: none !important;
}
Regards,
Yigit
Just tried it and the menu still has a transparency to it. Maybe I have too many modifications in the quick CSS?
#top .sub-menu {
background: rgba(255,255,255,0.1) !important;
box-shadow: none !important;
}
.av-main-nav > li.current_page_item > a > .avia-menu-text {
color: red;
}
.special-heading-border {
display: none !important;
}
.avia-button.avia-size-medium {
padding: 12px 16px 10px;
font-size: 13px;
min-width: 150px;
width: 175px;
max-width: 200px;
}
.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
opacity: 0.2;
}
.avia_desktop .av-hover-overlay-active .av-masonry-entry:hover .av-masonry-image-container {
opacity: 1;
}
h3.av-masonry-entry-title { text-align: left !important; }
.social_bookmarks a {
color: white !important;
}
.grid-entry .inner-entry {
margin-right: 20px;
margin-bottom: 20px;
}
.main_color input[type=’submit’] {
background-color: #d71920;
color: black;
border-color: #d71920;
}
.main_color input[type=’submit’]:hover {
background-color: #d71920;
color: white;
border-color: #d71920;
}
.content {
border: none;
}
#top #main .sidebar {
border: none;
}
Hi,
As far as i know, this one is already resolved – https://kriesi.at/support/topic/portfolio-grid-15/#post-720690 :)
Let us know if you have any other questions or issues!
Best regards,
Yigit
Hi freshwebsitesla!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .sub-menu {
background: rgba(255,255,255,0.1) !important;
box-shadow: none !important;
}
.av-main-nav > li.current_page_item > a > .avia-menu-text {
color: red;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Regards,
Yigit
Strange redirect.
Anyway, when I go to options > Header, I get this message: “These options are only available if you select a layout that has a main menu positioned at the top. You currently have your main menu placed in a sidebar
You can change that setting at General Layout”
What to do then?
No problem. Well, I don’t really know if this is enfold- or woocommerce-related (or even Envira Gallery’s fault).
Still, I didn’t delve into woocommerce’s code, but I assumed the default behavior should be to create the .woocommerce-message div at the top of a page, perhaps as the first child of #main. Hence the confusion, why should woocommerce insert the div in the in the second code block of a page?
It’s weird. Any ideas?
( The hidden text block above the code blocks serves as a helper for my client in the backend – as codeblocks don’t have identifiers or names I added text blocks describing each code block, visible only in the backend)
On this demo page, second box in top column labeled “Single Portfolio: 2/3 Gallery” you have all the gallery images large. I can’t for the life of me figure out how to do this. Please help.
I am setting up an ajax portfolio with this style of page.
Thank you,
Jodie
I want to hide the payment method BAC on checkout.
I still want to use it on the backend for known customers, so that i can send invoices for manauly added orders on the shop back-end.
How can i hide the option payment_method_bacs on the shop checkout page
i tried to figure it out but cant find the right code.
This is what i came up with:
#top .woocomerce-checkout-payment
.wc_payment_methods payment_methods .methods
.wc_payment_method .payment_method_bac {display: none !important;}
Thanxs for the support
Hi,
i have a problem.
My menù on the mobile is very orrible. I would that the secondary pages are close when open the menù.
At the beginning i would see only the first page, and after click it the secondary pages appear. I have no idea to do this operation. Please help me.
The problem is only on mobile. Desktop version of the menà it’s ok.
I give you my credentials.
Thank you,
bye
Hello,
There is a code appearing at the top of my website from a Facebook Ad pixel I just implimented.
My website: http://mommymile.com
The code is visible above the top social media buttons bar and is seen as: “fbq(‘track’, ‘PageView’)”
Hi,
We are using Grid Boxes on our homepage at http://limocycle.com/. They are positioned just under the top main image and they look great on desktop. They stack properly on mobile phones. However in portrait view on ipads and android tablets, you cannot read the text. They boxes don’t stack like they do on a mobile device. However switching to landscape on the tablet / ipad fixes this.
How do we resolve this for the portrait view?
Thank you,
PS: Love the theme.
Yvonne
Hi,
I can’t get my menu to appear, nor can I get the search icon to show top right.
Also, I’d like to remove the section that sits beneath the header. The bit where in Enfold/Header/Header Title and Breadcrumbs you can select what goes in there. Do you have any CSS that will just take that whole section out?
VMParticipant
A MODERATOR SAYS MAILCHIMP IS NOT WORKING IN ENFOLD! https://kriesi.at/support/topic/mailchimp-popup-code/
IT’S CRAZY SINCE MAILCHIMP IS MOST IMPORTANT MAIL SISTEM – HELP PLEASE
I need insert a Mailchimp pop-up in my site.
This pop-up need to be open when a button is clicked, I insert code in code section but is not working.
Details in private content.
Thank you.
Gracias, sabes que lo mas proximo que me ha funcionado es lo siguiente:
Pero no queda muy bien visualmente.
Lo que necesito es un buscador en header cuando se ingresa desde un dispositivo, en mi sitio: http://www.vueloseconomicosyturismo.com/
Si comprueba en la vista mobile, vera un buscador en header.
Es posible hacer algo similar, agregando el formualrio directamente en el php?
Gracias.
Not urgent!
I just ran ‘PHP Compatibility Checker’ plugin on PHP 7.0 and it says Enfold is not compatible. This thread says it is:
https://kriesi.at/support/topic/php-7-0-2/#post-690296
What do you recommend. PHP 5.6 currently working fine.
Thanks
Rob
——————————————————–
Plugin says:
Enfold
Possibly not PHP 7.0 compatible.
10 Warnings
4 Errors
Details:
FILE: /homepages/43/d299798050/htdocs/staging/wp-content/themes/enfold/config-layerslider/LayerSlider/helpers/phpQuery.php
——————————————————————————————————————————————————————–
FOUND 2 ERRORS AND 4 WARNINGS AFFECTING 6 LINES
——————————————————————————————————————————————————————–
2231 | WARNING | Method name “phpQueryObject::__pseudoClassParam” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
2467 | WARNING | Method name “phpQueryObject::__loadSuccess” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
2631 | WARNING | Method name “phpQueryObject::___wrapAllCallback” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
4207 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; use preg_split instead
4275 | WARNING | Method name “phpQueryObject::__dumpTree” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
5637 | ERROR | Using ‘break’ outside of a loop or switch structure is invalid and will throw a fatal error since PHP 7.0
——————————————————————————————————————————————————————–
FILE: /homepages/43/d299798050/htdocs/staging/wp-content/themes/enfold/config-layerslider/LayerSlider/wp/shortcodes.php
——————————————————————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————–
15 | WARNING | Method name “LS_Shortcode::__contruct” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
——————————————————————————————————————————————————–
FILE: /homepages/43/d299798050/htdocs/staging/wp-content/themes/enfold/config-layerslider/LayerSlider_old/helpers/phpQuery.php
——————————————————————————————————————————————————————–
FOUND 2 ERRORS AND 4 WARNINGS AFFECTING 6 LINES
——————————————————————————————————————————————————————–
2231 | WARNING | Method name “phpQueryObject::__pseudoClassParam” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
2467 | WARNING | Method name “phpQueryObject::__loadSuccess” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
2631 | WARNING | Method name “phpQueryObject::___wrapAllCallback” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
4207 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; use preg_split instead
4275 | WARNING | Method name “phpQueryObject::__dumpTree” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
5637 | ERROR | Using ‘break’ outside of a loop or switch structure is invalid and will throw a fatal error since PHP 7.0
——————————————————————————————————————————————————————–
FILE: /homepages/43/d299798050/htdocs/staging/wp-content/themes/enfold/config-layerslider/LayerSlider_old/wp/shortcodes.php
——————————————————————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————————————————–
15 | WARNING | Method name “LS_Shortcode::__contruct” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
——————————————————————————————————————————————————–
Hello,
Thank you for your reply
cordially
Christophe
Hi Vinay,
Unfortunately I cant do that as the install is not live, but local on my mac via DesktopServer.
Where would the settings for this Submit/Subscribe button live to change the code and therefore height of the button?
I did also notice that there was a Developers SectionID of “sign-up” listed in the colour section which contains this form. What does this relate to?
Are there any aspects of custom css included for this demo theme?
I tried setting up in another install of Enfold without the Shop Demo and got the version in the link (see pvt)
It’s ok , but I wanted to re-create what the demo was showing.
Something else must be modified somewhere???