Viewing 30 results - 213,631 through 213,660 (of 244,497 total)
  • Author
    Search Results
  • #316574

    Hi GOWD!

    You are using older version of the theme. Please update Enfold to the latest version 2.9.2 via FTP – http://vimeo.com/67209750

    Regards,
    Yigit

    Hi e13kiki!

    Please go to Enfold/framework/php folder and open class-framework-widgets.php file and find

    
    function widget($args, $instance) {
    			// prints the widget
    
    			extract($args, EXTR_SKIP);
    			$twitter = empty($instance['twitter']) ? '' : $instance['twitter'];
    			$rss 	 = empty($instance['rss'])     ? '' : $instance['rss'];
    			$rss = preg_replace('!https?:\/\/feeds.feedburner.com\/!','',$rss);
    
    			if(!empty($twitter) || !empty($rss))
    			{
    				$addClass = "asc_multi_count";
    				if(!isset($twitter) || !isset($rss)) $addClass = 'asc_single_count';
    
    				echo $before_widget;
    				$output = "";
    				if(isset($twitter))
    				{
    					$link = 'http://twitter.com/'.$twitter.'/';
    					$before = apply_filters('avf_social_widget', "", 'twitter');
    					$output .= "<a href='$link' class='asc_twitter $addClass'>{$before}<strong class='asc_count'>".__('Follow','avia_framework')."</strong><span>".__('on Twitter','avia_framework')."</span></a>";
    					
    				}
    

    and change it to

    
    
    function widget($args, $instance) {
    			// prints the widget
    
    			extract($args, EXTR_SKIP);
    			$twitter = empty($instance['linkedin']) ? '' : $instance['linkedin'];
    			$rss 	 = empty($instance['rss'])     ? '' : $instance['rss'];
    			$rss = preg_replace('!https?:\/\/feeds.feedburner.com\/!','',$rss);
    
    			if(!empty($linkedin) || !empty($rss))
    			{
    				$addClass = "asc_multi_count";
    				if(!isset($linkedin) || !isset($rss)) $addClass = 'asc_single_count';
    
    				echo $before_widget;
    				$output = "";
    				if(isset($linkedin))
    				{
    					$link = 'http://linkedin.com/'.$linkedin.'/';
    					$before = apply_filters('avf_social_widget', "", 'linkedin');
    					$output .= "<a href='$link' class='asc_linkedin $addClass'>{$before}<strong class='asc_count'>".__('Follow','avia_framework')."</strong><span>".__('on LinkedIn','avia_framework')."</span></a>";
    					
    				}
    

    Regards,
    Yigit

    #316565

    Hey!

    You could definitely dig into the shortcode element and modify it as you want. Its the same thing I did on our documentation site for the magazine element: https://github.com/DevinVinson/enfold-child-docs

    Regards,
    Devin

    #316563

    In reply to: Remove Author Link

    Hi ElementArt!

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

    span.blog-author, .text-sep-cat {
    display: none !important;
    }

    Cheers!
    Yigit

    #316556

    Hey oledoorn!

    Please go to Enfold theme options > Advanced Styling and adjust heading elements as needed. then add following code to Quick CSS in Enfold theme options under General Styling tab

    h1, h2, h3, h4, h5, h6 { text-transform: uppercase !important; }

    Best regards,
    Yigit

    #316554
    3DdesktopsUK
    Participant

    Hey all,

    I just ran the update and am now facing this error when trying to access the site

    wp-content/themes/enfold/css/dynamic-css.php on line 772

    I’ve read the posts on this board and also tried updating manually via ftp but same problem.

    Can someone please advise how to get this resolved and the site is live and I can’t even login to my admin?

    thanks in advance

    • This topic was modified 11 years, 6 months ago by 3DdesktopsUK.
    #316552
    oledoorn
    Participant

    Hello,

    Where can I change the font size, capitalize, bold and italic for my headers? I can change the font family and color in: Enfold > General styling, but I can’t find the other options as mentioned before.

    Thanks in advance for your help.

    Kind regards,

    Ole

    #316536

    Hi jmcrist!

    1- Please go to Enfold theme options > Advanced Styling and edit “Main menu links”
    2- Seems like you have already figured it out!

    Cheers!
    Yigit

    #316524

    Hey elibeachy!

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

    .join_button {
    z-index: 99;
    }

    Best regards,
    Yigit

    #316521

    Same issue.
    WP 4.0 + Enfold 2.9.2 + Child Theme = Avia not functioning + Enfold Child Theme options not functioning + WordPress SEO not functioning + several other settings inaccessible.
    Please provide guidance asap.

    • This reply was modified 11 years, 6 months ago by wildmercury.
    #316519

    Hi debenm!

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

    .single .togglecontainer {
    clear: none;
    top: -20px;
    }

    Best regards,
    Yigit

    #316516

    In reply to: Menu Icons

    Hey lewiede!

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

    li#menu-item-755:hover {
    background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    }

    You just need to change menu item id’s. You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg

    Regards,
    Yigit

    #316514

    Hey aregowe!

    Please refer to Ismael’s post here – https://kriesi.at/support/topic/enfold-social-media-links-at-top-yelp/#post-290732

    Regards,
    Yigit

    #316504

    Hey!

    You can remove Enfold child theme folder via FTP inside wp-content/themes folder

    Cheers!
    Yigit

    #316480

    Hi yavors!

    Please add a color section element to your page with a custom ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
    then place your three 1/3 column elements inside it and then add following code to Quick CSS in Enfold theme options under General Styling tab

    #your-custom-id .av_one_third { border: 2px solid red!important; padding: 5px; }

    If that does not help, please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page :)

    Best regards,
    Yigit

    #316467

    Hey CB!

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

    @media only screen and (max-width: 767px) {
    .responsive.html_header_top #header_main .social_bookmarks { top: 15%; }}
    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 85%;
    height: auto !important;
    margin-top: 5px !important; }}

    Best regards,
    Yigit

    #316457

    In reply to: Mobile Responsive

    Hey!

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

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img { height: auto !important; }
    .responsive #header_main .container { height: 110px !important; }
    #advanced_menu_toggle, #advanced_menu_hide { top: 75%; }}

    Best regards,
    Yigit

    #316447
    nectsolutions
    Participant

    I previously had the post below:

    “Hello,

    After updating WordPress to the 4.0 version it completely messed up the Enfold template.

    I have reinstalled the Enfold template based on Themeforst and through FTP, cleared the cache, but nothing has changed.

    Would you please urgently advise?”

    Most of the issues were solved, but within the “edit page” section, when I edit the first item from the page content it works. However when I open a second one, it doesn’t work and the scrolling bar of the overall page disappears.

    Would you please log in and check?

    #316445
    kops
    Participant

    Hi,

    We’ve built a large site with Enfold and have numerous pages that are reached by using a portfolio grid. Each portfolio item is set up with a redirect (set from within the portfolio item option ‘define custom link’) to the specific page.

    When these items show up in the search results, the resulting click leads to the blank portfolio page and not the page set as the custom link.

    Any help really appreciated :>

    Many thanks,

    Jon.

    #316441
    dmiklus
    Participant

    Enfold 2.9.2 is full compatible with Woocommerce 2.2 or we have to wait for an update?

    Cheers
    D.

    #316434

    UPDATE: I recovered an old slideshow-accordion.php that seems to work (from a previous version of Enfold), but please fix with bug as soon as possible!!

    #316422
    niguli
    Participant

    Hi, I had again the same problem described here before…. but this time the last suggested fix didn’t work! I have Enfold 2.9.2 so probably you didn’t fix the problem as told.. Please help!

    #316418

    you are on Version 2.9.2 of Enfold ?

    This version will work proper on WP4

    #316416
    stuartleighbray
    Participant

    I was supplied help previously to load a secondary image into the main header to sit to the right of the normal image. The help was code which was loaded into the Enfold: Theme (functions.php) file and looks as follows:-

    require_once( ‘functions-enfold.php’);

    function after_head_image_func(){
    echo “<div class=’custom_content’></div>”;

    }
    add_action(‘ava_main_header’, ‘after_head_image_func’);

    However I now need additional padding code so that I can move the image further up and to the left. Can you please provide this?

    Best regards
    Stuart

    #316415

    In reply to: Mac OS error

    Today. In the Monday (08 sept 2014) WP update from 3.9.2 to 4.0. (backup before update). Enfold 2.9.2

    #316408
    This reply has been marked as private.
    #316398

    Topic: Mac OS error

    in forum Enfold
    Bearded
    Participant

    This error shows only on Mac OS.
    Windows – ok.

    Warning: session_start(): The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and ‘-,’ in /var/www/********/data/www/********.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    Warning: session_start(): Cannot send session cookie – headers already sent by (output started at /var/www/********/data/www/********.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in/var/www/********/data/www/********.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /var/www/********/data/www/********.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in/var/www/********/data/www/********.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    #316390
    webethique
    Participant

    It’s appear at the same time with the problem on Yoast plugin.
    It’s impossible to modify the homepage if I use the Article Blog.
    On http://www.webethique.com/ if I try to modify, the slug become the slug of the last article Location vacances Mazet des Pins Graveson and add the exerpt balise of this article.
    If i update, after the message error, the link of Location vacances Mazet des Pins Graveson is the the same than the Homepage
    Enfold 2.9.2, WP 4

    Thank’s
    Philippe

    #316386
    avraamd
    Participant

    Hello,

    i am using
    Single Author, small preview pic

    i have noticed that when i imported the blog from blogger all feature images are shown, then when i made posts with the new version on wordpress using enfold no feature images are shown, it just shows the pencil icon.

    How do i refresh, as it should work?

    Regards
    Avraam

    #316382
    blkblt4life
    Participant

    After updating Enfold (including the LayerSlider WP), I can no longer upload slide backgrounds using the URL. I’ve tried different web browsers and still no luck. The same happens to the thumbnail for the slide, cannot upload via URL.

Viewing 30 results - 213,631 through 213,660 (of 244,497 total)