Viewing 30 results - 217,351 through 217,380 (of 244,447 total)
  • Author
    Search Results
  • #293747
    resbangkok
    Participant

    Hi,

    It seems the slider isn’t showing with Safari in iPad, is it a known issue or is it because of Safari?

    No issue with other mobile device or browser so far.

    WP: 3.9.1
    Enfold: 2.9.1

    Regards,

    #293734

    In reply to: Enfold Theme Issues

    This reply has been marked as private.
    #293728

    In reply to: Google Maps Element

    This reply has been marked as private.
    #293724
    Geoffdoyle
    Participant

    I wish to have a white border around each image in the portfolio gallery, not the default where the images touch.

    How do i arrange this?

    #293723

    Topic: Enfold Table

    in forum Enfold
    Geoffdoyle
    Participant

    I want to add some shading colour to every second row in the table. I do not want it to be a different colour to the main font colour.

    Also I want the font to be the same as the default size (not larger)

    Any Suggestions would be appreciated.

    Webbee
    Participant

    Hello, I am trying to edit the Featured Image size by adding the following line to functions.php in my Child Theme. It appears that the Child functions.php is not overriding the Parent functions.php.

    —————————————————————-
    $avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>710, ‘height’=>270); // big images for blog and page entries
    —————————————————————-

    I have renamed my Child Theme to something but made sure that the Template is set to “enfold”

    Can someone please help. Thank you.

    #293712

    Hi!

    Did you use the advance layout builder to create the page? If yes then edit the homepage, look for the “Taladrado” image for example. On the image options, look for the Image Link. It is set to “No Link” by default so you have to add a link to those images either manually, or via lightbox etc.

    In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)

    Best regards,
    Ismael

    #293709

    Topic: Translation

    in forum Enfold
    skauper
    Participant

    Hi,

    I’m using the theme in brazilian portuguese translation.
    Everything is translated, except for the “All” gallery filter.

    I was using this code in portfolip.php
    original:
    $first_item_name = apply_filters(‘avf_portfolio_sort_first_label’, __(‘All’,’avia_framework’ ), $params);
    to:
    $first_item_name = apply_filters(‘avf_portfolio_sort_first_label’, __(‘Mostrar tudo’,’avia_framework’ ), $params);

    It used to work on olders versions of enfold, but it’s not working now.

    Waiting for help

    Very thanks!!

    #293701

    In reply to: History line

    Hey mikel!

    Thank you for using the theme.

    You can utilize the color sections and the fullscreen slider. Add backgrounds, image or video then enable the scroll down arrow navigation on the slider. Create a one page navigation, refer to this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Regards,
    Ismael

    #293687

    Hi ev0l_!

    Thank you for using the theme!

    I’m not sure if there’a a way to automatically schedule a page as frontpage. You can actually use the advance layout builder for post. Edit wp-content > themes > enfold > config-templatebuilder > avia-template-builder > config > meta.php, find this code on line 5:

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),
    

    Replace it with:

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page', 'post'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),
    

    If you don’t want to do this, just use the shortcode wand.

    Regards,
    Ismael

    #293680

    Topic: radio buttons in form

    in forum Enfold
    BarkProductions
    Participant

    Hi, I don’t see an option to create radio buttons when I edit a form in Enfold.
    Is there a way to do this?

    #293669

    Topic: Google Fonts Problem

    in forum Enfold
    arthurhpaulino
    Participant

    Hi guys,

    I read this: https://kriesi.at/support/topic/new-custom-font/ and try to do exactly the same but for this google font: https://www.google.com/fonts#QuickUsePlace:quickUse/Family:Yanone+Kaffeesatz , but.. it’s crashes my theme, I put it at the final of the functions.php

    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Yanone Kaffeesatz’] = ‘Yanone Kaffeesatz:200,400,700′;
    return $fonts;
    }

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {
    $fonts[‘Yanone Kaffeesatz’] = ‘Yanone Kaffeesatz:200,400,700′;
    return $fonts;
    }

    so, after it, i refresh my theme and appers it: Parse error: syntax error, unexpected T_STRING in /var/www/html/partyaholic.com.br/web/wp-content/themes/enfold/functions.php on line 488

    what i need to do to add this google font? pls, help me!

    ty

    #293668

    In reply to: Layer Slider

    Hello!

    in the LS i want to replace the loading.gif
    I pasted the new one…:

    wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/fullwidth/loading.gif

    but still got the original one… can You help please?

    Cheers!
    finlando

    #293663

    In reply to: Enfold extremly slow

    Hey!


    @comitzuu
    : Thanks for helping out! Appreciated.


    @Kindbowebb
    : Just to add a little bit to @comitzuu’s response, you can do the following:

    1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg.
    2. Once all images are on the website, optimize with www optimizer plugin twice 1hr 10mins apart.
    3. Install wp-smushit run once to remove jpeg extra data then uninstall.
    4. Use BWP minify plugin to minify scripts and stylesheets, you can also use W3 Total Cache’s minify settings but we use BWP for Enfold.
    5. Install W3 Total Cache or WP-Super cache, select all recommended settings.
    6. Logout your website, visit every page at least once to create super cache files.
    7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. Once done log out.
    8. Have a cup of coffee.
    9. Visit your site after 20 minutes or so.
    10. Don’t forget to smile.

    Best regards,
    Ismael

    #293653
    This reply has been marked as private.
    #293651

    Topic: Enfold Demo

    in forum Enfold
    luminaso
    Participant

    How do I find/use the Enfold demo, so I can learn how to set up my website? I’ve already uploaded the Enfold Theme to WordPress on my server. Help!

    #293649

    In reply to: Client Login

    Does the Enfold theme have a modal window that can function as a login window?

    • This reply was modified 11 years, 8 months ago by Jasmer.
    #293648
    tonyiatridis
    Participant

    Hello,

    I migrated a site and it went well, however, I am getting this error on a lot of the pages:

    Fatal error: Call to undefined function mb_eregi() in /home/cttengin/public_html/newsite/wp-content/themes/enfold/config-layerslider/LayerSlider/helpers/phpQuery.php on line 1421

    So the site’s breaking all over the place.

    http://cttengineering.com/newsite/

    wp details in private area

    Any ideas/

    Thanks a bunch

    #293645

    In reply to: Enfold extremly slow

    It isn´t a theme-problem. Enfold is a great solution with first class and clean code and great coders..

    But it isn´t an exercise of a theme to give you high-class-performance..

    It´s your turn to minify all scripts and sheets, to find well-coded plugins, to optimize your items like images eg, to use cache-solutions and good hosting-environment with powerful servers, CDN and more..

    A theme is just the face of a body and enfold is one of the best solutions you can find, but you have to do a lot to optimize WordPress (this work you need to do with every other theme, too).

    Use P3 to look which plugs are corrupt and change them with other solutions. Just stay with Plugins you definitely need, erase everything that is just a nice add-on.

    Use W3TC to minify your stylesheets (.css) in the header. Don´t combine them with scripts (.js)..

    Look in your source-code which scripts (.js) are in header-section. Try to minify them in the header-section with the default settings. If your site breaks, you have to erase the scripts from the list one by one. Every time you erased a script, reload in another browser-window your site. On this way you can find scripts that you have to exclude..
    Use the same way with body-scripts. Try to bring them before the closing body tag </body> with asynchron loading. Script-minification is the hardest thing on optimization, but it is definitely worth to spend the time..
    Test every page after you done this work. This is your first step. You have to do it again after every plugin-installation..

    Use extended disc-cache for page-cache and minify-cache. Use also browser-caching. If you´re on a shared hoster, don´t use object-cache and database-cache.

    Take also a look at Plugin Organizer and use iTheme-Security. Install smushit and use tinypng for .png´s. It´s also very important to safe jpeg´s progressive..

    Cheers

    RRJ
    Participant

    Hi there,

    Just updated Enfold to the latest version.

    Two issues with LayerSlider:
    1) Transitions: My home page slider is no longer showing transitions between slides. I went to the Slide and checked each one has transitions set. But no luck!

    2) HTML in slide content: Secondly, I’m not sure why a <br> tag is no longer working in HTML content on my slide (slide 3). As a temp workaround, I’ve placed a <p> tag but this is not ideal.

    Thoughts and help please?

    #293623

    Thank you for your reply! I have added the code to functions.php in the child theme (which is the active theme :-) ). I cleared the browser cache but am not seeing the parent page as a title/link above the list of sub-pages. I am using the latest version of enfold.
    Is there something else I need to add?
    Thanks!

    Hello Dude
    You are right, I tried on another fresh Enfold site and it works.

    2.9.2 version? I only know 2.9.1… It’s new?

    #293600

    Hey!

    Maybe Enfold can’t regenerate the dynamic stylesheet. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete all css files inside the dynamic_avia folder. Afterwards go to Enfold > Theme Options to regenerate the dynamic stylesheets (hit the green “Save all changes” button) for each language (you need to switch the language to save the settings).

    Regards,
    Peter

    Hey!

    Enfold doesn’t convert “Bonjour c’est l’été” to “Bonjour c & r s q u o ;est l & r s q u o ; été& # 8 2 3 0 ;” by default. I think something else (custom code or a plugin) converts these characters. I did a quick test on my demo server (unmodified 2.9.2 version) and the share buttons work just fine with “Bonjour c’est l’été…”: http://test.inoplugs.com/bonjour-cest-lete/?lang=en

    If you want to modify the title output search for this line in wp-content/themes/enfold/includes/helper-social-media.php

    
    $replace['title'] 		= !isset($this->post_data['title']) ? get_the_title() : $this->post_data['title'];
    

    and modify replace get_the_title() with your title code.

    Best regards,
    Peter

    #293577

    Hi sgrobert!

    1) If you want to remove the logo completely insert this code into the child theme functions.php or enfold/functions.php file:

    
    add_filter('avf_logo_final_output', 'avia_remove_default_logo', 10, 6);
    function avia_remove_default_logo($logo, $use_image, $headline_type, $sub, $alt, $link){
    return '';
    }
    

    2) We can’t assist with the integration of Ubermenu but afaik the plugin author published a how-to article here: http://sevenspark.com/docs/ubermenu-enfold . You can also use the ubermenu support forum if you have questions regarding the plugin/theme integration.

    Regards,
    Peter

    #293576

    Hi!

    Enfold does not manipulate or change the search results and it’s a problem of the weak wordpress search engine. You can try to install a plugin like: SearchWP which improves the search engine dramatically. You can also integrate it with the ajax search feature: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/

    Note that the author of the plugin also uses Enfold for his website but we’re not affiliated with him (he’s not a theme coder or support staff member).

    Best regards,
    Peter

    #293575

    Hi!

    I’m not sure if you can easily use your css code with the LayerSlider plugin and probably you need to hire a developer who can integrate the css code into the slider for you. I recommend to paste the code into the quick css field (Enfold > Theme Options) or into the child theme style.css file. Don’t worget to remove the

    
    <style>
    

    and

    
    </style>
    

    html tags because they’re not required if you paste the code into css stylesheets or the quick css field.

    Regards,
    Peter

    #293573

    Hey jeffkaiser!

    No, unfortunately this is not possible yet. You can suggest/request this feature here https://kriesi.at/support/enfold-feature-requests/ and if more users vote for it we’ll look into it.

    Regards,
    Peter

    #293571

    Hi!

    Yes, I added a filter to the sidebar menu. To show the parent page insert this code into the child theme functions.php file or enfold/functions.php:

    
    add_filter('avia_sidebar_menu_display_child', '__return_false', 10, 3);
    

    Cheers!
    Peter

    Hey alvinhy!

    You can use this code.

    
    function add_stuff_before_breadcrumbs() {
    	echo '<div class="stretch_full container_wrap alternate_color light_bg_color title_container"><div class="container">';
    	echo 'Some html content';
    	echo '</div></div>';
    }
    add_action('ava_after_main_container', 'add_stuff_before_breadcrumbs'); 
    

    Insert it into the the enfold/functions.php or child theme functions.php file and replace “Some html content” with your banner code.

    Regards,
    Peter

Viewing 30 results - 217,351 through 217,380 (of 244,447 total)