Viewing 30 results - 241,591 through 241,620 (of 244,023 total)
  • Author
    Search Results
  • #114723

    Wishlist for Advance LayerSlider WP

    – To the right or left of the button enter / exit preview. An ms slider button or indicator on the ms or the ability to pause the animation.

    This is useful especially if you have a lot of layers and you want to allign them ( aside from using options )

    – Improve moving the layers. Number 1 Layer should be the top layer or the one that is first visible. If you have multiple layers the bottom layer stacks / shows first than layer 1 . Just like in photoshop and other editing programs , the top layer is first visible.

    – Layer slider transitions are like 100 transitions in total and a lot of good ones too. How about adding some of them to the layer objects transition ? It would be nice to add like 5 – 10 more transitions to add to the slide in and fade effects.

    #116487

    In reply to: Enfold Showcase

    Hello guys ,

    I want to show you what I have done so far with my site http://www.blue2x.com . This is the first theme I have ever bought and I’m planning to use this for my future clients. At first it was hard to customize because of the lack of documentation but the support staff was very helpful in answering my questions ( sorry about that ).

    There’s a few stuff I need to tweak first to finally , footer design , footer not showing in blog , edit portfolio images ,homepage buttons need to be alligned in lower resolutions or mobile ) and it’s finished =)

    #128922
    #26180
    shirazk8
    Participant

    Hi there,

    After switching my client’s site to enfold, I am now porting over the store as well. They have been using the “WooCommerce Nested Category Plugin” with the previous wootheme, however in Enfold, the products are not being displayed properly.

    I’ve contacted the support of the plugin author, and they have advised that it needs to be resolved on the theme side.

    Here is a category page that is NOT nested: http://karenhume.ca/product-category/differentiation/

    Here is a category that IS NESTED using the plugin: http://karenhume.ca/product-category/relationships/

    It seem to be a simple matter of missing a container in the left column, but I am not sure how to do this (the right way at least).

    Any ideas?

    Thank you.

    #26179

    Topic: Enfold and Ubermenu

    in forum Enfold
    mp3dk
    Participant

    Hello,

    Before I head out and buy Enfold I would like to hear if Enfold is compatible with Ubermenu with not problems at all.

    I will be looking forward to hearing from you.

    Thanks.

    #127312

    It should be:

    #top .social_bookmarks_tumblr a {
    background: url(https://yoursite.com/wp-content/uploads/custom/apple.png) no-repeat center;
    }

    #top .social_bookmarks_tumblr a:hover {
    color:#fff;
    background: url(https://yoursite.com/wp-content/uploads/custom/apple-hover.png) no-repeat center;
    }

    So that the background is on the link and the hover as well.

    #129301

    Hi SimWhite,

    Can you expand a bit on exactly what your issue is? How you have everything installed, where exactly you are getting an error and what the error is in relation to the theme are all valuable when trying to figure out what might be happening.

    Regards,

    Devin

    #129404

    Hi rickswearingen,

    The theme writes all of the styling data to a new file that gets added to your uploads folder. If your server automatically makes the file non writable it can cause issue.

    So first thing to try is to browse to your wordpress wp-content>uploads>dynamic_avia folder either with FTP or your servers file browser and change the chmod permissions on it to 755 for the folder and its contents. See http://codex.wordpress.org/Changing_File_Permissions

    Regards,

    Devin

    #26176
    dhel
    Participant

    hi,

    i have install this theme at localhost with xampp

    i have install dummy data from enfold settings and woocommerce

    and i go to front page and use ajax search, and i always get “hello world” as result from all keyword that i test, like “qqqqqq”,

    #26175
    joe88
    Participant

    Hello. Is there any way to create a vertical page split ruler? I have a page that has a 1/3 section to the left and a 2/3 section on the right. It would great if I could create a vertical page split ruler between the two sections. I saw this link on the demo, http://kriesi.at/themes/enfold/shortcodes/hr/. I need the same type of ruler, except in vertical style. I could create the same effect using a side bar, but would require more work for creating the content. Thanks.

    #26174
    Michae1
    Participant

    Please Help!

    I just updated from 1.3 to 1.7.1 via FTP, and now I get nothing, literally nothing – no error, just a white screen of non-functioning death :(

    Here’s what I did and my environment :

    1. Backed up the “enfold” theme folder from my server to my desktop
    2. Deleted the “enfold” theme folder on the server
    3. Uploaded the new, unzipped “enfold” folder (1.7.1) in it’s place via FileZilla. All files completed without any problems.
    4. My host is WPengine. I used the Staging version of the site, for testing, which is good, but there were a TON of updates I made on Staging that I fear I’ve now lost
    5. Refreshed to a white screen of non-functioning death :(

    Have NO idea what could have gone wrong, but I’m completely freaked out. Please help! I have a client meeting tomorrow that I need this up for. Thank you!!


    Update : Apparently it was a 1d10t user error :) I just uploaded the “enfold” folder WITH the nested unzipped “enfold” folder in it. Thank God! I was freaking out. Mostly everything seems in place. Going to go finish going through all the details now. Thanx!

    #129535

    In reply to: Hide Blog Date

    Hi,

    What type of Blog Style do you have?

    You can add this on your custom.css or Quick CSS

    .date-container.minor-meta {
    display: none;
    }

    To remove the sidebar, edit the post then look for Layout > Choose “No Sidebar”.

    You can also change the default settings on Enfold > Sidebar > Sidebar on Single Post Pages.

    Regards,

    Ismael

    #127311

    I should mention the apple.png is a transparency and the apple-hover.png has a solid grey background. Is it the transparency that is causing the issue?

    #128040

    Hi!

    Yes, the plugin won’t work with Enfold. Probably we’ll add a similar feature to Enfold in the future…

    Best regards,

    Peter

    #127310

    Devin, small problem:

    1. I added Ismael’s code at the end of the custom.css

    2. I put apple.png and apple-hover.png in—-removed—-

    3. Problem: When I hover the apple icon shifts in the hover state. I specifically LOCKED the layers in Photoshop. The normal state apple icon and the hover state apple icon are exactly in the same place pixel for pixel. Do you have any idea why this is happening?

    See here > —removed—-

    The entire css is as follows:

    /* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

    /* General Custom CSS */

    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

    @media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */

    }

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

    @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */

    }

    #top .social_bookmarks_tumblr {
    background: url(...wp-content/uploads/apple.png) no-repeat center;
    }

    #top .social_bookmarks_tumblr:hover a {
    color:#fff;
    background: url(....wp-content/uploads/apple-hover.png) no-repeat center;
    }

    #top .social_bookmarks_tumblr a {
    text-indent: -9999px;
    }

    #25741
    DigitalMedia
    Participant

    Hello,

    I try hide some menu items, using this plugin : http://wordpress.org/support/plugin/menu-items-visibility-control

    But nothing appears in the menu option

    Is this something special raised by your “sub menu” or anything custom from enfold theme?

    Or just the plugin issue?

    #128889

    thought so. I would recommend using the global setting should ignore the individual ones. Logical stuff…

    I”m sorry formateins but that’s wrong and your solution is not logical at all. If the “global settings” overwrite the individual post meta settings you can’t use the individual settings anymore because regardless of the configured post meta value the “global settings” will overwrite the individual settings.

    However normally the “Default Layout – set in Enfold > Layout & Options” option should always be selected as the default dropdown option and in your case the “Display the footer widgets & socket” value is selected which seems to be a leftover on your server (the first versions of Enfold used the global settings to select the right value in the metabox dropdown). Try to add following code to the end of functions.php to reset all values:

    add_action( 'admin_init', 'avia_remove_meta');
    function avia_remove_meta()
    {
    $post_types = array('post','page','portfolio');
    $count = 0;

    //iterate over each post type
    foreach($post_types as $type)
    {
    //get all posts of a certain type
    $the_query = new WP_Query( array('post_type' => $type, 'posts_per_page'=>-1) );

    //check if any post were retrieved
    if(!empty($the_query->posts))
    {
    //iterate over each post and check if the post has a gallery key
    foreach($the_query->posts as $entry)
    {
    //since there might be hundreds of posts make sure php doesnt time out
    @set_time_limit(45);
    $success = delete_post_meta($entry->ID, 'footer', true);
    }

    }
    }
    }

    It seems like Enfold doesn’t apply the “Droid Sans” font to your headlines. Make sure that you set the “Droid Sans” font for your headlines

    Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodespostslider.php and replace

    if($show_meta && !empty($excerpt))
    {
    $output .= "<div class='slide-meta'>";
    if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
    {
    $link_add = $commentCount === "0" ? "#respond" : "#comments";
    $text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );

    $output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>";
    }
    $output .= "<div class='slide-meta-time'>" .get_the_time(get_option('date_format'), $the_id)."</div>";
    $output .= "</div>";
    }

    with

    if($show_meta && !empty($excerpt))
    {
    $output .= "<div class='slide-meta'>";
    $output .= "<div class='slide-meta-time'>" .get_the_time(get_option('date_format'), $the_id)."</div>";
    if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
    {
    $link_add = $commentCount === "0" ? "#respond" : "#comments";
    $text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );

    $output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>|</div>";
    }
    $output .= "</div>";
    }

    #26080
    Henrik-R
    Participant

    Whys is this happening? It doesn’t happen with my other sites. Only the site that uses Enfold. Take a look at this screencast:

    http://screencast.com/t/FYTVKZDBr

    #127309

    Thanks Devin. I really appreciate it. I’m going to test now and get back to you. Thank you!

    Hellooo Nick,

    I was on one path then you sent me something different. I appreciate it. But can you explain how this plugin is used to solve my specific problem as stated above?

    Thank you

    tasoskouk
    Participant

    icons for link & quote posts do not show… (just empty space…)

    check here : http://tasoskoukouvitis.com/enfold2/blog/blog-single-author-full/

    any ideas how to fix it?

    Devin,

    Bummer! Thank you for getting back to me : ) I was wonder if this could be a future tweak to the Enfold template??

    Jessica

    #129442

    sorry, i forget the link to a screenshot. Here it is: http://screencast.com/t/XPj7SMWb

    #26141
    awp23
    Participant

    Hello,

    i´m testing the Enfold Theme together with Woocommerce 2.0.12. and i have one question.

    How to get the buttons in the cart widget aligned on one line. ” May be this is a translation issue ( longer words ? ). Where can i change that ? Or is it possible to expand the width of the sidebar ?

    Thanks in advnce and best regards,

    awp23

    #26158
    blingcart
    Participant

    Where in the code do I replace my nav bar with the enfold nav bar?

    #114721

    My Wish List :

    1. Nestable Components : Place Tabs inside an Accordion or Tabs inside a Tab, & have each styled separately.
    2. Content Element – Code/Class Wrapper : Add a class or ID to any particular area of the page builder
    3. Search Icon : Optionally move next to Social Media Icons.
    4. Custom Icons : Easy way to add own SVG/PNG icon to Entypo.
    5. Tab / Accordion Builder Improvements :

      1. Add “+10” which opens 10 stacked input fields you can quickly tab through for setup.
      2. Import text or csv file (great for huge FAQs)
      3. Advanced Page Builder / Editor available within the Tab / Accordion interface
      4. Shortcodes available for each Accordion / Tabs
      5. Clone individual components (Tabs / Accordions) from one page to another
      6. Save & set custom style presets dropdown
      7. Animated and more tab positioning options, similar to http://codecanyon.net/item/tabs-accordion/full_screen_preview/2906434 which also happens to be nestable :)

    6. Menu :

      1. Adjust opacity of menu background to be able to see content as it scrolls up
      2. Toggle and/or adjust resizing/squashing of menu size when scrolling up

    7. Support Forum : Taggable voting mechanism – with thumbs up/down and counter for feature requests.

    #116486

    In reply to: Enfold Showcase

    We have made http://www.seveneleven-magazin.net with Enfold and somebody wrote us: “This is the best Website in Germany!” :-D

    #26149
    Yiannis Girod
    Participant

    I use a child theme. I would like to place “images” folder in “enfold-child” folder and use it eg. from admin “Enfold Child Theme Options > Styling” or to customisze frontend (background images, layout images).

    How to… ?

    Thanks and regards.

Viewing 30 results - 241,591 through 241,620 (of 244,023 total)