Viewing 30 results - 219,961 through 219,990 (of 244,173 total)
  • Author
    Search Results
  • #273229

    In reply to: Yellow Padlock https

    Thanks Peter for the information, much appreciated. However it somehow fixed itself! Sounds strange I know, but when I normally choose a background image in the Enfold Options in WordPress I am sure it used to show what image you have selected in the dropdown. Now it just displays “——–” as though I haven’t selected one (even though I have).

    Enfold is a great theme. I think it would be even better if in the options it displayed the path like other themes do, so you can then just alter the path and get rid of the dropdown menus. :)

    #273228

    Hey!

    Thank you for the info.

    You can disable the sidebar navigation for all nested subpages on Enfold > Sidebar Layout > Page Sidebar navigation.

    Best regards,
    Ismael

    #273220

    Hi charger70!

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

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    margin: 0 auto;
    max-width: 85%;
    height: auto !important; }}
    @media only screen and (max-width: 990px) {
    .sub_menu li { padding: 0 5px; }}

    I cannot reproduce the second issue, have you already figured it out?

    Cheers!
    Yigit

    #273215

    Hi morpho2014!

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

    @media only screen and (max-width: 479px) { 
    .responsive #socket .sub_menu_socket {
    display: block !important;
    }}

    Regards,
    Yigit

    #273209

    In reply to: Menu Disappears

    Hi Matt!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 989px) { 
    .html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate {
    display: block;
    }}

    Please note that you are currently using a Fixed Layout. You can turn on Responsive Layout in Enfold theme options

    Regards,
    Yigit

    #273206

    Ok, tried. But don`t work… so I’m not using wp-gallerys nor Enfolds gallery solution.
    Thanks anyway for your sugestions :)

    #273205

    In reply to: Logo on main menu

    Hey!

    1- Can you post a screenshot of the issue? I am also on a 15inch MacBook and this is how i see your menu – http://i.imgur.com/rujVUJ1.png
    2- Please go to Enfold theme options > Advanced Styling and edit Main Menu Links

    Regards,
    Yigit

    #273192

    Hey!

    Yes, personally I recommend to create a child theme but if you don’t want to use a child theme ou can modify the enfold/functions.php file. Just insert the code at the very bottom of the file.

    Regards,
    Peter

    #273189

    Hey frofjeld!

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

    .postid-2166 .av-share-box {
    display: none!important;
    }

    If you would like to remove it from your other certain posts as well, you can copy the code and change post ID. You can right click on Chrome or Firefox to inspect elements to find post ID’s http://i.imgur.com/HyPTCRg.jpg
    Best regards,
    Yigit

    #273178

    In reply to: Font Size

    Hey!

    You can turn on custom CSS field for Avia Layout Builder elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    give the element you would like to use a custom CSS class and add following code to Quick CSS

    .your-custom-class { font-size: 12px !important; }

    Regards,
    Yigit

    #273175

    Hey mcraig77!

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

    h2.avia-caption-title {
    font-size: 20px;
    }

    Cheers!
    Yigit

    #273173

    Hey mcraig77!

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

    .flex_column .widget .widgettitle, .content .widget .widgettitle {
    margin-top: 0 !important;
    }

    Cheers!
    Yigit

    #273166
    Pedro
    Participant

    Hi there,

    I’m using advanced custom fields with the theme. This plugin what it does is to provide a nice UI and add custom fields to any kind of post. One of this fields is call repeater field, and stores the data for multiples fields on an array of sub-fields.

    http://www.advancedcustomfields.com/resources/field-types/repeater/

    What I want is to use those fields that I have from before changing the theme, to keep all the info.

    The common code to display does fiels is this

    But this doesn’t works at all. How should I do it? Thanks.

    • This topic was modified 11 years, 8 months ago by Dude.
    • This topic was modified 2 months ago by Yigit.
    • This topic was modified 2 months ago by Yigit.
    #273156
    midoriblue
    Participant

    Hi guys,

    I’d like to install Enfold to my currently running blog that has another theme installed. My understanding is that to customize Enfold, I’ll need to have the theme activated. However if I activate this, my site would look like a mess… is there an under construction option that will close off the site from public? Or is there a better way to do this?

    Thanks in advance.

    #273154

    Hi Peter,

    if you can replace the standard search with a plugin, then I would use Relevanssi instead. I found a post about replacing search with relevanssi (http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/), but I am not sure where to change the code. In function.php?

    Best regards,
    Holger

    #273152
    pako69
    Participant

    Hello
    Because of my specifique layout (I do not use the Enfold builtin mainmenu) I would like to know if there is a way to add you Ajax search elsewhere in my site?
    thanks

    #273147

    Hey Holger!

    Yes, you can use a plugin SearchWP to tune the default wordpress search engine. It also works with the ajax search: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/

    Regards,
    Peter

    Hey!

    You can use WP MigrateDB to replace all occurrences of http:// with https:// in your database – also see: https://kriesi.at/support/topic/umstellung-https-und-wp-3-9-muss-ich-da-was-beachten/ – I know that this tool will “fix” all https errors of the Enfold theme. However I can’t guarantee that it will fix all errors on your website especially because some third party plugins may add content to your website which still uses the standard http:// protocol.

    Cheers!
    Peter

    #273141

    Hey fitzpatrick512!

    Please update Enfold to version 2.8.1 and make sure you’re using the latest WooCommerce version. If this doesn’t fix the issue deactivate all third party plugins and WooCommerce extensions except WooCommerce and check if the related products show up afterwards.

    Best regards,
    Peter

    #273131

    In reply to: Portfolio Arrows

    Hi!

    You can try to change the arrow position – please place this code into the child theme functions.php file enfold/functionsphp:

    
    
    add_filter('avia_post_nav_entries', 'avia_apply_custom_sort_order_to_post_nav', 10, 2);
    function avia_apply_custom_sort_order_to_post_nav($entries, $settings)
    {
        $temp_prev = $entries['prev'];
        $temp_next = $entries['next'];
        $entries['prev'] = $entries['next'] = "";
        if(!empty($temp_next)) $entries['prev'] = $temp_next;
        if(!empty($temp_prev)) $entries['next'] = $temp_prev;
        return $entries;
    }
    

    Regards,
    Peter

    Hi!

    Yes, please make sure all files are updated (and overwritten) when you upload the new theme files with ftp. probably the font files in wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/ are still outdated.

    Best regards,
    Peter

    #273121
    Zheq
    Participant

    Dear Support Team!

    I’am woking with Enfold and would like to paste some images on one of the pages of my website, but when i choose insert media option, it starts to load the pictures what are uploaded but after few successful loads the loader seems to be struck and nothing happens if i scroll down, also some of the pictures only have the frame and the picture is not shown.

    I have tried to refresh the browser but it didnt help. I have checked on all possible browsers and all of them updated to the newest version. (Chrome/Firefox/Opera). Java updates also installed. Also checked it on few PC-s and was the same on all platform.

    Here is an image of the insert media screen what happens after few seconds of loading.

    Would like to ask for help, how can i solve this problem?

    Thank you!

    Zheq

    #273111

    Hi!

    Please try to use this url: http://shortiedesigns.com/site/#av_section_1 for the fullscreen slider button. Enfold should then scroll to the av_section_1 section.

    Cheers!
    Peter

    #273105

    Hi!

    Yes, selecting taxonomies is currently not supported. You can use the code I posted here: https://kriesi.at/support/topic/latest-news-widget-show-custom-post-type/#post-239987 to register a new, custom widget for your cpt/taxonomy. If you want to query posts from several cpts which are grouped in the same taxonomy you can replace this line:

    
    $this->avia_post_type = 'portfolio';
    

    with

    
    $this->avia_post_type = get_post_types();
    

    – the get_post_types function will return all registered post types and WP will include all post types into the query.

    If you want us to add this feature/advanced widget to the Enfold framework please submit a feature request here: https://kriesi.at/support/enfold-feature-requests/ and if your idea gets enough votes we’ll look into it.

    Best regards,
    Peter

    #273104
    t3lgroup
    Participant

    Hi,
    After the update to the latest Enfold theme my image animations (created with image element) is not looking that good any more.

    Please try to go to this page: http://www.3loptest.dk/products/office/

    The pictures of the products in the top and also the two logos have ‘fade in’ animation. But when loading the page the images are already there and they just ‘blink’. Before the update of the theme they where ‘hidden’ and faded in with nice and smootly effect when scrolling down to them.

    I have used the ‘image element’ with animation many places on the website and it is the same all over. On your website there is this nice and smooth fade in.

    I have tested in 3 different browsers and also tried to empty cache etc.

    #273101

    Hey!

    Both features are not supported by WooCommerce out of the box and also Enfold doesn’t add them to the WooCommerce code. I searched the plugin repository and I found this plugin: https://wordpress.org/plugins/profile-builder/ which may help you to build advanced, editable profile pages but tbh I’m not sure if you can integrate it with WooCommerce easily. I recommend to contact the plugin author for more details and if necessary hire a freelancer who an develop a custom solution for you.

    Regards,
    Peter

    Hey IrishShore!

    Before anything else I would first try FTPing to your wordpress install and then deleting the Enfold theme folder followed by re-uploading the newest version.

    Its the same basic steps as in this video with the added deleting to make sure any errors are properly written over with the new update/install: https://vimeo.com/channels/aviathemes/67209750

    Best regards,
    Devin

    IrishShore
    Participant

    Getting the following error after attempting to update the version of enfold. (2014 May 28th – Version 2.8.1)
    “Parse error: syntax error, unexpected $end, expecting ‘,’ or ‘;’ in /home/content/18/6958118/html/wp-content/themes/enfold/framework/php/class-framework-widgets.php on line 208”

    Entire site is down and can’t even launch WP Admin.

    Thanks

    #273062

    Try modifing /wp-content/themes/enfold/css/custom.css with:

    ins.adsbygoogle:before, .adsbygoogle ins:before {
    content: none !important;
    }

    #273030

    Hi!

    You can upload it to a service like imgur o dropbox.

    Make sure you are using the latest version of Enfold(2.8.1)/WordPress (3.9.1). Right now you are using Enfold 2.7, follow this guide on how to update it.

    Best regards,
    Josue

Viewing 30 results - 219,961 through 219,990 (of 244,173 total)