Viewing 30 results - 7,111 through 7,140 (of 7,470 total)
  • Author
    Search Results
  • #171328
    This reply has been marked as private.
    #171278

    Topic: Changing button text

    in forum Enfold
    picnmix
    Participant

    Hi,

    I would like to remove the arrow icon in the woocommerce cart dropdown buttons. I’ve searched through all the files in woocommerce and in the enfold config folders but can’t find where this is set.

    I’ve attached a pic just to clarify what I would like to remove/change.

    Hopefully this is an easy one to change.

    <a href='https://automattic.pxf.io/y2XdbN/' target='_blank' rel='nofollow'/ rel=WooCommerce arrows in cart dropdown" />

    many thanks, Jake

    #171209

    Hi Niels!

    You can do both but first option would require editing theme files. You can add following code to Quick CSS in Enfold theme options for second option

    #top #menu-item-search.menu-item-search-dropdown>a:after { content: ' Search'; font-size: 13px; }

    Cheers!
    Yigit

    #171092

    Hi .
    Q1. :
    main content -> image
    http://rghost.ru/49179534.view
    Where in setup change this colors ?

    Q2 :
    page with logo+menu , no header , no footer , no socket .
    in this page only widget “google search” in page center , i need page 100% height all time . (www.google.com)
    How setup ?

    Q3 :
    where in setup add widgets in footer or socket ?

    Q4
    page with revolution slider only .
    i need add in slider widget “enfold google maps” , but dont know this widget shortkode :( [???widget title???]

    Q5
    revolution slider …
    NOW : input text in tab -“i love Enfold”> i see nice color text . ” I Love Enfold” :))
    this command css :
    .tp-caption.small_yellow{
    position: absolute;
    color: #fff8dc;
    text-shadow: none;
    font-weight: 100;
    font-size: 25px;
    line-height: 9px;
    font-family: ‘Alegreya’, serif;
    padding: 0px 3px;
    padding-top: 1px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color:transparent;

    }

    I NEED : input icon number in tab ue803 -> resultat i see nice icon from enfold [av_font_icon color="#64fade" font="entypo-fontello" icon="ue803" size="30px"] . Tell me plz icons css code , i input this code in rev slider css . Its possyble ?

    Thanx for help :)
    i noob , i know it :)
    sorry for english .

    #171052
    lpfa
    Participant

    Can’t seem to find anyway to remove these items from the pages:
    On product details – get rid of the addition information box
    On product details – get rid of related products (I did not associate anything in product details to link them together)
    On product details – Here is the problem – I started setting up the website in Flashlight and when the images displayed in product details, both horizontal and vertical images showed up fully and correct. In Enfold, all my images are getting cropped into a square. I have adjusted size in settings>catalog>image option and removed hard crop, and added size amount. Added rregenerate thumbnails. But images are cropped and squared. I don’t get why it happens and how to change it.
    On Shop page: I want to remove the sort by and display by dropdowns from showing. How do I do that?

    Sorry, I would search the forum but it does not allow you to search for instance by i.e. “product detail images” for enfold only – it shows ALL theme answers. There can be way too many answers that don;t apply since they are from other themes.

    #170778
    Niels
    Participant

    Is it possible for either of these to happen in Enfold:

    1
    To have the pop-up search box appear in the header as the default, rather than having to click the search magnifying glass icon first?

    2
    Alternatively, to label the search magnifying glass icon with the word ‘Search’ next to it?

    Thanks.

    #170753

    Hello!

    Please try to clear the browser cache and update to Enfold 2.3.1. Kriesi fixed a small issue with the new icon fonts and it seems like the search form doesn’ display the icon – thus the new update may solve your issue too.

    Cheers!
    Peter

    #170699

    I am using latest 3.6.1 wordpress and your latest enfold theme version 2.3. Your download must be faulty then. I installed it twice and still got no plugin options.
    There were no such notifications or options to install a Woocommerce plugin- in my Enfold. Dashboard – only the forum plugin was notified as an available option.
    Its only fair and logical to me, that if you have optional information to read somewhere, as a backup, then at least I could have had a choice. I only discovered the information from the Shop Home page text, and I wasnt even expecting it there.
    .Luckily I dont think I need the shop just yet, but I wanted to look at it, see how it worked.
    There were dozens of confusing names and descriptions come up in the plugin search, and as I was not guided as to which one, I wasted hours trying to ascertain the information which should have been there in the theme info all along.

    #170376
    Gillianrose
    Participant

    Hi I have searched your forum for ages and ages and ages and have downloaded enfold but cannot find anywhere that has anything to do with how to get the shop installed and running, and I am well aware there is a Config Woocommerce folder in the enfold folder, but no instructions whatsoever about how to install it. This totally mystifies me why you dont have instructions.

    #170366

    Hello dmaca!

    No, the header search function is not available as widget but you can try a plugin like: http://wordpress.org/plugins/woocommerce-predictive-search/

    Best regards,
    Peter

    #170356

    Hello!

    1) Open up /wp-content/themes/enfold/includes/admin/register-admin-options.php and search for

    
    								"subtype" => array(
    
    									'500px' 	=> 'five_100_px',
    									'Behance' 	=> 'behance',
    									'Dribbble' 	=> 'dribbble',
    									'Facebook' 	=> 'facebook',
    									'Flickr' 	=> 'flickr',
    									'Google Plus' => 'gplus',
    									'Instagram'  => 'instagram',
    									'LinkedIn' 	=> 'linkedin',
    									'Pinterest' 	=> 'pinterest',
    									'Skype' 	=> 'skype',
    									'Soundcloud'=> 'soundcloud',
    									'Tumblr' 	=> 'tumblr',
    									'Twitter' 	=> 'twitter',
    									'Vimeo' 	=> 'vimeo',
    									'Xing' 		=> 'xing',
    									'Youtube'   => 'youtube',
    									'Special: RSS (add RSS URL, leave blank if you want to use default WordPress RSS feed)' => 'rss',
    									'Special: Email Icon (add URL to a contact form)' => 'mail',
    
    								)),
    

    You can add your social media icon to the array. The first value represents the caption in the dropdown, the second value will be used to show embed the icon (icon/character code). We’ll include a filter in the next update which helps you to add a social icon without modifying the theme files.

    Then add following code to functions.php

    
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons['behance']	 = array( 'font' =>'entypo-fontello', 'icon' => 'ue915');
    return $icons;
    }
    

    and instead of “behance” insert the option value of your social icon (replace it with the same value you used for the “icon/character code” in step 1). You also need to replace ue915 with the character code of your icon – if you don’t know it you can use fontello.com to look up the default values (click on the social icon and select “Customize Codes”).

    Cheers!
    Peter

    #170335

    Hello!

    The website http://wpnice.ru is not using the Enfold theme. Please give us the proper link.

    Cheers!
    Ismael

    #170056

    Fast Facts. Like here – the BIG NUMBERS with text. Love em, always cool to show random stuff for a creative agency.

    Cannot seem to find a plugin anywhere.

    http://themeforest.net/item/infographer-multipurpose-infographic-theme/5027304?WT.ac=search_item&WT.seg_1=search_item&WT.z_author=QODE

    • This reply was modified 12 years, 3 months ago by coms77.
    #169803
    dmaca
    Participant

    Hello guys!

    Is it possible to have that marvelous (header) ajax search as widget in order to use it on shop pages?

    Kind Regards,
    Denis

    #169776

    Hey dmaca!

    No, tbh I’m not sure why it doesn’t work. You can try to add a print_r() function to enfold/woocommerce-config/config.php to output the content of the get_post_meta query. Search for

    
    $active_hover = get_post_meta( $id, '_product_hover', true );
    

    and replace it with

    
    $active_hover = get_post_meta( $id, '_product_hover', true );
    print_r($active_hover);
    

    to check the return value. If you want to activate it for all products replace

    
    $active_hover = get_post_meta( $id, '_product_hover', true );
    

    with

    
    $active_hover = true;
    

    and it should work even if the post meta value is not set.

    Cheers!
    Peter

    #169251

    Topic: Backend optimization

    in forum Enfold
    soifran
    Participant

    Hi all,

    putting together a new website, i’m starting to have fun with Enfold.

    I’m asking here, after a couple of unsuccessful searches, what could be the best ways to optimize the backend.

    I’m using WP on the same server with other themes (Atahualpa for instance, already pretty heavy), and i can notice quite a large difference, the backend of the one with Enfold is at least twice longer to load when i’m switching between sections of the admin interface.

    using W3TC looks like to be pretty efficient on the frontend, but as I still have a lot of work on the build of the website, I would like to optimize the backend in order to have a better experience.

    thanks for the quality of your work, nice updates and hopefully quick answer.

    temporary url : http://beta.batook.org
    old address still in production : http://batook.org

    #169199

    Hello stephanusdekock!

    Follow these steps:

    1.) Create a page then switch to Advance Layout Builder.

    2.) Insert the Text Block element. Configure the text block then switch to Text or HTML mode.

    3.) Paste the Tableu Software code:

    <script type="text/javascript" src="http://public.tableausoftware.com/javascripts/api/viz_v1.js"></script><div class="tableauPlaceholder" style="width:654px; height:855px;"><noscript><a href="http://www.tableausoftware.com/public/gallery/making-pay-gap-look-good"><img alt=" " src="http://public.tableausoftware.com/static/images/Me/Medianpay-blog_2/Searchbysalary___/1_rss.png" style="border: none" /></a></noscript><object class="tableauViz" width="654" height="855" style="display:none;"><param name="host_url" value="http%3A%2F%2Fpublic.tableausoftware.com%2F" /><param name="site_root" value="" /><param name="name" value="Medianpay-blog_2/Searchbysalary___" /><param name="tabs" value="yes" /><param name="toolbar" value="yes" /><param name="static_image" value="http://public.tableausoftware.com/static/images/Me/Medianpay-blog_2/Searchbysalary___/1.png" /><param name="animate_transition" value="yes" /><param name="display_static_image" value="yes" /><param name="display_spinner" value="yes" /><param name="display_overlay" value="yes" /><param name="display_count" value="yes" /></object></div><div style="width:654px;height:22px;padding:0px 10px 0px 0px;color:black;font:normal 8pt verdana,helvetica,arial,sans-serif;"><div style="float:right; padding-right:8px;"><a href="http://www.tableausoftware.com/public/about-tableau-products?ref=http://public.tableausoftware.com/views/Medianpay-blog_2/Searchbysalary___" target="_blank">Learn About Tableau</a></div></div>

    This is what I have on my end:

    Best regards,
    Ismael

    #169169

    Hi DavidMiles!

    I don’t see it on Enfold 2.3. What browser and OS are you testing it with?

    Best regards,
    Ismael

    #168982

    Thank you, but not being a PHP programmer, I am at the mercy of the Enfold template and WordPress for the layout. Can you point me in the right direction? Is there some place within WordPress admin to define the layout, as I can on other pages, for the search results page?

    Thank you.

    #168776

    Topic: Info SEO

    in forum Enfold
    macrunner
    Participant

    Hi,

    about the new update (2.3), Kriesi wrote in the Blog:

    SEO Improvements
    Rewriting the icon system was a big task but its not the only thing that happened: We added a big SEO improvement by using more semantic HTML5 markup across the theme, and also added support for schema.org markup which improves the display of search results on google, bing etc.

    Link: http://kriesi.at/archives/enfold-version-2-3-say-hello-to-our-new-iconfont-uploader

    This means that WordPress SEO by Yoast becomes unnecessary? Or maybe if they work together you will get better results?

    Thanks for any clarification.

    #168752

    Hello sethbutler!

    Add this to your functions.php:

    
    add_filter('avf_ajax_search_function', 'avia_init_relevanssi', 10, 4);
    function avia_init_relevanssi($function_name, $search_query, $search_parameters, $defaults)
    {
        $function_name = 'avia_relevanssi_search';
        return $function_name;
    }
    
    function avia_relevanssi_search($search_query, $search_parameters, $defaults)
    {
        global $query;
        $tempquery = $query;
    
        $tempquery->query_vars = $search_parameters;
        relevanssi_do_query($tempquery);
        $posts = $tempquery->posts;
    
        return $posts;
    }
    

    Best regards,
    Devin

    #168584

    In reply to: Icons Missing

    This reply has been marked as private.
    #168401

    Hey!

    Please add following code to Quick CSS in Enfold theme options and adjust as desired

    .main_menu { right: 15%; }
    #top #menu-item-search { right: -20%; }

    Cheers!
    Yigit

    #168288
    sethbutler
    Participant

    Hello,

    Do you know the code string in Enfold 2.2 that needs to be edited to include Relevanssi results which was outlined here for the last version update?

    https://kriesi.at/support/topic/instant-search-not-matching-search-results/#post-135415

    Please reference and include both the code that needs to be replaced and the new code!

    Thank You So Much!
    Seth

    #168028

    In reply to: 3 bbpress questions

    Hi stunna42!

    1) In functions-enfold.php replace

    
    if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
    

    with

    
    if($breadcrumb && is_bbpress()) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
    

    2) Use following css code:

    
    #top .main_color .bbp-body p{
    color: #333;
    }
    
    #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    color: #333;
    }
    

    The first rule will change the text color of the posts and the second rule will change the editor text color.

    3) In functions.php search for

    
    $avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] 	= array('content' => 'nine', 		 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine');
    $avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha',   'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');
    

    and replace it with

    
    $avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] 	= array('content' => 'nine', 		 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine');
    $avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha',   'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');
    
    if(is_bbpress())
    {
    $avia_config['layout']['sidebar_right'] = array('content' => 'ten alpha',   'sidebar' => 'two alpha', 'meta' => 'two alpha', 'entry' => 'ten alpha');
    }
    

    Now the sidebar uses two units of the 12 units grid (instead of 3) and the content will use 10 units instead of 9.

    Regards,
    Peter

    #167787
    adriankefford
    Participant

    Hi,

    I’ve just purchased the Enfold theme and I’m getting a “template is missing” error / broken theme error under the available themes section in wordpress.

    I’ve copied the Enfold theme folder (the one with style.css in it) into my wp-content\themes\ folder and searched the forum and FAQs on the common broken theme issues.

    Any help?

    Thanks

    #167444

    thanks you Yigit
    1. i try that it didn’t work, i will try again maybe i did something wrong
    2. yep i found it, still no YouTube icon (i read that your working on it)
    3. what plugin to you recommend that looks and act as I mentioned on the example

    I have 2 more question
    1. how can i edit the socket -for example add links, change the Krisi link to different location
    2. HOW CAN I CHANG THE TEXT/COLOR ON THE EASY SLIDER (THE SLIDER as ON Home v7: One Page Portfolio)

    THANKS AGAIN,
    GREAT WORK
    Ido

    PS- I WAS SEARCHING FOR A DETAILS STEP BY STEP GUIDE TO TRANSFER MY SITE FROM ONE DOMAIN NAME TO ANOTHER, THE HOST STAY THE SAME
    I CANT SEEM TO FIND ONE THAT IS EASY TO UNDERSTAND AND FOLLOW

    #167442

    In reply to: Enfold Menu Bugs

    Hi there, just noticed another issue. The icon for the search in Safari browser isn’t showing

    Thanks

    #167426

    Topic: Lightbox and Logo

    in forum Enfold
    homemadebyx
    Participant

    2 Questions,

    1) Where’s the lightbox in Enfold?

    I’ve done a bit of searching and it seems that it’s related to WooCommerce. I’m not using Woo, is there a lightbox for other uses?

    2) Using the small fixed header, when the header shrinks and fixes itself to the top, how can i switch the logo image?

    #166946

    In reply to: Styling/Position Help

    Hey optizign13!

    1) Please add following code to Quick CSS

    #header_meta { display: none; }

    2) As Kriesi mentioned here https://kriesi.at/support/topic/enfold-feature-requests/#post-22197 “Method of adding custom icon fonts to the template builder (which allows you to add custom icons like youtube, xing etc)” feature was accepted and will be added in upcoming versions.

    3) Can you post a screenshot and show where exactly you want to make transparent?

    4)

    #top #menu-item-search { display: none; }

    5)

    #socket .sub_menu_socket { margin-right: 335px; }

    Best regards,
    Yigit

Viewing 30 results - 7,111 through 7,140 (of 7,470 total)