Viewing 30 results - 14,731 through 14,760 (of 16,896 total)
  • Author
    Search Results
  • Hey user877!

    You can change that on line 462 in /enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php.

    if(strpos($this->atts['sort'], 'tax') !== false) $output .= "<div class='av-current-sort-title'>{$first_item_html}</div>";
    

    Best regards,
    Elliott

    #384555
    This reply has been marked as private.
    #384515

    Hi!

    As a work around, you can set header to no transparency and right click on breadcrumbs bar and click “Edit as HTML” – http://i.imgur.com/dlPJSti.png
    and copy HTML code and paste it inside a Code Block element ( which should be inserted below your slider ) and then place your code block element inside a Color Section element with a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ( i.e.: your-custom-id )
    and then add following code to Quick CSS

    #your-custom-id {
    min-height: 57px;
    }
    #your-custom-id .content {
    padding: 0;
    }
    #your-custom-id .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
    width: 100%; 
    }

    If you would like to edit files, you are going to need to edit class-breadcrumb.php file inside Enfold/framework/php folder but as i mentioned before, that kind of customization would be out of the scope of our support and needs to be done by a freelance developer.

    Regards,
    Yigit

    #384238
    This reply has been marked as private.
    #384228

    In reply to: Autoplay video element

    Hi Josue,

    I tried editing that line in the php document and when I refreshed the website I got this error below:

    Fatal error: Call to undefined function avia_clean_string() in /home3/jharu/public_html/photowonder/wp-content/themes/enfold/framework/php/inc-autoconfig.php on line 237

    I have reverted to the original php file. Is the reason for this error due to the last update?

    #384172

    Hi!

    Try changing the code to:

    function rtl_columns_fix(){
    ?>
    <script>
    (function($){
    
        var resizeTimeout, sortedReverse = false;
        $(window).resize(function () {
            if (resizeTimeout) {
                window.clearTimeout(resizeTimeout);
            }
            resizeTimeout = window.setTimeout(function () {
                var windowWidth = window.innerWidth;
                if ((windowWidth < 767 && !sortedReverse) || (windowWidth >= 767 && sortedReverse)) {
    
                    var rtlContainer = $('.entry-content-wrapper'); 
    
                    rtlContainer.each(function(){
                    	var rtlCols = $(this).children('.flex_column').not('.av_one_full');
                    	$(this).append(rtlCols.get().reverse());
                    });
    
                    sortedReverse = !sortedReverse;
                }
            }, 100);
        }).trigger("resize");
    
    })(jQuery);
    
    </script>
    <?php
    }
    if(is_rtl()) { 
    	add_action('wp_footer', 'rtl_columns_fix'); 
    }

    Regards,
    Josue

    #384025

    In reply to: need help asap

    Hi cathyfaith!

    Please overwrite all files via FTP – http://vimeo.com/67209750
    Have you made any changes on Footer.php file or on kriesi_backlink function?

    Cheers!
    Yigit

    #383993

    I most certainly do. I will try to clarify once again. There are two cases

    Or can you give me a patch to child function.php for the built-in form to get this at the email.

    This case would require a heavy customization to the theme files and would be out of scope we provide therefore needs to be done by a freelance developer. Also you can request such feature here – https://kriesi.at/support/enfold-feature-requests/

    I want to use a contact form 7, but append to it the same .classes, as the built-in one,
    I need the ability to put rows one-half / one-half wide.
    Anyway:
    Just to look exactly like the enfold form.
    And that’s why:
    I want to have inside the email: a url which form was sent from.

    That is why i asked you to post a mock up, because i wanted to see what we can do even though Andy already told you that we do not support 3rd party plugins ( You have read it under Scope section while you were registering – https://kriesi.at/support/register/#av_section_2 ).

    I am trying to help you here. So, please show us the changes you would like to make on CF7 so we can see what we can do or hire a freelance developer to build such feature into native contact form.

    Regards,
    Yigit

    #383867

    Topic: Error after upgrades

    in forum Enfold
    janetgot
    Participant

    Hi, my hosting did an auto update of WordPress to 4.1, and we had some errors from the Enfold theme. I have just upgraded, and some of our errors are fixed. These two issues are still there, and hopefully you can assist:

    Issue 1. I have this error and the page doesn’t load on Firefox:

    Parse error: syntax error, unexpected ‘\’ (T_NS_SEPARATOR), expecting ‘)’ in /home/xxx/public_html/wp-content/themes/enfold/functions.php on line 504

    Issue 2. Not sure this has anything to do with Enfold but our Contact Form 7 have lost their forms? They are no longer in the database, so we are looking into every possibility to get to the bottom of that. Thought it worth mentioning!

    Can you please help?

    #383759
    kevinmcgillivray
    Participant

    Hi there. Sorry if this is discussed elsewhere. I’ve searched and haven’t found a solution.

    I’ve figured out how to add settings to the theme options for whether or not custom posts and their archives should have sidebars and which side those sidebars should show on. That was pretty straightforward. I’ve even been able to implement the sidebar settings using filters like

    avia_layout_filter

    There’s one thing that I can’t figure out how to implement with filters, though. In sidebar.php, there is a series of lines like this:

    if ($avia_config['currently_viewing'] == 'page' && dynamic_sidebar('Sidebar Pages') ) : $default_sidebar = false; endif;

    I’d like to implement (via filters) an equivalent line for a different “current_viewing” value such as this:

    if ($avia_config['currently_viewing'] == 'recipes' && dynamic_sidebar('Recipe Sidebar') ) : $default_sidebar = false; endif;

    It seems like the ideal place to do that would be using the avf_show_default_sidebars a couple lines below on line 77. But the problem I see is that the apply_filters statement doesn’t pass the “current_viewing” value. At this point, it seems like the only way to accomplish what I’m trying to do is to copy sidebar.php into my child theme and hack it. I want to avoid that if I can so I don’t get in the way of future updates to Enfold.

    Can you tell me if there’s some way to implement this logic without altering sidebar.php?

    Thanks!

    Hi Ismael, thnx for the reply mate!
    I guess I haven’t been very clear in my question…

    The more link on the blog page (the list of blog posts) is just perfect, as you can see here:
    http://marcbijl.nl/fotoblog

    It’s on the post page where there’s some extra white space, just above the horizontal line, as you can see here:
    http://marcbijl.nl/fotografie/etalage-aachener-optikhaus-nacht-foto-aken-duitsland-klassiek

    When I look in the code with Firebug, I see the white space is caused by this code:

    <p>
    <span id="more-3972"></span>
    <br>
    </p>

    Not sure, but I guess it’s the break-tag that causes the white space…

    To complete the info: I’m using some extra code in my function.php to get a nice excerpt, that ends at the more tag instead of after a certain number of characters/words. I got the code from your colleague @Dude as suggested here: https://kriesi.at/support/topic/length-of-description-in-preview/#post-322259 I’m not sure if this code (in combination with the latest theme update) might cause the extra white space in the post.

    #383673

    I found it!
    I went here -> http://www.flaticon.com/
    and downloaded the svg file of the trip advisor icon
    Then i uploaded it here -> https://icomoon.io/app/#/select
    I downloaded the font and uploaded it in the icon font manager in the enfold settings
    and then went to my functions.php and placed this code in the 17 line

    if(isset($avia_config[‘use_child_theme_functions_only’])) return;

    function avia_add_custom_icon($icons) {
    $icons[‘foursquare’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue800’);
    $icons[‘tripadvisor’] = array( ‘font’ =>’icomoon’, ‘icon’ => ‘ue600’);
    return $icons;
    }
    add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);

    function avia_add_custom_social_icon($icons) {
    $icons[‘Foursquare’] = ‘foursquare’;
    $icons[‘Tripadvisor’] = ‘tripadvisor’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

    just erase the lines with the foursquare icon

    #383633

    Hi!

    I’m not sure why the plugin is not working on the ALB so you should probably try to use the actual shortcode of the Color Section on page.php. Something like this:

    <?php echo do_shortcode("[av_section color='main_color' custom_bg='#7123dd' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' min_height='50' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='' custom_class=''][/av_section]"); 
    		echo "</div></div></div></div></div>";
    		?>
    

    Add the code right below this line:

    if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title();
    	 ?>
    

    You have to add 5 closing divs for each color section shortcode to fix the layout. I already switched the advance layout builder to debug mode so you’ll be able to generate the color section shortcode on a temporary page.

    https://openfin.co/wp-admin/post.php?post=2089&action=edit&message=1

    Cheers!
    Ismael

    Marc Bijl
    Participant

    Hi, just updated to Enfold 3.0.5 and now see that the ‘Read more’ (more shortcode: <!--more-->) got some extra space.

    For example, see this recent page:
    http://marcbijl.nl/fotografie/ingang-mayersche-buchhandlung-nacht-foto-aken-duitsland-klassiek

    After the excerpt/summary, there’s a lot of space (more than before) till the first paragraph. It seems that it’s caused by the html for the ‘Read more’ that is:

    <p>
    <span id="more-3972"></span>
    <br>
    </p>

    There’s a break in it, probably shouldn’t be there.

    However, I’m not sure if this is caused by the Enfold theme update, or by some code I added to function.php lately to get a nice excerpt and Read more link (see my post here: https://kriesi.at/support/topic/sequel-cut-excerpt-off-at-more-tag-instead-of-using-wordcharacter-count/)

    #383394

    Hey Coronacom!

    You can change that on line 772 in the /enfold/config-templatebuilder/avia-shortcodes/slideshow.php file.

    if(trim($title) != "")   $title 	= "<h2 {$title_styling} class='avia-caption-title' $markup_name>".trim(apply_filters('avf_slideshow_title', $title))."</h2>";
    

    You can use this CSS to change it’s size.

    .caption_fullwidth .avia-caption-title { font-size: 20px !important; }
    

    Best regards,
    Elliott

    #383377

    In reply to: Button Inside Slider

    This reply has been marked as private.
    #383320
    montagael
    Participant

    Used the ftp method to update Enfold. Now I get the following error messages when I go to the wp-admin login.

    Warning: require(/home/content/35/5304935/html/site_test/wp-content/themes/enfold/framework/php/class-queryfilter.php) [function.require]: failed to open stream: No such file or directory in /home/content/35/5304935/html/site_test/php/inc-autoconfig.php on line 175

    Fatal error: require() [function.require]: Failed opening required ‘/home/content/35/5304935/html/site_test/wp-content/themes/enfold/framework/php/class-queryfilter.php’ (include_path=’.:/usr/local/php5/lib/php’) in /home/content/35/5304935/html/site_test/php/inc-autoconfig.php on line 175

    #383289

    Hi All,

    This is not a new problem/need as illustrated by links below (although not resolved):
    1. http://wordpress.stackexchange.com/questions/73190/can-the-next-prev-post-links-be-ordered-by-menu-order-or-by-a-meta-key
    2. https://wordpress.org/plugins/ambrosite-nextprevious-post-link-plus/
    3. http://forum.bytesforall.com/showthread.php?t=4914

    I think Enfold is one of the best themes for WP and such feature would only make it stand out from the crowd even more!

    I understand that putting this code together may take some time. I just hope that since Yigit has already did some code to limit next/prev post navigation to the current category, that sorting the next/prev navigation to be the same like ‘order by’ of this category should not be that difficult.
    Please let me know if this can be done.

    To me this feature is simply logical consequence of browsing posts within one category. Especially that feature images are shown on the next/prev navigation (and they are currently different to feature images seen in the category view because of different sorting).
    I am therefore convinced that this is going to be very much desired enhancement to Enfold theme and the hours spent developing it will not be wasted.

    I also think that employing external developer to deliver this feature is a waste of time and effort. I think this should be done by the Enfold team who know this theme throughout and will nicely integrate it into the Enfold for the benefit of other users (and my) and make the best theme for WordPress even better.

    If you cannot come up with this code within this support forum, I will be more than happy to consider hiring Enfold team to do it. Please let me know how many hours you would need and at what rate. Perhaps I could sponsor this feature at least in some part.

    Please let me know if you can come up with this code, what are the options and what you think?

    kind regards,
    Peter

    #383118
    soapboxstudio
    Participant

    Hi there,
    I’m having an issue with a site I’m working on that seems to be related to the theme.
    I installed the theme manually (via FTP) and once the theme is activated, I’m unable to do several basic edits (upload logo, favicon, etc). I’m receiving an error as well, and I believe it’s tied to the issue:

    Warning: include(E:\inetpub\bergerexcavating.com\wwwroot\newsite\wp-content\themes\enfold\config-layerslider\LayerSlider/wp/notices.php): failed to open stream: No such file or directory in E:\inetpub\bergerexcavating.com\wwwroot\newsite\wp-content\themes\enfold\config-layerslider\LayerSlider\layerslider.php on line 70 Warning: include(): Failed opening ‘E:\inetpub\bergerexcavating.com\wwwroot\newsite\wp-content\themes\enfold\config-layerslider\LayerSlider/wp/notices.php’ for inclusion (include_path=’.;C:\php\pear’) in E:\inetpub\bergerexcavating.com\wwwroot\newsite\wp-content\themes\enfold\config-layerslider\LayerSlider\layerslider.php on line 70

    I tried switching over to a base WP theme (2015) and all of my logos that I tried uploading reappear in the media section.
    Any thoughts?
    Thanks in advance!
    Justin

    #383094
    This reply has been marked as private.
    #383041
    itw-connect
    Participant

    Hello,

    i get this error-massage after installation of enfold-theme (v. 3.0.5) on WordPress 4.1.

    The installation I done over “New Layout Installation” of WordPress. After I get this error-massage I overwrite alle files of theme with FTP-Upload. But the massage stay on and I can’t use my website.

    “Fatal error: Class ‘avia_htmlhelper’ not found in /var/www/web78/htdocs/wp-content/themes/enfold/framework/php/class-framework-widgets.php on line 613”

    Best Regards
    Dirk

    #382955

    In reply to: Linking two sites

    My folders on the server are configured as follows:
    http://dentists.theimplantexperts.com/wp-content/uploads/sites/2/2015/01/Screen-Shot-2015-01-21-at-08.47.39.png

    I’m trying to put image http://theimplantexperts.com/wp-content/uploads/2015/01/TIE_WebHeader_Patientslink.png in the header of http://theimplantexperts.com/ and http://dentists.theimplantexperts.com/wp-content/uploads/sites/2/2015/01/TIE_WebHeader_Patientslink.png in the header of http://dentists.theimplantexperts.com/ and link each one to the other site.

    I’ve currently got no additional code in the functions-enfold.php file but I have now got this code in the functions.php in the enfold folder:
    add_action(‘ava_after_main_menu’,’custom_things’);
    function custom_things() {
    echo ‘<div class=”secondary-logo”></div>’;
    }

    I’ve also got the same code in the functions.php file in the enfold-child folder, and the following code in the functions.php file in the enfold-child-dentists folder:
    add_action(‘ava_after_main_menu’,’custom_things’);
    function custom_things() {
    echo ‘<div class=”secondary-logo”></div>’;
    }

    Where am I going wrong?

    Thanks Elliott

    Yes I have tried editing the functions.php file and added the above in various places but it didn’t make any difference. (lines 127-128, lines 99-100)

    What controls the size of the thumbnails?

    Thanks

    Jane

    #382776

    Hey willblueland!

    I haven’t tested this out but try deleting lines 473 – 477 in /enfold/framework/php/function-set-avia-backend.php.

    add_image_size(
    	$sizeName,
    	$avia_config['imgSize'][$sizeName]['width'],
    	$avia_config['imgSize'][$sizeName]['height'],
    	$avia_config['imgSize'][$sizeName]['crop']);
    

    And then upload a new image to your media library to see what happens.

    Cheers!
    Elliott

    Hi jscarlett!

    You have tried changing the sizes on lines 127 – 128 in the functions.php file?

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            	// big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );						// images for fullsize pages and fullsize slider

    Best regards,
    Elliott

    #382508

    Up’s you can’t see the html code..
    http://www.htmlgoodies.com/tutorials/getting_started/article.php/3479511

    <A HREF="#codeword">Jump to Lebenslauf</A>
     <A NAME="Lebenslauf">
    #382253

    Hey aron8778!

    Thank for using Enfold.

    You can add the code on index.php. This is the template file that is being used when you visit the Blog page.

    Regards,
    Ismael

    This reply has been marked as private.
    #382041

    Hi!

    Not sure what could be going on there. We don’t do anything special with the comments.

    I would try contacting the plugin author or find a new plugin.

    You can see where we display the comments on line 100 in the comments.php file.

    If you want to hide the trackbacks and pings then delete lines 107 – 121 in the same file.

    Best regards,
    Elliott

Viewing 30 results - 14,731 through 14,760 (of 16,896 total)