-
AuthorSearch Results
-
August 7, 2013 at 1:30 pm #133779
In reply to: Enfold demo default settings
Hi orionstar_hun,
You can use the Import Dummy Data button in the main theme options.
Regards,
Devin
August 7, 2013 at 6:26 am #129914In reply to: enlarged logo in internet explorer
its for sure enfold.. but the client wanted it simple… So on everything but Internet explorer It works fine… IE puts it over the home button almost like it blows it up 3x the size from 200 x 100 to 400 x 300…
August 6, 2013 at 3:13 pm #27300Topic: Post Slider not working properly
in forum EnfoldAmerican Patriot
ParticipantWordPress version 3.6
Enfold version 1.9
Can place post slider but it won’t rotate more than once. Post slider will advance to the second set of three posts when clicking on the forward button but after that it won’t rotate in either direction. Using default post slider settings of 3 columns with 9 posts.
August 6, 2013 at 8:37 am #133089Please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translate the theme text strings. Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
August 6, 2013 at 2:28 am #133257Hi,
1.) The social icons use the entypo fontello font. Right now, there is no easy way of adding a social button. Please refer to this link and follow Nick’s or my instruction: https://kriesi.at/support/topic/youtube-icon
2.) You can change the arrow on css > base.css, find this code:
.image-overlay .image-overlay-inside::before{content:"E744"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; }
.image-overlay.overlay-type-extern .image-overlay-inside::before{content:"27A6";}
.image-overlay.overlay-type-video .image-overlay-inside::before{content:"25B6";}Change the content property with another icon from entypo fontello. Refer to link for the entypo character maps: http://www.entypo.com/characters/
Example, we’ll use the phone icon(U+1F4DE):
.image-overlay .image-overlay-inside::before{content:"1F4DE"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; }
.image-overlay.overlay-type-extern .image-overlay-inside::before{content:"1F4DE";}
.image-overlay.overlay-type-video .image-overlay-inside::before{content:"1F4DE";}You can combine different icons.
Regards,
Ismael
August 5, 2013 at 3:28 pm #27234Topic: Avia and ajax
in forum EnfoldYakosuso
ParticipantHi there! :)
First of all… congrats about ENFOLD!! its a great theme!!!!!! :)
Ok. Lets go with my “problem”.
Buttons for prev – next are not working…
We got last version for the theme (1.8…), and Word Press 3.5.1
If you get into http://www.pepagroup.net (HOMEPAGE) and then to the grid at the bottom of the page, you find 6 boxes (works..). If you click each…then you get to a more detailed info but…. cliking previous and next arrow…you got a “empty” image next or previus client info, and buttons stop working (prev and next)
Would you mind to help me please!! ???
Thanks a lot in advance,
Best,
Yako
August 5, 2013 at 8:41 am #132736In reply to: Add Variation Button Not Working – Enfold
Hey!
Did you solve the problem? I’m asking because the thread is marked as resolved.
Best regards,
Peter
August 3, 2013 at 4:02 pm #27179Topic: How Did You Create the Fade-Out Hover Effect in LayerSlider?
in forum Enfoldbdaily
ParticipantOn http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/ I see that you were able to create a hover effect on the button in this slide. I assume you used a custom CSS3 code. Can you tell me what the code is? Thanks!
August 2, 2013 at 10:49 pm #132735In reply to: Add Variation Button Not Working – Enfold
Clarification…
I am still operating on WordPress v 3.5.2
I can not input any descriptions for products plus add variation button does not work.
Any ideas?
August 2, 2013 at 3:11 am #132734In reply to: Add Variation Button Not Working – Enfold
Also I can’t change product descriptions…
Yet if I change themes everything is working fine.
August 2, 2013 at 3:03 am #27091Topic: Add Variation Button Not Working – Enfold
in forum Enfoldgerry3211
ParticipantI tried disabling plugins, different browsers etc etc
When I change from enfold theme to superstore theme, I can add variations again.
Do we have a fix for this?
August 1, 2013 at 4:25 pm #132335In reply to: translation issue on search results page
Not sure why it doesn’t work in your case – the German translation file works just fine for me. You can try following:
1) Add following code to the po file:
# @ avia_framework
#: framework/php/function-set-avia-frontend.php:850
msgid "search results for:"
msgstr ""
# @ avia_framework
#: framework/php/function-set-avia-frontend.php:854
msgid "search result for:"
msgstr ""and translate the strings with i.e. Poedit.
2) Generate a new po file with Codestyling: http://wordpress.org/plugins/codestyling-localization/
Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
August 1, 2013 at 5:15 am #132228In reply to: Styling several elements, login and my account
Hi,
1) Do you mean like on this page? http://kriesi.at/themes/enfold/shortcodes/ without the bullet points?
2) The easiest thing to do would be to modify the css of existing buttons and replace them with your css so that you can use the same shortcode. There are many button sizes, The css that styles the buttons is located in /css/shortcodes.css on lines 2459 and in many other places. There are a number of plugins both free and premium that allow easy creation of shortcodes.
3) Which text on which page do you want to change?
4) https://kriesi.at/support/topic/adding-custom-icons This post has examples and link to other examples.
5) http://wordpress.org/plugins/header-login/ Please try this plugin for login.
Thanks,
Nick
July 31, 2013 at 4:17 am #132245In reply to: How to add Enfold Menu to non-WordPress pages?
Hi,
You need to have the copy the css styling for the header. If you have Chrome, inspect element then edit the header part as HTML, this is the output:
<div id="header" class="header_color dark_bg_color mobile_drop_down">
<div id="header_meta" class="container_wrap container_wrap_meta">
<div class="container">
<ul class="noLightbox social_bookmarks icon_count_5"><li class="social_bookmarks_facebook social_icon_1"><a target="_blank" href="https://www.facebook.com/kriesi.at" class="avia-font-entypo-fontello"></a></li><li class="social_bookmarks_twitter social_icon_2"><a target="_blank" href="http://twitter.com/#/" class="avia-font-entypo-fontello"></a></li><li class="social_bookmarks_gplus social_icon_3"><a href="sighlence" class="avia-font-entypo-fontello"></a></li><li class="social_bookmarks_tumblr social_icon_4"><a href="tumbler" class="avia-font-entypo-fontello"></a></li><li class="social_bookmarks_mail social_icon_5"><a href="#" class="avia-font-entypo-fontello">✉</a></li></ul><div class="sub_menu"><ul id="menu-main-menu" class="menu"><li id="menu-item-755" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-755"><a href="http://kriesi.at/themes/enfold/">Home</a>
<ul class="sub-menu">
<li id="menu-item-2285" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-734 current_page_item menu-item-2285"><a href="http://localhost/kriesi/enfold/">Home v1: Landing Page Style</a></li>
<li id="menu-item-2292" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2292"><a href="http://localhost/kriesi/enfold/?page_id=1108">Home v2: 3 Col + Contact</a></li>
<li id="menu-item-2286" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2286"><a href="http://localhost/kriesi/enfold/?page_id=1040">Home v3: 3 Column with Blog</a></li>
<li id="menu-item-2291" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2291"><a href="http://localhost/kriesi/enfold/?page_id=1070">Home v4: Small Slider</a></li>
<li id="menu-item-2288" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2288"><a href="http://localhost/kriesi/enfold/?page_id=1097">Home v5: Portfolio Style</a></li>
<li id="menu-item-2287" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2287"><a href="http://localhost/kriesi/enfold/?page_id=1023">Home v6: Classic 4 Column</a></li>
<li id="menu-item-2289" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2289"><a href="http://localhost/kriesi/enfold/?page_id=2251">Home v7: One Page Portfolio</a></li>
<li id="menu-item-2208" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2208"><a href="http://localhost/kriesi/enfold/?page_id=2207">Home v8: Frontpage Shop</a></li>
</ul>
</li>
<li id="menu-item-2272" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2272"><a href="http://localhost/kriesi/enfold/?page_id=2270">Portfolio</a>
<ul class="sub-menu">
<li id="menu-item-2273" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2273"><a href="http://localhost/kriesi/enfold/?page_id=987">Portfolio 2 Column</a></li>
<li id="menu-item-2274" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2274"><a href="http://localhost/kriesi/enfold/?page_id=992">Portfolio 3 Column</a></li>
<li id="menu-item-2276" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2276"><a href="http://localhost/kriesi/enfold/?page_id=2270">Portfolio 4 Column</a></li>
<li id="menu-item-2277" class="menu-item menu-item-type-post_type menu-item-object-portfolio menu-item-2277"><a href="http://localhost/kriesi/enfold/?portfolio=slider-two-third">Single Portfolio: 2/3 Slider</a></li>
<li id="menu-item-2290" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2290"><a href="http://localhost/kriesi/enfold/?page_id=2269">Portfolio Ajax</a></li>
<li id="menu-item-2278" class="menu-item menu-item-type-post_type menu-item-object-portfolio menu-item-2278"><a href="http://localhost/kriesi/enfold/?portfolio=lorem-ipsum">Single Portfolio: 2/3 Gallery</a></li>
<li id="menu-item-2279" class="menu-item menu-item-type-post_type menu-item-object-portfolio menu-item-2279"><a href="http://localhost/kriesi/enfold/?portfolio=portfolio-big">Single Portfolio: Big Slider</a></li>
<li id="menu-item-2280" class="menu-item menu-item-type-post_type menu-item-object-portfolio menu-item-2280"><a href="http://localhost/kriesi/enfold/?portfolio=vimeo-video">Single Portfolio: Fullscreen Slider</a></li>
</ul>
</li>
<li id="menu-item-2271" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2271"><a href="http://localhost/kriesi/enfold/?page_id=731">Blog</a>
<ul class="sub-menu">
<li id="menu-item-2306" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2306"><a href="http://localhost/kriesi/enfold/?page_id=1336">Blog Grid</a></li>
<li id="menu-item-2284" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2284"><a href="http://localhost/kriesi/enfold/?page_id=1010">Blog Multi Author</a></li>
<li id="menu-item-2283" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2283"><a href="http://localhost/kriesi/enfold/?page_id=1012">Blog Single Author Small</a></li>
<li id="menu-item-2282" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2282"><a href="http://localhost/kriesi/enfold/?page_id=1014">Blog Single Author Big</a></li>
<li id="menu-item-2281" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2281"><a href="http://localhost/kriesi/enfold/?page_id=1016">Blog Single Author Fullwidth</a></li>
</ul>
</li>
<li id="menu-item-2293" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2293"><a href="http://localhost/kriesi/enfold/?page_id=1122">Pages</a>
<ul class="sub-menu">
<li id="menu-item-2295" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2295"><a href="http://localhost/kriesi/enfold/?page_id=1195">About Us</a></li>
<li id="menu-item-2299" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2299"><a href="http://localhost/kriesi/enfold/?page_id=1236">Blank Pages</a>
<ul class="sub-menu">
<li id="menu-item-2302" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2302"><a href="http://localhost/kriesi/enfold/?page_id=1236">What is a Blank Page?</a></li>
<li id="menu-item-2300" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2300"><a href="http://localhost/kriesi/enfold/?page_id=1261">Maintenance Mode</a></li>
<li id="menu-item-2301" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2301"><a href="http://localhost/kriesi/enfold/?page_id=1248">Coming Soon</a></li>
</ul>
</li>
<li id="menu-item-2297" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2297"><a href="http://localhost/kriesi/enfold/?page_id=1167">Contact</a></li>
<li id="menu-item-2303" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2303"><a href="http://localhost/kriesi/enfold/?page_id=1277">FAQ</a></li>
<li id="menu-item-2298" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2298"><a href="http://localhost/kriesi/enfold/?page_id=1224">Help</a></li>
<li id="menu-item-2305" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2305"><a href="http://localhost/kriesi/enfold/?page_id=1324">Landing Page</a></li>
<li id="menu-item-2294" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2294"><a href="http://localhost/kriesi/enfold/?page_id=1212">Meet the Team</a></li>
<li id="menu-item-2296" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2296"><a href="http://localhost/kriesi/enfold/?page_id=1176">Pricing</a></li>
<li id="menu-item-2304" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2304"><a href="http://localhost/kriesi/enfold/?page_id=1302">Services</a></li>
</ul>
</li>
<li id="menu-item-2275" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2275"><a href="http://localhost/kriesi/enfold/?page_id=750">Shortcodes</a></li>
<li id="menu-item-2309" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2309"><a href="http://localhost/kriesi/enfold/?page_id=2307">A.Test</a></li>
<li id="menu-item-2354" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2354"><a href="http://localhost/kriesi/enfold/?page_id=2343">Shop</a></li>
</ul><div class="phone-info with_nav"><span>302-312456</span></div></div> </div>
</div>
<div id="header_main" class="container_wrap container_wrap_logo">
<ul class="cart_dropdown visible_cart" data-success="was added to the cart"><li class="cart_dropdown_first"><a class="cart_dropdown_link" href="http://localhost/kriesi/enfold/?page_id=2344"><span class="avia-font-entypo-fontello"></span></a><!--<span class='cart_subtotal'><span class="amount">£9.99</span></span>--><div class="dropdown_widget dropdown_widget_cart" style="display: none; opacity: 0;"><div class="avia-arrow"></div><div class="widget_shopping_cart_content">
<ul class="cart_list product_list_widget ">
<li>
<a href="http://localhost/kriesi/enfold/?product=mini-product">
<img width="120" height="120" src="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/24-120x120.jpg" class="attachment-shop_thumbnail wp-post-image" alt="2">
Mini Product
</a>
<span class="quantity">1 × <span class="amount">£9.99</span></span> </li>
</ul><!-- end product list -->
<p class="total"><strong>Subtotal:</strong> <span class="amount">£9.99</span></p>
<p class="buttons">
<a href="http://localhost/kriesi/enfold/?page_id=2344" class="button">View Cart →</a>
<a href="http://localhost/kriesi/enfold/?page_id=2345" class="button checkout">Checkout →</a>
</p>
</div></div></li></ul>
<div class="container" style="height: 116px; line-height: 116px;">
<strong class="logo bg-logo"><a href="http://localhost/kriesi/enfold/"><img src="http://localhost/kriesi/enfold/wp-content/themes/enfold/images/layout/logo.png" alt="" title="Enfold"></a></strong><div class="main_menu" data-selectname="Select a page"><div class="menu-main-menu-container"><ul id="menu-main-menu-1" class="menu"><li id="menu-item-755" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent active-parent-item dropdown_ul_available"><a href="http://kriesi.at/themes/enfold/" style="height: 116px; line-height: 116px;"><span class="avia-bullet"></span>Home<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>
<ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
<li id="menu-item-2285" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-734 current_page_item"><a href="http://localhost/kriesi/enfold/"><span class="avia-bullet"></span>Home v1: Landing Page Style</a></li>
<li id="menu-item-2292" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1108"><span class="avia-bullet"></span>Home v2: 3 Col + Contact</a></li>
<li id="menu-item-2286" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1040"><span class="avia-bullet"></span>Home v3: 3 Column with Blog</a></li>
<li id="menu-item-2291" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1070"><span class="avia-bullet"></span>Home v4: Small Slider</a></li>
<li id="menu-item-2288" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1097"><span class="avia-bullet"></span>Home v5: Portfolio Style</a></li>
<li id="menu-item-2287" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1023"><span class="avia-bullet"></span>Home v6: Classic 4 Column</a></li>
<li id="menu-item-2289" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=2251"><span class="avia-bullet"></span>Home v7: One Page Portfolio</a></li>
<li id="menu-item-2208" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=2207"><span class="avia-bullet"></span>Home v8: Frontpage Shop</a></li>
</ul>
</li>
<li id="menu-item-2272" class="menu-item menu-item-type-post_type menu-item-object-page dropdown_ul_available"><a href="http://localhost/kriesi/enfold/?page_id=2270" style="height: 116px; line-height: 116px;"><span class="avia-bullet"></span>Portfolio<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>
<ul class="sub-menu" style="display: block; opacity: 0.04312729975283146; visibility: visible;">
<li id="menu-item-2273" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=987"><span class="avia-bullet"></span>Portfolio 2 Column</a></li>
<li id="menu-item-2274" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=992"><span class="avia-bullet"></span>Portfolio 3 Column</a></li>
<li id="menu-item-2276" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=2270"><span class="avia-bullet"></span>Portfolio 4 Column</a></li>
<li id="menu-item-2277" class="menu-item menu-item-type-post_type menu-item-object-portfolio"><a href="http://localhost/kriesi/enfold/?portfolio=slider-two-third"><span class="avia-bullet"></span>Single Portfolio: 2/3 Slider</a></li>
<li id="menu-item-2290" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=2269"><span class="avia-bullet"></span>Portfolio Ajax</a></li>
<li id="menu-item-2278" class="menu-item menu-item-type-post_type menu-item-object-portfolio"><a href="http://localhost/kriesi/enfold/?portfolio=lorem-ipsum"><span class="avia-bullet"></span>Single Portfolio: 2/3 Gallery</a></li>
<li id="menu-item-2279" class="menu-item menu-item-type-post_type menu-item-object-portfolio"><a href="http://localhost/kriesi/enfold/?portfolio=portfolio-big"><span class="avia-bullet"></span>Single Portfolio: Big Slider</a></li>
<li id="menu-item-2280" class="menu-item menu-item-type-post_type menu-item-object-portfolio"><a href="http://localhost/kriesi/enfold/?portfolio=vimeo-video"><span class="avia-bullet"></span>Single Portfolio: Fullscreen Slider</a></li>
</ul>
</li>
<li id="menu-item-2271" class="menu-item menu-item-type-post_type menu-item-object-page dropdown_ul_available"><a href="http://localhost/kriesi/enfold/?page_id=731" style="height: 116px; line-height: 116px;"><span class="avia-bullet"></span>Blog<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>
<ul class="sub-menu" style="display: block; opacity: 0.1942984329350293; visibility: visible;">
<li id="menu-item-2306" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1336"><span class="avia-bullet"></span>Blog Grid</a></li>
<li id="menu-item-2284" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1010"><span class="avia-bullet"></span>Blog Multi Author</a></li>
<li id="menu-item-2283" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1012"><span class="avia-bullet"></span>Blog Single Author Small</a></li>
<li id="menu-item-2282" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1014"><span class="avia-bullet"></span>Blog Single Author Big</a></li>
<li id="menu-item-2281" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1016"><span class="avia-bullet"></span>Blog Single Author Fullwidth</a></li>
</ul>
</li>
<li id="menu-item-2293" class="menu-item menu-item-type-post_type menu-item-object-page dropdown_ul_available"><a href="http://localhost/kriesi/enfold/?page_id=1122" style="height: 116px; line-height: 116px;"><span class="avia-bullet"></span>Pages<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>
<ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
<li id="menu-item-2295" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1195"><span class="avia-bullet"></span>About Us</a></li>
<li id="menu-item-2299" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1236"><span class="avia-bullet"></span>Blank Pages</a>
<ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
<li id="menu-item-2302" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1236"><span class="avia-bullet"></span>What is a Blank Page?</a></li>
<li id="menu-item-2300" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1261"><span class="avia-bullet"></span>Maintenance Mode</a></li>
<li id="menu-item-2301" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1248"><span class="avia-bullet"></span>Coming Soon</a></li>
</ul>
</li>
<li id="menu-item-2297" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1167"><span class="avia-bullet"></span>Contact</a></li>
<li id="menu-item-2303" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1277"><span class="avia-bullet"></span>FAQ</a></li>
<li id="menu-item-2298" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1224"><span class="avia-bullet"></span>Help</a></li>
<li id="menu-item-2305" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1324"><span class="avia-bullet"></span>Landing Page</a></li>
<li id="menu-item-2294" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1212"><span class="avia-bullet"></span>Meet the Team</a></li>
<li id="menu-item-2296" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1176"><span class="avia-bullet"></span>Pricing</a></li>
<li id="menu-item-2304" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1302"><span class="avia-bullet"></span>Services</a></li>
</ul>
</li>
<li id="menu-item-2275" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=750" style="height: 116px; line-height: 116px;"><span class="avia-bullet"></span>Shortcodes<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
<li id="menu-item-2309" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=2307" style="height: 116px; line-height: 116px;"><span class="avia-bullet"></span>A.Test<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
<li id="menu-item-2354" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=2343" style="height: 116px; line-height: 116px;"><span class="avia-bullet"></span>Shop<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" data-avia-search-tooltip="
<form action="http://localhost/kriesi/enfold/" id="searchform" method="get">
<div>
<input type="submit" value="🔍" id="searchsubmit" class="button"/>
<input type="text" id="s" name="s" value="" placeholder='Search' />
</div>
</form>" style="height: 116px; line-height: 116px;">July 30, 2013 at 7:56 pm #26953Topic: Styling several elements, login and my account
in forum Enfoldjmorillo
ParticipantHello:
I have several questions about styling:
1.- I’ve created a menu and assigned it to a widget (can be seen in http://paadonline.org/?page_id=35)
Which is the CSS so this menu looks the same as the default sidebar menu as seen in
http://kriesi.at/themedemo/?theme=enfold
2.- About the buttons I want to re style the CSS of them to my style but using shotcodes, it’s that possible, which CSS I have to target?
3.- I’m going to use a typekit font and I want to override the normal and alternate styles of text:
For normal is enough with target: h1, h2, h3, h4, body, p, span?
For alternanate which CSS I have to introduce?
4.- To use the entypo icon font with the unicode for example for the phone that is 📞 I put that on the header but appears an empty box instead of the icon
5.- Last one I didn’t notice until I need them that there is no login and my account areas and links in the header, I’d appreciatte a recomendation on how to implement them.(plugin?)
Many thanks
Jorge
July 29, 2013 at 9:17 pm #26905Topic: Buttons in IE8
in forum EnfoldNickBrunson
ParticipantHello,
Once again, Enfold is a great theme!
Cross-browser testing went really well. Only one thing I’d like to bring up…
In IE8, the buttons are only showing the outline, not the fill color. And since the text is colored white, it just looks like a blank rectangle. I’m guessing it has something to do with IE8 not wanting to render the gradient.
http://stage.stankimballdds.com
It’s very possible that I inadvertently changed something in the CSS that’s causing this. But I don’t recall changing any of the button settings.
When you get a moment, please let me know if there’s an easy fix.
Thank you!
July 29, 2013 at 3:20 pm #26885Topic: How to create Element Id
in forum Enfoldvirtuosodurham
ParticipantHello
I’m trying to make the buttons on my homepage move to a different sections on my homepage simialr to your homepage 7 example:
http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/
I tried to follow the instructions on this thread:
https://kriesi.at/support/topic/button-on-click-move-to-part-of-the-page, but you don’t example how to add an element id.
Please could you give me some instructions.
Thank you
July 29, 2013 at 7:30 am #131859In reply to: Remove comments and change language
1) Yes – go to “Settings > Discussions” and deselect the “Allow people to post comments on new articles” checkbox.
2) Yes – please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translate the missing text strings. Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
July 29, 2013 at 5:33 am #131773Hi,
1.) Make sure you fill out Enfold > Header > Phone Number or small info text. Edit header.php, find this code
$phone = avia_get_option('phone');
$phone_class = !empty($nav) ? "with_nav" : "";
if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";Cut it then place it below this comment:
/*
* display the themes social media icons, defined in the wordpress backend
* the avia_social_media_icons function is located in includes/helper-social-media-php
*/Add this on your custom.css or Quick CSS
.phone-info {
padding-top: 10px;
margin-left: -20px;
}2.) Please give us a link to the website. We need to inspect your button. Try to change the input button color on Quick CSS
.main_color input[type='submit'] {
background-color: red;
}Regards,
Ismael;
July 29, 2013 at 5:13 am #131758In reply to: Contact Form in Template?
Hi,
Are you trying to copy the html rendered by the shortcode? You can just copy the contact form shortcode:
[av_contact email=///' button='Submit' title='Send us mail' sent='Your message has been sent!' autorespond='' captcha='']<br /> [av_contact_field label='Name' type='text' check='is_empty']<br /> [av_contact_field label='E-Mail' type='text' check='is_email']<br /> [av_contact_field label='Subject' type='text' check='is_empty']<br /> [av_contact_field label='Message' type='textarea' check='is_empty']<br /> [/av_contact]This is the actual HTML input
<form action="http://localhost/kriesi/enfold/?page_id=2307" method="post" class="ajax_form avia-builder-el-0 avia-builder-el-no-sibling " data-avia-form-id="1"><fieldset><h3>Send us mail</h3><p class='' id='element_avia_name_1'><label for="avia_name_1">Name <abbr class="required" title="required">*</abbr></label> <input name="avia_name_1" class="text_input is_empty" type="text" id="avia_name_1" value=""/></p><p class='' id='element_avia_e-mail_1'><label for="avia_e-mail_1">E-Mail <abbr class="required" title="required">*</abbr></label> <input name="avia_e-mail_1" class="text_input is_email" type="text" id="avia_e-mail_1" value=""/></p><p class='' id='element_avia_subject_1'><label for="avia_subject_1">Subject <abbr class="required" title="required">*</abbr></label> <input name="avia_subject_1" class="text_input is_empty" type="text" id="avia_subject_1" value=""/></p><p class='' id='element_avia_message_1'> <label for="avia_message_1" class="textare_label hidden textare_label_avia_message_1">Message <abbr class="required" title="required">*</abbr></label> <textarea name="avia_message_1" class="text_area is_empty" cols="40" rows="7" id="avia_message_1" ></textarea></p><p class="hidden"><input type="text" name="avia_avia_username_1" class="hidden " id="avia_avia_username_1" value="" /></p><p class=""><input type="hidden" value="1" name="avia_generated_form1" /><input type="submit" value="Submit" class="button" /></p></fieldset></form><div id="ajaxresponse_1" class="ajaxresponse ajaxresponse_1 hidden"></div>Regards,
IsmaelJuly 28, 2013 at 10:51 am #131344In reply to: Several questions re: Enfold and links (WP newbie)
Hi,
To create a menu, what process do you follow. What you need to do is go to Appearance > Menus. Then click the little tab gear icon to create and name a new menu. Then you hit save on the menu. Then you attach the menu on the top left portion of the screen as the first menu and you click save below it. Only at that point do you begin to attach the individual pages to the menu and when you are finished you click the save box on the right top side of the page.
So. If you create 3 new menus calling each One, Two and Three. And click save for each menu in the top right side and then click refresh button, all the menus will disappear? How much memory are you using please make sure you are at least at 128M. Please make sure that you do not have Jetpack Plugin activated. Let us know the results.
http://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/
Thanks,
Nick
July 28, 2013 at 1:33 am #26827Topic: Advanced Layout Builder Not Working
in forum Enfoldjjranson
ParticipantMy ALB was working reliably but not any longer. The button still appears but clicking it has no affect. I increased the memory limit to 128M and deleted all non-Enfold plugins. I have also deleted and reinstalled the theme but the ALB still does not function. Please help. Thank you very much.
July 27, 2013 at 5:11 am #131639In reply to: Button – on click move to part of the page
Hi,
Configure the Button Link, set to manual then add the url or the section/element id. For example, if you want to scroll to the top you can this link
http://localhost/kriesi/enfold/#topor simply add the selector
#topRegards,
Ismael
July 26, 2013 at 9:18 pm #26797Topic: Button – on click move to part of the page
in forum EnfoldGstar72
ParticipantHi Gents,
Thanks for all your help.
With the about button on Kriesi’s site here, can you tell me how to code it to move to a named part of the page:
I looked at the code in Firebug and saw href: “#about-us” I tried to aply similr but it didn;t work for me?.
Thankyou
July 26, 2013 at 12:36 pm #131474When you make a page, the “default editor” button or the “advanced layout editor” appears when editing or adding elements to that page.
I was adding short code for a form on the contact page and was updating, and all of a sudden when you select the “advanced layout editor” button, there is nothing. No field, just total white space under the button. On all pages. Not even a window appears to drag elements into nor do those menu items for those components show up. Just the button. Totally blank below that.
On another site using the ENFOLD theme, I began to have problems with the same tool. At least in that case, the window still appeared, and the code/type was still in the window. But you couldn’t see them. They were all white. Which is weird because i didn’t style them in any way.
So whatever I was doing in that case, i chose to do something else/a different layout/different configuration and thankfully the problem went away in that case.
Is this what you are talking about? http://www.wprecipes.com/how-to-increase-wordpress-memory-limit-the-easy-way
Thx again, Devin
July 24, 2013 at 3:26 pm #131101In reply to: Error: [LayerSliderWP] Slider not found
RE 1: Currently “main menu” is assigned to “enfold main menu” as expressed under the “theme locations box” so I don’t see what to do differently here:
RE 2: I can’t find “advanced layout”. When I go to Pages >> I don’t see any “front page”. I do see “Home Page” but I don’t see “advance layout”. I also looked all around the theme and various menues for anything I could find relating to “front page” or “advance layout” and found nothing. I did find the “LayerSliderWP” menu and realized the first one starts with ID=3. I deleted everything there and hit the “import sample sliders” button and noticed that the idea continued on starting with “4”. Nothing changed on the site..
FIND: If I click a link from the current homepage, the site snaps in and works.
I bet you can figure this out. Thanks!
July 24, 2013 at 12:23 pm #131211In reply to: Adding a Class or ID to a Button or other element
Found the answer :
- Enable debug mode in Enfold
- Wrap desired content with div/class
July 24, 2013 at 11:15 am #126514In reply to: Responsive header not working
I’ve noticed that this only happens with the child theme. When I activate the normal Enfold theme everything is ok.
The only mods in the child theme are:
Quick CSS:
#top .avia-icon-list .iconlist_title {
color: #d98927
}
#top .avia-icon-list .iconlist_title a{
text-decoration: underline;
}
#top .avia-icon-list .iconlist_title a:hover{
text-decoration: none;
color: #88bbc8
}
Style.css:
#top .avia-slideshow-button{ text-transform: uppercase; color:#fff; border-radius: 20px; padding:7px 16px ; margin-top:20px; display: inline-block; text-decoration: none; font-weight: bold; background-color: rgba(0,0,0,0.2);
border-style: solid;
border-width: 3px;
}
No other modifications.
Cheers,
Gonzo
July 23, 2013 at 8:34 pm #26635Topic: Error: [LayerSliderWP] Slider not found
in forum Enfoldmyoch
ParticipantHi there,
I am helping a friend here. The site is:
We just did a clean instal of the enfold theme and press the button to add dummy content. As you can see by visiting the site, it looks broken. I can see the error message “[LayerSliderWP] Slider not found” but I really don’t know what’s wrong or how to fix it. We use Dreamhost and they confirm the issue is with the theme (or install). We have deleted that dummy content as well as removed the theme folder from the FTP site and re-installed everything three times total.
Any help would be appreciated ASAP.
– Matt
July 23, 2013 at 2:59 am #130772In reply to: Adding "nofollow" tags on button shortcode links
Hi frederikbf1,
I’ve moved this over to the Enfold forum since it was in the General Questions section.
There isn’t an option at the moment to add nofollow to any individual button so unfortunately there isn’t anything we can do to help on that at the moment.
For the post editing issues, I’m not sure why that would happen but if you have any active plugins try disabling them to make sure there isn’t a conflict there.
Regards,
Devin
-
AuthorSearch Results
-
Search Results
-
Topic: Avia and ajax
Hi there! :)
First of all… congrats about ENFOLD!! its a great theme!!!!!! :)
Ok. Lets go with my “problem”.
Buttons for prev – next are not working…
We got last version for the theme (1.8…), and Word Press 3.5.1
If you get into http://www.pepagroup.net (HOMEPAGE) and then to the grid at the bottom of the page, you find 6 boxes (works..). If you click each…then you get to a more detailed info but…. cliking previous and next arrow…you got a “empty” image next or previus client info, and buttons stop working (prev and next)
Would you mind to help me please!! ???
Thanks a lot in advance,
Best,
Yako
I tried disabling plugins, different browsers etc etc
When I change from enfold theme to superstore theme, I can add variations again.
Do we have a fix for this?
Topic: Buttons in IE8
Hello,
Once again, Enfold is a great theme!
Cross-browser testing went really well. Only one thing I’d like to bring up…
In IE8, the buttons are only showing the outline, not the fill color. And since the text is colored white, it just looks like a blank rectangle. I’m guessing it has something to do with IE8 not wanting to render the gradient.
http://stage.stankimballdds.com
It’s very possible that I inadvertently changed something in the CSS that’s causing this. But I don’t recall changing any of the button settings.
When you get a moment, please let me know if there’s an easy fix.
Thank you!
Topic: How to create Element Id
Hello
I’m trying to make the buttons on my homepage move to a different sections on my homepage simialr to your homepage 7 example:
http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/
I tried to follow the instructions on this thread:
https://kriesi.at/support/topic/button-on-click-move-to-part-of-the-page, but you don’t example how to add an element id.
Please could you give me some instructions.
Thank you
My ALB was working reliably but not any longer. The button still appears but clicking it has no affect. I increased the memory limit to 128M and deleted all non-Enfold plugins. I have also deleted and reinstalled the theme but the ALB still does not function. Please help. Thank you very much.
Hi Gents,
Thanks for all your help.
With the about button on Kriesi’s site here, can you tell me how to code it to move to a named part of the page:
I looked at the code in Firebug and saw href: “#about-us” I tried to aply similr but it didn;t work for me?.
Thankyou
