Viewing 30 results - 231,901 through 231,930 (of 244,392 total)
  • Author
    Search Results
  • #205326
    hgroen
    Participant

    In the Enfold menu you can make changes to header/ footer/general setting etc
    Within the tab “Header” you can fill out the social references for the social buttons that show up in your header
    For mail, linkedin, twitter etc it works fine. However, if you select Skype and you fill your Skype Name, it generates an error. it tries to open a webpage referring to my Skype Name. Of course that is inpossible. it should start Skype [i think] likewise the email button, starts my Email client.

    So what is the issue / intend of this button option and how to use it?

    #205320

    Topic: LayerSlider Bug

    in forum Enfold
    cbrand
    Participant

    Hi,

    I have created a website with the Enfold theme and use the LayerSlider integrated tool on the homepage.
    Things work pretty fine except that the slider can only loop once properly. After the first loop, the slider starts to display the same image twice.

    Here’s a link to a video that illustrates the issue: https://dl.dropboxusercontent.com/u/18357626/Slider.mov
    And images with the parameters I selected:
    https://dl.dropboxusercontent.com/u/18357626/LayerSlider%20Global%20Settings1.png
    https://dl.dropboxusercontent.com/u/18357626/LayerSlider%20Global%20Settings2.png
    https://dl.dropboxusercontent.com/u/18357626/LayerSlider%20Global%20Settings3.png
    https://dl.dropboxusercontent.com/u/18357626/LayerSlider%20Slide%20Settings.png

    Could you please tell me if the settings are correct or if I need to modify them?
    Many thanks in advance

    #205319

    Case closed. I deleted the page and created it again from scratch. Problem solved!

    #205313

    In my case the problem was solved creating the contact form again from scratch using the Enfold. I didn’t need any pluging and I don’t know why the first time didn’t woirk.

    #205304

    In reply to: need downgrade enfold

    close this issue please.

    thanks.

    xavier

    #205301

    Hi!

    It seems like you’re using a theme which was not created by us (called “blackpearl”). Please switch to Enfold (or any other Kriesi theme) and we’ll look into it.

    Regards,
    Peter

    #205296

    Topic: need downgrade enfold

    in forum Enfold
    xpoveda
    Participant

    Hi, with the latest version of 2.4.4 enfold exists a problem with the definition of permanent links of portfolio entries and the latest version of WPML.

    are you working at fix in one of my active posts.

    Could happen while a previous version without this problem? will work with wordpress 3.6 (version not so new but much more stable) and latest version of WPML.

    into account envato only I can download the latest version. such would need 2.4.2…. or I can simply copy the theme directory of other site at new site?

    thanks

    Hi hughjames!

    Actually the page is not random but it depends on the masonry grid items. If the entry (i.e.: http://subterranea.net/vusa2/products/caroline-avenue-gd-50060/ ) is part of the masonry grid ( http://subterranea.net/vusa2/vanities/ ) the breadcrumb will show a link to the masonry grid page ( Home / Vanities / Caroline Avenue GD-50060). If the entry is not part of the masonry grid (i.e. http://subterranea.net/vusa2/products/alexis-ps-265/ ) it will show a link to the product category instead (Home / Faucets / Alexis PS-265). You’ve two possibilities.

    1) Since WP3.8 and Enfold 2.4.4 you can restrict the prev/next entry button to the same category of the current post. If you want to activate this feature insert following code into your child theme functions.php file or insert it at the bottom of enfold/functions.php:

    
    add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1);
    function avia_remove_fullwidth_slider_check($settings)
    {
    $settings['same_category'] = true;
    return $settings;
    }
    

    2) Or deactivate the “masonry page” breadcrumb link – then all entries will show a link to the product/portfolio category and the breadcrumb will be consistent for all entries. In this case insert following code into your child theme functions.php file or insert it at the bottom of enfold/functions.php:

    
    add_action('after_setup_theme','avia_remove_portfolio_breadcrumb');
    function avia_remove_portfolio_breadcrumb(){
    remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb');
    }
    

    Regards,
    Peter

    #205288

    Hi Devin

    Thx for your advice. Reason why I wanted to update is that some LayerSliders are not shown anymore since WP3.8 and latest theme update. You can check out at: http://bit.ly/1lGhklD

    This layer slider does work on other pages. I have no idea how to fix it.

    Hi!

    If you want to overwrite an existing shortcode create a “shortcodes” folder within the child theme directory, then copy the /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php into the child theme “shortcodes” folder and modify the php code (see Ismaels post). Then add following code into the child theme functions.php file

    
    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
    	$template_url = get_stylesheet_directory();
        	array_unshift($paths, $template_url.'/shortcodes/');
    
    	return $paths;
    }
    

    This code will make sure the the shortcode file of the child theme is loaded first and you can overwrite the parent theme slideshow shortcode file with the child theme.

    Best regards,
    Peter

    NanaKuo
    Participant

    How do you increase the number of portfolio columns to 9 in Enfold?

    #205271

    Hey David!

    You can use this:

    .main_color input[type='submit']:hover {
    background: orange;
    color: white !important;
    }

    Best regards,
    Ismael

    #205269

    In reply to: Sidebar Menu

    Hey!

    You can remove the nested sidebar pages on Enfold > Sidebar > Page Sidebar navigation. Save changes.

    Cheers!
    Ismael

    #205249

    Topic: Multiple(or two) Logos

    in forum Enfold
    iceadmin
    Participant

    Hello,

    I’m in love with enfold theme, :)
    I just wanted to ask is there any possibility to have multiple logos along with different web links on the header?
    Or at least two separate logos if possible.

    For example,
    Logo1 is for homepage1
    Logo2 is for homepage2 or current page.

    Thank you for reading and trying to help in advance :]

    • This topic was modified 12 years, 2 months ago by iceadmin.
    #205241
    zerozendesign
    Participant

    Hey guys. Simple answer I’m sure, but how do you change the hover color of the Gravity Forms submit button?

    You can view it here – http://hazelwoodsoapcompany.com/ at the bottom

    jbenn
    Participant

    Hi,

    had my website updated on WP 3.8 an actual Enfold version. Now, when I have worked on a page with avia layout builder (let’s say, I have added some text to a text element), then saved, then actualized the page, theres only a turnng whell in the space for the layout elements. After switching between default editor and back to avia layout then display is “normal”.
    This bug is boring.
    Screenshots:
    Before:
    Screenshot 1

    and after switching
    Screenshot 2

    • This topic was modified 12 years, 2 months ago by jbenn.
    Starglider
    Participant

    Hi,

    Long term developer here, but new(ish) to the wordpress bandwagon and Enfold is the first theme I have purchased and decided to tryout.

    Theme: Enfold
    Issue: Breadcrumbs not reflecting hierarchical structure of menus

    Process flow:
    1. Setup MySQL DB and fresh download and install of WP
    2. Installed Enfold
    3. Created child theme
    4. Import Dummy Content: Posts, Pages, Categories
    5. Import Settings from your Parent Theme
    6. Created new main menu and set as default main menu
    7. Created portfolio item
    8. Added it to new menu “work history > 1999 > item position”
    9. Preview showed breadcrumb as “home / portfolio / 2 column theme”
    10. I deleted old menu assuming this data and structure would be lost, result was no change
    11. I deleted all posts, pages, comments, portfolio items, result was no change however some portfolio items which were deleted still showed up in menu editor?
    12. Tried dragging portfolio item around the whole menu structure, saved and previewed to no change
    13. All browsers closed, Cleared cache, cookies, local data, wamp temp, cc cleaner run and previewed and it worked!
    14. Made another portfolio item, placed it at the root of the menu, saved and checked and the breadcrumb was “home / / test 2”
    15. Moved test 2 to “work history > 1999”, saved and previewed and breadcrumb result was the same “home / / test 2”
    16. Done step 13 again, however this time it didn’t fix the problem

    Portfolio items that remain after deletion were:
    Single Portfolio: 2/3 Slider
    Single Portfolio: 2/3 Gallery
    Single Portfolio: Big Slider
    Single Portfolio: Fullscreen

    Do you have a fix for this? I simply need all pages, blogs, portfolio items etc to reflect it’s hierarchical location based on the menu it’s in.

    As I am new to wordpress I don’t want to jump in, delete any and all breadcrumb code I find in the theme and replace it with standard php mysql coding for a recursive query to fetch breadcrumb location on each page load (assuming menu id, menu parent id are stored correctly in the db relating to pages, portfolio items etc). Shouldn’t this be saved in the menu editor to save load and increase performance?

    I don’t really want to do a quick and dirty fix of delete the breadcrumb code altogether and live without it or to manually put it in.

    If you got a fix for this or can point me in the right direction, or tell me something I’ve not noticed (magical tick box somewhere I’ve missed) that would be awesome.

    Any and help is appreciated.

    Thanks

    Darcey

    I did get a reply from PrintFriendly – they wanted to see the page with the problem (not noticing that it was in my link to this post), however, the initial comment was:

    The plugin does not modify the html structure when adding the button, but happy to take a look and confirm.

    I would be just as happy to use another plugin but WP-Print does not work at all with Enfold – gives an error, and Clean Print costs $. Is there one that you have found is stable with Enfold?

    Oh, no I don’t think they are changeable. You could try emailing the LayerSlider guys directly but I don’t know of any setting or anything like that.

    #205187

    Hi Graeme,

    Can you post the link to your website please?

    Regards,
    Josue

    #205181

    Hey!

    Please update Enfold to the latest version as well. It was fixed with the update
    Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    #205179

    WordPress: 3.8
    Enfold: 2.4.2

    #205177

    Hi gloomis!

    Which version of WordPress and Enfold are you using?

    Best regards,
    Yigit

    #205176

    Hey debkeller!

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

    #top .social_bookmarks { float: right; }

    Regards,
    Yigit

    #205164

    Hey!

    I was able to fix it using the plugin i mentioned, go to Ferramentas > Tradução > Enfold > Português/Brasil: Editar, then look for the string “Sort by”:

    Fix it, and finally click the button on top that says “Gerar arquivo .mo”, and that should be it.

    If that doesn’t work, please provide me with an Administrator account so i can try to fix it myself.

    Cheers!
    Josue

    #205163

    Topic: BuddyPress vs BBpress

    in forum Enfold
    KingConga
    Participant

    Hi
    I see that compatiblility with BBPress is built in.

    I planned to work with S2Member, which is said to be compatible with BuddyPress.
    Does ‘Enfold’ also wotk with BuddyPress? If not, do you know if S2Member works with BBPress?

    Thanks
    Tim

    #205159
    rcribble
    Participant

    Hello,

    Love the Enfold theme. Very happy with practically everything. However, the theme’s table styling causes my property search and contact forms (dsIDXpress plugin) to not look right. The table rows have added spacing below the text. I’ve tried using some quick styling CSS fixes from previous posts and nothing seems to work. Some of the scripts built directly from my Diverse Solutions control panel have the option to use iFrames, which I use with success. However, not very module and none of the WordPress widgets have that option.

    You can see an example here from one of my pages:

    The search form on the right is from the IDX plugin. The form below is from a script using iFrame. Big difference.
    Any suggestions would be greatly appreciated.

    Thanks.
    Bob

    sorry, Evernote seems not to be the best solution for sharing screenshots. Here again:

    http://oi40.tinypic.com/353bfdg.jpg

    The grey blocks, that I mean, are obviously part of the transitions.

    #205149
    designinside
    Participant

    When creating Portfolio items in then Enfold theme I’m able to specify Tags. I like to use the Tags to specify the location of my projects. Is there a way that I could create a Portfolio page and display the items based on a particular tag? Currently, I’m only able to create Portfolio pages based on a Portfolio Category. Here is an example of my site: http://designinsidechicago.com/portfolio/

    Also, are the tags used anywhere else in the theme? It doesn’t look like they are displayed on the portfolio page.

    Thanks in advance for the help.

    #205147

    Topic: icon boxes

    in forum Enfold
    kecster2
    Participant

    http://j2k.info/this2.jpg

    IS there any way i can make this happen with enfold.. those icon boxes, with hover effect linking to seperate pages

    this is my site… j2k.info/american

Viewing 30 results - 231,901 through 231,930 (of 244,392 total)