Viewing 30 results - 220,921 through 220,950 (of 243,764 total)
  • Author
    Search Results
  • #263787

    In reply to: New share by email

    Hi!

    Yes. If you need a quick fix open up wp-content/themes/enfold/includes/helper-social-media.php and replace

    
    					if(!empty($share['encode']) && $replace_key != 'shortlink' && $replace_key != 'permalink') $replace_value = urlencode($replace_value);
    					if(!empty($share['encode_urls']) && ($replace_key == 'shortlink' || $replace_key == 'permalink')) $replace_value = urlencode($replace_value);
    

    with

    
    					if(!empty($share['encode']) && $replace_key != 'shortlink' && $replace_key != 'permalink') $replace_value = rawurlencode($replace_value);
    					if(!empty($share['encode_urls']) && ($replace_key == 'shortlink' || $replace_key == 'permalink')) $replace_value = rawurlencode($replace_value);
    

    Regards,
    Peter

    #263785

    Hey Matt!

    The category/archive pages use the read more quicktag ( http://en.support.wordpress.com/splitting-content/more-tag/ ) to separate the excerpt from the content. You can also use the “excerpt” option field on the post editor page to insert a custom excerpt text but you need to add this code to your child theme functions.php file or enfold/functions.php:

    
    add_filter( 'post-format-standard', 'avia_category_content_filter', 15, 1);
    function avia_category_content_filter($current_post)
    {
    if(!is_single())
    {
    	$current_post['content'] =  get_the_excerpt();
    	$current_post['content'] .= '<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span></a></div>';
    }
    return $current_post;
    }
    

    to query the excerpt from the “excerpt” field.

    Cheers!
    Peter

    #263775

    Hey!

    1) Do not bump your threads. Your post will be pushed to the end of the queue again if you (or a moderator) posts a reply. In addition it makes no sense to bump a thread after one hour – the reply time is 24 hours at the moment.

    2) Please post a link to your website (the Enfold News Widget page) and we’ll investigate the css code.

    Best regards,
    Peter

    #263754
    abskevin
    Participant

    I’m on WP 3.9.1 and Enfold 2.7.1.

    For some reason the Partner/Logo Element is squishing all the logos: http://www.allbarcodesystems.com/products/barcode-scanners/

    “Automated Schema.org HTML Markup” is activated by default. If I set it to not activated, the logos are back to a regular size but the slider & navigation disappeared.

    #263744

    Hey martinbelton!

    Thank you for using the theme!

    First of all, what is the max width of your website? Please check on Enfold > Theme Options > Responsive Layout active? setting. If you’re using 1210px max width, you can set Layers Container 1210px as well to align the layer slider content with the main content. Also, set the Responsive under option to 2000px or more just to make sure that the layer slider is using the responsive mode.

    Cheers!
    Ismael

    Hi!

    Thank you for using the theme!

    From what version did you update the theme? Please make sure that the Header Social Icons has been enabled on Enfold > Header > Extra Elements. I checked the site on Firefox Windows 8 and they are showing fine. Please remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    bmilovich
    Participant

    I’m attempting to change the hot air balloon image on the Home V9 Videos and Parallax background image. The image is currently the hot air balloons, which points back to (http://kriesi.at/themes/enfold/files/2012/04/2.jpg). I’ve added other images and videos to the page, however the hot air balloon image remains. Is it possible to remove this image, or am I better off recreating the page from scratch?
    This page is not live so I cannot send you a link; however I can make remote support available if necessary.

    The Source code point is below:
    <div id=’portfolio’ class=’avia-section socket_color avia-section-large avia-no-shadow avia-bg-style-parallax avia-full-stretch av-parallax-section avia-builder-el-0 el_before_av_section avia-builder-el-first av-minimum-height av-minimum-height-75 container_wrap fullsize’ data-section-bg-repeat=’stretch’ ><div class=’av-parallax avia-full-stretch’ data-avia-parallax-ratio=’0.3′ style = ‘background-repeat: no-repeat; background-image: url(http://kriesi.at/themes/enfold/files/2012/04/2.jpg)

    paslet
    Participant

    Hi,
    I am trying to have an effect similar to this “http://www.fiftythree.com/paper&#8221; on my slider.
    I would like to have a video button on an object in layer 1. Since it is not a vimeo or a youtube video but a mp4 (from powerpoint), i cannot link my object directly to an URL. So I added layer #2 and used “add media” in “content. It is adding the video and I can play it properly. However, layer #2 shows the frame of the video when not played. I would like a simple button (I can draw it myself) on the object, that doesn’t show anything but the button on top of the object when not triggered.
    I am ready to go with vimeo if that would simplify matters. I have tried to link my object with an enfold vimeo just as a test, and the effect was not as good as the one from the link above.
    Thank you in advance for your help!
    Marcella

    #263703

    In reply to: No Iconfont manager

    SOLVED: Enfold->Import/Export->IconFont manager

    #263693

    Topic: CSS ID LayerSlider

    in forum Enfold
    martinbelton
    Participant

    Following on from this question, I altered the functions.php file as instructed here, but I can’t seem to find the option to add CSS ID to the LayerSlider. Any ideas?

    It has shortcode [layerslider id="5"], would I use this?

    ______________________________

    SOLVED: Found it: Editing Slider -> Misc -> #ID

    • This topic was modified 11 years, 7 months ago by martinbelton.
    Micheal0424
    Participant

    WP Version: 3.9.1
    Theme: Enfold
    Website Page: http://cpa.maximfactory.com/tips-for-tax-exempt-organizations-filing-form-990/

    I would like for the featured image picture at the to be of the post to not be an active picture to enlarge. If the picture is clicked on now it opens up in a separate box showing the picture again. I would like to disable that, how do I do that?

    Thank you.

    #263685

    In reply to: Breadcrumb Duplicated

    Hi Ismael,

    No I haven’t altered any theme files, and this only started with an Enfold upgrade with 2.6. As in, worked fine before, hit upgrade, then was a problem. So seems to be theme related.

    I turned off all plugins, emptied super-cache cache, and it still remained. I have given your team a login in my other open thread if you want to take a look.

    Thanks for your help

    THP

    tangodaddio
    Participant

    Hi.

    I just noticed that an icon is being placed in the header of each blog post excerpt displayed on our front page. The icons partially cover the headlines and I want to prevent them from appearing, but not sure how. I’d swear it didn’t display this way until recently, but I don’t know for sure. Any suggestions? This uses the Enfold Blog Posts content element. Take a look (lower right): http://churchnumbers.com.

    Thank you very much for your help!

    -Jeff

    #263669
    mikes2011
    Participant

    Hi
    After update to latest WP 3.9.1 and Enfold 2.7.1 i have problem (only on firefox). I saw space on top and before header . When i scroll down , the content of page appear on top of page

    I have some custom styling on quick CSS box:

    .four.units.single-product-main-image.alpha {
    overflow: hidden;
    }
    .iconbox .iconbox_content .iconbox_content_title {text-transform:none;}
    .entry-content-header .iconlist_title {text-transform:none;}
    .avia-builder-el-1 > section:nth-child(1) div:nth-child(1) > h2:nth-child(1){text-transform:none;}
    section.av_textblock_section:nth-child(17) > div:nth-child(1) > h2:nth-child(1) {text-transform:none;}
    .gm-style-iw{color:blue;}
    section.av_textblock_section:nth-child(18) > div:nth-child(1) > h2:nth-child(1){text-transform:none;}

    #263667

    Hi Raleigh!

    You can try modifying the avia_append_search_nav function located in line 53, functions-enfold.php.

    You’d need to apply the filter to a specific submenu.

    Cheers!
    Josue

    #263645

    Hi!

    Are you using Enfold version 2.7.1? There was a visual text bug like that which was just fixed in the last bug fix update.

    Best regards,
    Devin

    #263643

    In reply to: menu opacity

    Hey rhinocorp!

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

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: red; }

    Cheers!
    Yigit

    #263631

    Hey!

    Please update Enfold to the latest version 2.7.1 via FTP to make sure that it is fully compatible with the latest version of WordPress – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Yigit

    #263630

    Topic: role scoper

    in forum Enfold
    satucker
    Participant

    Anyone use Role scoper with enfold? I’m trying to give access to a site “Author” to make entries under “Portfolio Items” but can’t seem to find the trick.

    abskevin
    Participant

    Hello,

    I’m on WordPress 3.9.1 and I just updated to Enfold 2.7.1 but I’m unable to edit or create any posts/pages.

    My website is http://www.allbarcodesystems.com. I can send whomever a private message with login information if that helps.

    Edit: My website was looked at and I followed the advice of disabling plugins but unfortunately it’s still not working. I disabled all my plugins and deleted all my cache but still no luck.

    For other’s references, these are my plugins:

    5sec Proper 404*
    Advanced Browser Check
    All in One WP Security*
    CloudFlare
    EWWW Image Optimizer
    Foobar Notification Bar
    Google Analytics for WordPress
    Hide my WP*
    Media Library Assitant
    QuForm*
    Quick Page/Post Redirect Plugin*
    Screets Live Chat*
    Search & Replace
    W3 Total Cache*
    Wordpress SEO*
    WP Editor
    WP to Twitter
    WP User Avatar

    * means plugins that I have left on just to make sure my website is still running properly. I’ve already disabled these and it still didn’t work.

    Thanks!

    • This topic was modified 11 years, 7 months ago by abskevin.
    #263609

    Thanks for the help. That didn’t help but, but I ended up finding out what it was. Not sure if this is a minor bug or not

    In the Enfold > Header Layout there is an option for Header Size. Before I had it set to use Custom Pixel Value to make use of a larger logo area. This worked for the logo, but it stopped the transparency from working properly. Right now I have it set to Large, and the transparency is functioning

    #263603

    hi Yigit, thanks for your help.

    I disabled all plugins, but unfortunately it didn’t fix the problem.

    Enfold version is 2.4.5.

    #263600
    BMart
    Participant

    Ever since I updated to the latest version of Enfold, the nav bar will leave an imprint on the page after scrolling in Chrome. I’ve seen this discussed here but the solution didn’t work for me (or the OP it seems). That thread got closed to new replies for some reason, so I’m creating a new one. The issue seems to only occur in Chrome. I am running the most modern versions of Chrome, WP, and Enfold on Mac OS 10.8.5.

    Thanks in advance for any guidance.

    #263591

    Hi Shashahan!

    If you give any image link the noLightbox class it will not open using the themes prettyPhoto lightbox.

    See: http://kriesi.at/documentation/enfold/prevent-image-or-link-from-opening-in-a-lightbox/

    Cheers!
    Devin

    #263589
    Yuniyuni
    Participant

    Hi there!

    We’re having quite some issues with Enfold after updating to latest WP (release), unfortunately.

    Whenever we try to edit a page, all we get is the infamous “circle of death” instead of the editor.

    Right after update last week we had this problem and additionally the problem of the new page editor not showing anything, but reading up on similar topics in here, we seemed to solve it, by
    a) disabling all plugins (turned out the SEO plugins had something to do with the missing HTML encoding of the editor field on the page)
    b) re-uploading a fresh version of Enfold to the website via FTP – no idea how that changed anything, but it did work.

    But, much to our disappointment, the ‘circle of death’ has returned – and even with all plugins disabled and all files re-uploaded to the site, it still hangs there.

    I really hope you can give us some suggestions, otherwise we seem to have to flush 3 months of work on this site down the drain.

    circle of death

    • This topic was modified 11 years, 7 months ago by Yuniyuni.
    #263574

    Hi!

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

    .cart_dropdown.visible_cart {
    right: 10.7%;
    }

    Cheers!
    Yigit

    #263571

    Hi indcorp!

    Which version of Enfold are you using? Can you please try deactivating all active plugins and check if that helps so we can cross that one out? :)

    Best regards,
    Yigit

    #263570

    Hi!

    Nein, sonst würde zB ein Theme-Wechsel auf Enfold oder TwentyThirteen den Fehler beheben.

    Best regards,
    Peter

    #263561

    Hi Micheal0424!

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

    .page-id-9 #av_section_1 {
    height: 75px;
    min-height: 75px;
    }
    .page-id-9 #av_section_1 .content {
    padding-top: 20px;
    }

    Cheers!
    Yigit

    #263557

    that only displays enfold widget area and the widgets inside that wrapper.

    I am trying to display a custom post type. anyway, I figured it out as this wedget controller assigns a shortcode to each of its widgets taht are easily called in content

Viewing 30 results - 220,921 through 220,950 (of 243,764 total)