Viewing 30 results - 230,761 through 230,790 (of 244,421 total)
  • Author
    Search Results
  • #212015

    WOW – what a lightning fast response!
    And the best: your code works ;)

    THANKS A LOT!
    Torsten

    Hey thanks for the quick reply! You’re amazing! Yes.. indeed there was a ‘rogue’ plug-in…

    #212011

    Hey deep_blue_cologne!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
    border-top-color: red;
    }

    Cheers!
    Yigit

    #212008

    Hi!
    I try my questions in English.

    1. kann dieser Menüpunkt wenn ich nicht angemeldet bin “Anmelden” heissen und sobald ich angemeldet bin: Willkommen! %Name% Mein Konto
    1. can this menu item if I’m not logged rename “Login” and as soon as I’m logged in: Welcome! % Name% My Account

    2. möchte ich das nur dieser Menüpunkt ein Dropdownmenü erhält mit 3-4 untermenüpunkte
    2. I want only this menu item, a drop down menu is replaced with 3-4 under menu items

    http://shop.rb1.at/ this is my site.

    http://www.zalando.at/ have this what i mean.

    Best regards,

    Courin

    #212006

    Hi JPOsteen!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    li#menu-item-2583 a { color: black; }
    li#menu-item-2583 { background-color: yellow; }

    You can target “donate” menu item using its ID which is 2583

    Regards,
    Yigit

    #212005

    In reply to: Color of Bold

    Hey deyowulf!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .main_color strong { color: red; } /* changes the color of main bold element */
    .alternate_color strong { color: blue; } /* changes the color of alternate bold element */

    Cheers!
    Yigit

    #212004

    In reply to: Extending portfolio

    Hey, I’d like to drop an update to this issue.

    After playing around with Enfold for quite a lot of time I’ve decided to put this piece into a own plugin instead of messing with a child theme.

    The main reason to do so is just the fact that Enfold comes along with a own framework. It’s nearly impossible (and really time consuming) to mess with existing arrays within the child. Impossible? No, not really. But you’ll have to copy so many files from the parent it is pretty much useless. So I had to decide if I mess up the theme itself making the automated updates useless OR go for a plugin.

    Of course I do use the Enfold styles adding only a few more to keep things in place. The categories are read through the post type and taxonomy provided by the portfolio. For each category a certain amount of single entries are read (at the moment 4) and beeing displayed inside with the use of the Enfold slider capabilities. Still messy, but working.

    The product browser is simply inserted by a shortcode. Some attributes are planned (like category id’s and amount of single entries for each category and also a feature to select random products) but first everything has to be working perfectly.

    The final plugin will take quite a while to be finished as the customer is a slow pacer. So if you are interested, just drop me a note and I’ll keep you informed.

    At this point there’s nothing really exiting to show to you. Sorry.

    Regards,
    Joschi

    #211996

    Allow blog post masonry and masonry gallery with sidebar.

    Hi maytowire!

    Maybe a third party plugin breaks the sliders (javascript conflict or error). Please deactivate all plugins and check if the slider starts to work. If yes activate the plugins one by one to find the culprit.

    Regards,
    Peter

    maytowire
    Participant

    I’ve just updated both WordPress and my Enfold theme and the images in my grid portfolio and easy sliders are not displaying.

    my website:
    http://www.electricsignworkshop.co.uk

    Could you please let me know what the issue may be?
    Thank you!

    #211977
    Monsoon
    Participant

    It seems that the team members part are left justified when using 1 or 2 team members instead of centered like on this page
    http://kriesi.at/themes/enfold/pages/about-us/

    Could you let me know what css to center just two 300px profile boxes, that is on a max width 1200+ size page.

    thanks in advance

    EDIT: I found a way to do this, let me know if that is the simplest
    1/5empty 1/3profile 1/3 profile 1/5empty
    Seems to center about right if you wanted to have a 300px image like on the demo but with only 2 team members

    • This topic was modified 12 years, 1 month ago by Ismael.
    #211976
    deep_blue_cologne
    Participant

    Hi there!

    Thanks for creating such a perfect theme for all of us ;)

    I am playing around with enfold since some time and adjusted a little bit via “quick CSS”.
    But I am unfortunately no code-guru and new in the wordpress community and can’t find the code to change the color of the “top border” of the submenues.

    see the image below to understand: I want to colorize the whole top-border in this funny and fresh lime-green…

    Any hints what code to use?
    Thanks in advance!
    Torsten

    submenu enfold

    #211975

    In reply to: sidebar/widget issues

    Thanks for the code to control the order of the widgets, Peter!

    I contacted the Adrotate plugin author and his response was that the enfold theme is not using the default wordpress widget settings. I’m not sure whether he’s right or not, and it’s not important. I was able to address the issue with a feature from wordpress’s Jetpack plugin called “Widget Visibility” which provides features to control what pages a widget appears on. I just wanted to share this information in case it might help other users.

    Thanks again for your help!!

    #211968
    zerozendesign
    Participant

    Hey guys,

    I know I have seen the post before, but can’t find it now. How do we make galleries load image thumbs automatically, not after someone scrolls down the page? This is in reference to http://codelessme.com/casey/figures/

    Thanks in advance.

    David

    #211962

    Hi!

    You can use custom axonomies with the portfolio element. Just insert following code at the bottom of functions.php

    
    
    add_theme_support('avia_template_builder_custom_post_type_grid');
    

    I added this feature with Enfold 2.4.2 but I decided to hide it by default because it might be confusing for inexperienced users.

    Best regards,
    Peter

    #211960

    Hi Guido!

    Another user reported this issue here: https://kriesi.at/support/topic/cart-drop-down-and-wpml-string-translation-compatibility-issues/ – we’ll fix it in the next version. For a quick fix open up enfold/config-woocommerce/woocommerce-mod.js and replace

    
    limit = 5
    

    with

    
    limit = 15
    

    Cheers!
    Peter

    #211956
    pragmaticpraxis
    Participant

    Forgive me if this is WAY too basic (I am sure it is), but I am just trying to implement the HTML-5 version of FlowPlayer in a test site, and banging my (inexperienced) head.
    1: FlowPlayer isn’t integrated into WP or Enfold, so I assume I need to manipulate the HTML of my post directly. Is that possible within the WP environment, or do I need to actually drill into the the files and edit there? I have looked at the Video post format, thinking that had to be at least a place to start, but I suspect that is for locally stored video, where the whole post is the player, not the hybrid post with S3/Cloudfront hosted video I am looking to do. But happy to be wrong of course.
    2: Is there a way to make this easier, such as creating a new Post Type template with the Flow Player code already in place?

    That said, I would love to just hire a consultant to help with both the WP side of things, and checking for best practice on the Amazon side of things, so any recommendations there are greatly appreciated. I had looked at going the Elance route, but that looks like another Shaft the Provider situation, just like Udemy that I am working towards getting away from, thus the need for video.

    Thanks!
    Gordon

    #211954
    nannini
    Participant

    When I put a product in the WooCommerce cart, a cart icon appear in the top right of the header. I know this is a functionality of Enfold theme that I like it. Now, during some test, I realized that this icon does not appear any more.
    I have latest version of Enfold, WooCommerce and WPML.
    Do you have any suggestion why this happen, and solution how to restore this functionality?
    Thank you.
    Guido

    #211953

    i was ask to post this idea here, so here we are :-)

    as many (seo ready) star rating plugins bring a lot of overhead it may be usefull to integrate a simple star rating, automaticaly adding rating possibilities to blogposts and a simple shortcode for pages/portfolios.

    greez
    rene

    wernerfriedl
    Participant

    Hi,
    i have 4 footer columns in Enfold filled with widgets, but some widgets don’t show on the frontpage but on all subpages.
    The site link is www1.neulinger.at (i am currently working on this site and want to publish it this week).

    For testing purposes i added the non working widgets (i need) above visible widgets on the frontpage.

    Column 1:
    First widget – Nextgen Gallery Widget: shows “no images found”
    Second and third widget working (meta and counter)

    Column 2:
    Enfold latest news: is empty
    Tischlerei aktuell: doesn’t show, invisible
    Third widget working (tag cloud)

    Now when you are visiting an other page the not working widgets are working.
    Test it here: http://www1.neulinger.at/aktuelles/

    Can you help me?

    • This topic was modified 12 years, 2 months ago by wernerfriedl.
    #211948
    kaijachang
    Participant

    Dear Enfold team,

    I select the “Use as Mega menu” in the main menu.
    But the subitem of menu cannot click on mobile device browser.
    How can I make it clickable?
    screenshot list as follow.
    menu cannot click screenshot

    Thanks.

    #211944

    Look the error:
    Parse error: syntax error, unexpected T_CLASS, expecting ‘,’ or ‘;’ in /home/euque835/public_html/mariliadario.com.br/wp-content/themes/enfold/includes/loop-index.php on line 176

    Now, the code:

                echo $content;
                $description = get_the_author_meta(‘description’, $author_id);
    echo “<div class=’author_description_text’” .avia_markup_helper(array(‘context’ => ‘description’,'echo’=>false)).”>”.wpautop($description).”</div><span class=’author-extra-border’></span></div>”;
                
                echo '</div>';
    
    #211939
    Estacey2013
    Participant

    Hello,
    There are 374 pages on this forum, I cannot see where to search, ” JUST THIS FORUM “, Enfold – for the answers I’m seeking
    When I use the search at the top of the page, I’m getting way, way more than I asked for.. Example,

    Forum Page

    What I’m trying to do is RECREATE the forum page found on the Demo, what I’m getting is .. ‘no help’

    #211936
    adrianwackernah
    Participant

    Ich hatte ja mal Probleme mit den Permalinks in WordPress/Enfold/WooCommerce/German Market Extension, auch mit den Breadcrumbs. Das Problem hat sich dank Eurer Hilfe gelöst. Heute fand ich endlich die Ursache, die irgendwo in dieser Kombination von Theme/Plugins liegt. Ich habe heute in den Permalinks das Feld Produktkategorie-Basis mal leer gemacht und gespeichert. Da wird dann als Default der Wert “produktkategorie” angezeigt. Rufe ich im Frontend allerdings eine solche Produktkategorie auf, erscheint der Wert mit Bindestrich “produkt-kategorie” auch in der URL und ergibt ein leeres Ergebnis – Seite 404! Das Phänomen konnte ich übrigens auch bei den Produktschlagwörtern feststellen. Als Default wird “produkt-stichwort” angezeigt, ich hab dann “produktstichwort” eingetragen. Würde ich den Defaultwert benutzen, führt das ebenfalls zu einer 404 Seite.
    Also wer das schon mal hatte: händisch eigene Werte eintragen führt zum richtigen Ergebnis – nicht die Defaultwerte benutzen.

    #211911

    Topic: Masonry Portfolio

    in forum Enfold
    jj_skywalker
    Participant

    Dear Kriesi,

    Followed up my request at https://kriesi.at/support/topic/missing-enfold-masonry/#post-210698, my next question are :

    1. How to create a page like example page like this url http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/ ? Masonry portfolio in my page, there have little different. How to remove page in red square area in the following link.
      https://www.dropbox.com/s/oh8pv88o39oluu9/capture%20masonry.jpg

      And, second question, how to change list of portfolio entries in backend wordpress like in the following url.
      https://www.dropbox.com/s/9amga0bkdt0r5z1/masonry%20portfolio%20entries.jpg

      And, what is relation of porflio entries with masonry portfolio page.
      Thank you, and i will be awating your response.

    #211908

    In reply to: Enfold Showcase

    @pako69: Beautiful website! Very clean.

    #211903

    In reply to: Search icon

    This reply has been marked as private.
    #211895

    In reply to: Enfold Showcase

    Hello
    Here is our Enfold’s version: http://www.augmented-banking.com/
    We need just (for the time being) a single homepage.
    I had many customized tips for a better mobile experience (like biger font-size in Layer Slide, top fixed header,…)

    #211891

    Hi!

    Please try following code instead. If it doesn’t work please post the url to your website.

    
    #top .summary .description ul, #top .woocommerce-tabs ul{
    list-style: disc inside;
    }
    

    Regards,
    Peter

    #211890

    I added the style to Enfold Child Theme Options: Quick CSS and also added it to custom.css but neither worked.

    It’s OK on any image alignment other than None so I’m using those as a workaround for now.

    Malcolm

Viewing 30 results - 230,761 through 230,790 (of 244,421 total)