Viewing 30 results - 5,581 through 5,610 (of 7,495 total)
  • Author
    Search Results
  • #426749

    Hi Munford!

    for sorting your catalogue list try this code in your functions.php:

    add_filter('woocommerce_default_catalog_orderby', 'my_custom_default_catalog_orderby');
    
    function my_custom_default_catalog_orderby() {
    return 'title'; // Can also use date
    }
    

    The can control the image in your catalogue list using this in Quick CSS:

    .av-catalogue-image {
    width: 95%;
    }
    

    Adjust as needed.

    Please always use different posts for different questions, so you will get a faste reply and other can find better what they are searching in the forum.

    Here you will find a documentation about how to implement anchor links into your page: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Cheers!
    Andy

    #426553

    Hey!

    Error you get here – https://kriesi.at/support/topic/search-results-page-questions/#post-426430
    says that you already had a function called “enfold_customization_search_sidebar” in functions.php and then you added one more, which lead to the error.
    Do you mind posting FTP access as well so we can look into it?

    Best regards,
    Yigit

    #426430
    This reply has been marked as private.
    #426423

    Hello Yigit,
    I haven’t made any changes to search.php. The translation Elliot suggested I did not in the php file but with the localization plugin.

    I don’t understand this line:

    “open up the /enfold/sidebar.php file and add this to the bottom of your functions.php file.”

    gtsomething
    Participant

    So I have a website (www.ktbphotography.ca) that is running on a rather old theme called PhotoPro from Themeforest, and since I loved using Enfold on a new website I made, I was considering licensing another copy of Enfold for my old website. But after some research, I read that changing themes can be a bit tricky sometimes, so I decided to make a clone site first to see how well the themes transition from each other before spending money on a new theme.

    Essentially, everything went wrong. I put a link in the private content and see for yourself. I think this might have something to do with different shortcodes, but seeing as how messed up it is, I have absolutely no idea what’s happened or whats wrong. At first I thought maybe my old theme just has coding that doesn’t take well to new themes, but I’ve tried various other free themes from WordPress, including their default Twenty Fourteen and Fifteen and they seem to transition fairly well. At least the general structure is there.

    So I thought “Okay, maybe it’s just because it’s a fresh theme with nothing built on it”, so I imported a “Photography Demo” since it’s the closest to what the current website looks like, But still, the website looks royally screwed. So some insight into what happened and how to fix it would be much appreciated…

    #425721

    Hey!

    I meant that you need to add excerpts on the posts, not on the blog overview page. The blog posts are displaying here: http://www.thecynergisticlife.com/daily_lessons/

    The posts don’t display any excerpt or summary because you use the advance layout builder to build the post. Add an excerpt in this post: http://www.thecynergisticlife.com/welcome-cynergistic/

    Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.

    If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!

    Regards,
    Ismael

    Hey!

    Enfold is not made for what you want to do. I suggest to use a tracking plugin instead. I personally recommend jetpack, but go here and research for yourself: http://crunchify.com/top-5-best-tracking-plugins-for-your-wordpress-blog/

    Best regards,
    Andy

    Hi Elliot,

    it strange that all images should look the same for you. Which browser did you use? You need an color management able browser.
    I found the solution and it is not very known but know.
    The Standard Image Library from PHP is the old and outdated GD Library. this Library strips all images of their ICC Profiles. This leads to an wrong interpretation of Colors. The solution is to replace the GD Library with ImageMagick.
    After I identified the problem, the GD Library i saw that others (photographers!) had exactly the same problem and there are two plugins for wordpress who are replacing the quality and color wise very bad GD Library with Image Magick.
    see:

    https://wordpress.org/search/image+magick

    or: https://wordpress.org/plugins/imagemagick-engine/
    (see: Description: Preserve embedded color profile in re-sized image!!!) This was my problem!

    If you really want to use Enfold as an Photographers Theme, Support should be aware of this problem (please believe me there is one, I earn my money with color management) and then you could point other photographers with the same problem in the same direction. Or you could think about replacing with Enfold the GD Library with Image Magick

    Hope this helps support to help and others with the same problem.
    Frank

    #425539

    Hey Elliott!
    Thanks for having a look, but I don’t know, what you concretely mean.
    We are searching for a way to display the ENFOLD price list sorted in rows.
    So would you please have a look at your post #423274 and my reply #423586.
    Thanks
    Bernd

    #423887

    In reply to: search position

    Hi alfaweb2!

    Thank you for using Enfold.

    Move the menu position with this:

    .main_menu {
      position: absolute;
      left: 200px;
    }

    Add this to remove the default search icon:

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

    Add this to the functions.php file to show the default search:

    add_action('ava_inside_main_menu', 'ava_inside_main_menu_mod');
    function ava_inside_main_menu_mod() {
    	get_search_form();
    }

    Cheers!
    Ismael

    #423819
    omnivoroussoon
    Participant

    Hi there,

    I’d like to change the main menu color for Photography demo to black.
    I’d searched some previous posting and tried but unfortunately I wasn’t be able to fix it. I assume the side bar cording should be different. Should I can something at LayerSlider WP > CSS Editor?

    Please help!

    Brandon

    This reply has been marked as private.
    This reply has been marked as private.
    #422769

    I did a lot of research on woocommerce and I didn’t find any solution or similar bug. I hope you will find a solution soon because I need the woocommerce plugin on that website and as you recommend it for Enfold I assumed it was compatible. Let me know if I can do something to help you find the source of the problem.
    Thanks

    JMDP
    Participant

    Hi,
    since a few days my standard search engine in the upper menu isn’t clickable, writable and predictive anymore.
    When you click on it, you don’t have time to enter your keywords, it has already swapped on the “Not result found page”.

    Only change I’ve made (and tried to cancel without solving the pb) is that I’ve added in the sidebar a “Search widget”, and also tried in the body of a page. Since, I’ve cancelled both, but it didn’t solved the pb.

    What can I do?

    Thank you M.Enfold…

    PS: I didn’t clearly understand how to make a Boolean search…but that’s another topic

    This reply has been marked as private.
    #421863

    Thanks. Looks really good. Can i get the search field to al position like here –> http://i.imgur.com/eELX7yz.jpg

    And is it possible to show the 2nd Enfold Menu at the right end of the header? i want to display 2 or 3 menu entry (like contact,…).

    Thanks.

    #421559
    This reply has been marked as private.
    #421516
    tomek_z
    Participant

    Hi,
    I created a file avenir-next-lt-pro.cufonfonts.js on the page http://www.cufonfonts.com/pl/font/13298/avenir-lt-std
    My aim is to use it for header and optionally for all the rest. This is specific, as I need latin-extended type (polish characters).
    I searched the forum for the guidance, but it seems that there is nothing relevant to latest versions of Enfold. I am using 3.0.4.

    Optionally, is it possible to have font weight 300,400 etc

    Would you please help me with step by step instructions possibly in the way that the theme update does not override changes. I am using Enfold Child.

    Kind regards

    Tomasz

    #421409

    FYI – it may be important to mention we are using the Enfold Ajax preview search as a menu item with an input box to see a quick preview of search results.

    #421147

    Hi Josue, here is the code I used in the functions.php file to create a custom widget area in the header:

    add_theme_support('avia_template_builder_custom_css');
    
    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'header' );
    }

    I need to have more than one element located in this widget area, like a button and a search box, and I need them to appear side by side – like inline positioning.

    thanks for your help!

    • This reply was modified 10 years, 11 months ago by MindSpark.
    #421145
    AUKEA
    Participant

    Hi. Just a quick question:
    A new update is available for the enfold theme. But before I update it I need to know how to backup first!
    I did some Quick CSS on my website, and I don’t want that to get lost.
    I searched your support section and documentation, and I cannot find how to backup!
    Any help with this is greatly appreciated!
    G.

    Raphael
    Participant

    Hi,

    I´m searching for two strings in my Enfold / Woocomerce installation.

    Mehrwertsteuer

    Schlüsselwort what is normally the Tag

    Does anyone know where these strings at. And / or how to change them.

    I´m working on a WPML Woocommerce Site / so later they hould be translateable

    Morticka
    Participant

    Hi guys,

    After the Enfold update to 3.1.3. my search icon disappears in the header on mobile. Normally you see it next to the left of the hamburger menu. The hamburger menu is still where it’s supposed to be.

    This happens with landscape view on iPad and landscape and portrait view on Android mobile phone.

    Do you have a solution?

    Sincerely,
    Morticka

    #420650

    In reply to: Search icon

    Shalom!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .rtl li#menu-item-search {
      float: right !important;
    }

    Yes, you can insert HTML in Navigation Label field in Appearance > Menus

    Regards,
    Yigit

    #420605
    FabienHt
    Participant

    Hi !

    Good job for this amazing theme ! But I have a question about menu’s style

    http://fazeit.com/sandbox/affexio/

    I’m searching how to resolve my problem about my full-width menu.
    I want my item “Accueil” align to the left (aligned to the logo) like it already is AND
    I want my item “Espace client” align to the right.
    In one word : Stretch this menu ^^ and keep it centered.

    I’m searching as well, how change the background color of each subs menu ?

    Thanks for your answer !

    Sorry for all these mistake in my langage.

    • This topic was modified 10 years, 11 months ago by FabienHt.
    #420338
    ganjou
    Participant

    Hi,

    I have added a search widget in my header : http://guillaumeanjou-la-cie-des-desserts.wpserveur.net/

    It works fine with Chorme and Safari but I have an issue with Firefox. Placeholder won’t appear and text typed in it won’t appear.

    I updated to the last version of Enfold.

    Thanks for your help,

    Guillaume

    #420307
    profil77
    Participant

    Hi,
    my client wants a simple product list with a WooCommerce Product Search and a WooCommerce Price Filter – in the best case with these two widgets at the top of the page / without sidebar.
    So I have built a custom shop page (which is not the default WC shop page) with the standard editor and used the enfold-shortcodes for the widget-areas. It works fine with the WC Product Search, but the WC Price Filter doesn’t appear.
    Do you have an idea?
    Thanks a lot
    Bernd

    #420194

    Hey Mac_Gyver!

    Thank you for using Enfold.

    Add this to the Quick CSS field:

    .html_header_searchicon_disabled #top .av_header_border_disabled.av_bottom_nav_disabled .main_menu .menu>li:last-child>a .avia-menu-fx {
      padding-right: 0 !important
    }

    Cheers!
    Ismael

Viewing 30 results - 5,581 through 5,610 (of 7,495 total)