Viewing 30 results - 215,221 through 215,250 (of 244,458 total)
  • Author
    Search Results
  • #307337
    ouranos3
    Participant

    Hi Enfold Support team,

    So, I was trying to add a javascript and a form in a page with the builder, via the “Code Block” element.

    Preview was ok, but the builder had trouble to edit the Code block (builder tag visible outside the builder element, code disappears in the code block when editing it …)

    I tried to check which element made the builder break and i think it’s the textarea tag. And when i tried with this single part of code, it broke :

    <div><form><textarea name=”avia_test_texte_area_1″ class=”text_area ” cols=”40″ rows=”7″ id=”avia_test_texte_area_1″></textarea></form></div>

    Is there a way to prevent this ? I saw a previous thread about a similar problem, but it was in the “text block” element of the builder, not the “code block”.

    The solution was to use the html snippet plugin and to wait for the fix. It was in April and i don”t know if there is a way to do that now with the code blok…

    Thanks for your help.

    #307331

    Hey!

    Unfortunately this seems to be a conflict between WooCommerce and Yoast. Our theme just triggers it because we load the WooCommerce shortcode (Product Grid element which you use in your template). You can “fix” this issue by adding this code to the enfold/functions.php or child theme functions.php file:

    
    add_action('after_theme_setup','avia_remove_yoast_filter');
    function avia_remove_yoast_filter()
    {
    remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1);
    }
    

    Pages without the “Product grid” shortcode do not trigger this conflict – thus I recommend to add this code temporarily to the functions.php file when you want to save the meta description on this page and afterwards you can remove it.

    Best regards,
    Peter

    #307327

    In reply to: Update Enfold Theme

    Hi gharry79!

    You can unzip enfold.zip file and update via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    • This reply was modified 11 years, 7 months ago by Yigit.
    #307321

    Topic: Update Enfold Theme

    in forum Enfold
    gharry79
    Participant

    Hallo,

    wenn ich die neueste Version von Enfold unter themeforest downloade fehlt mir der komplette Ordner Enfold.

    Ich habe nur folgende Dateien:

    Ordner:
    – _MACOSX
    – documentation
    – License
    – Licensing

    Datei:
    – enfold.zip
    – psd-files.zip
    Version

    Laut dem Video muss man aber einen Ordner “Enfold” kopieren. Diesen habe ich aber leider nicht.

    Danke für Eure Hilfe.

    lg
    Harald

    #307310

    Hey!

    That would work, but more “solid” way would be applying a unique ID to your Color Section element ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and use the code as following instead

    #your-custom-id { border: medium none; padding-top: 6px; }

    Best regards,
    Yigit

    #307309

    In reply to: two problems

    Hi denis-lvov!

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

    .single .big-preview.single-big {
    pointer-events: none;
    }

    2- Please refer to Peter’s post here to change archive layout – https://kriesi.at/support/topic/how-to-get-a-different-layout-for-the-blog-page-without-breaking-breadcrumbs/#post-256745

    Regards,
    Yigit

    #307293

    Hi Kesa!

    I have added your phone number using following method in Enfold theme options > Header Layout > Extra Elements

    <a href="tel://1-555-555-5555">+1 (555) 555-5555</a>

    Regards,
    Yigit

    #307284

    In reply to: Mega Menu Firefox

    Hi dondela!

    Danke dass Sie unser Theme verwenden.

    In custom.css oder Enfold->Styles->QuickCSS Feld bitte das folgende eingeben:

    
    #top #header .avia_mega_div .sub-menu{
    float: left !important;
    }
    

    Best regards,
    Günter

    #307279

    Hi!

    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 the enfold.css file inside the dynamic_avia folder. Afterwards go to Enfold > Theme Options to regenerate the dynamic stylesheets (hit the green “Save all changes” button). Enfold uses the uploads folder because the permission is normally set to 755 or 777 and Enfold can normally create the “dynamic_avia” folder easily without any additional permission changes.

    Best regards,
    Peter

    #307268

    Hey jacobtaddy!

    Thank you for using our theme.

    In custom.css or Enfold->Styling->Quick-CSS field put the following and adjust the px value:

    
    .single .entry-content-wrapper{
     margin: -15px 0 0 0 !important;
    }
    

    Best regards,
    Günter

    #307265

    Hey!

    You can try to add an “order” and “orderby” option field to the blog element – see: http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/

    Then select “orderby” – “date” from the dropdown and order “DESC”. This should revert the post order.

    Regards,
    Peter

    #307262

    Hi guys

    I posted earlier but had no reply, i have the same issue and it only works if i deactivate woo commerce and stay with the enfold theme or I change to a generic theme such as twenty 14 and it all works fine, however this isn’t acceptable, any ideas?

    Thanks Richard

    #307252

    Hi boazmns!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->Quick CSS put the following:

    
    .avia-icon-list .iconlist_icon {
        font-size: inherit !important;
    }
    

    Best regards,
    Günter

    #307249

    Okay i just found out, that my enfold_child_theme.css located at wp-content/uploads/dynamic_avia/ won’t get overwritten after i change some theme options and click on “Save all changes”.

    Whereas in my local installation this actions works. So the overriding procedure doesn’t work online. But how can i fix it?
    Which permissions do i have to set to folders and files inside wp-content/uploads/dynamic_avia to run properly?

    Btw: For what reason the css files are stored in the uploads folder? I thought the uploads folder is only for uploading media files via backend?

    Maybe you have an idea how i can fit the overriding feature.

    Regards,
    Axel

    #307248

    Hi Starkos!

    Thank you for using our theme.

    In custom.css or Enfold-> Styling-> QUICK-CSS-field put the following and adjust the first px value:

    
    .main_color .iconlist_content {
        margin: 15px 0 0;
    }
    

    ,

    Cheers!
    Günter

    #307243

    Hey gowapi!

    Thank you for using Enfold.

    You can use this on functions.php to add google fonts:

    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Raleway'] = 'Raleway';
    return $fonts;
    }

    The Raleway font will be added as an option on General Styling > Body Font (Defines the Font for your body text).

    Best regards,
    Ismael

    #307238

    Hey blankonblank!

    Thank you for using Enfold.

    We tested the plugin on our installation and it’s working fine. Maybe another plugin is in conflict. Please deactivate all plugins then test it again.

    Cheers!
    Ismael

    #307234

    Hi djshortkut!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    #top .scroll-down-link {
    background: transparent;
    color: white;
    }

    Cheers!
    Ismael

    #307216
    This reply has been marked as private.
    #307214

    Hey!

    Yes, open up enfold / framework / php / class-framework-widgets.php and replace:

    
    $additional_loop = new WP_Query($new_query);
    

    with:

    
    $new_query['orderby'] = "rand";
    $additional_loop = new WP_Query($new_query);
    

    Best regards,
    Peter

    alwaysg2
    Participant

    Hi,

    No matter what I do I cannot get my homepage to be a static separate page from my latest blog post. I have changed the settings in the Settings – Reading – section to display my static page as homepage and my blog as the blog page. I have changed it inside the Enfold Theme Settings – and Appearance – Customize section and still nothing.

    I deleted the post that was linking to the homepage and re-created it, and the same thing happens (you click on the blog post in the blog page and it goes right to the homepage). I just recently deleted the post completely and the next blog post underneath it now takes its place.

    Under Yoast SEO – it is also pulling in the content from the blog and will not let me re-title or add meta data that’s related to my homepage. Once I hit update it just fills in each box with the title and meta data from the latest post.

    I’m new to this whole WordPress experience and this may be a simple fix.

    Hope you guys can fix this! This is truly and awesome theme : )

    Thanks

    #307208

    Thanks Peter,
    I found wp-content/uploads/dynamic_avia/ is already 777 status.

    I go to wp-content/uploads/dynamic_avia/
    and delete /enfold.css
    then duplicate /enfold_ja.css and it finally solved.

    I’m hoping Enfold can regenerate the css for all language ( fully integrated with WPML) in the future.

    Anyway, thanks.
    Takafumi

    #307207

    In reply to: Google Map CLuster

    Hey!

    Ok, please don’t forget to post the idea here: https://kriesi.at/support/enfold-feature-requests/ too :)

    Best regards,
    Peter

    #307190

    Topic: Alter theme width

    in forum Enfold
    glenh82
    Participant

    Hi
    I am using Enfold with a boxed layout, but it is too wide for my needs, I would like to make the total width of the boxed layout to be less. 980px would be ideal I think. I took a stab at custom css to do it, but only got certain elements to shrink, not the entire.
    And, would changing this affect the menu break down for the resposive side of things? and do I need to change that code as well?

    If you could help me with some css for this, that would be awesome.

    Thanks
    Glen

    #307187

    Hey Mark!

    No, unfortunately that feature is not available right now. Feel free to request it here, Kriesi might consider if it gets popular.

    Best regards,
    Josue

    #307182

    Hi,

    Open /enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php and look for line 943:

    $title = $entry->name;
    

    Replace it by:

    $title = $entry->slug;
    

    Regards,
    Josue

    Hey!

    Please update the theme to the latest version (2.9.1).

    Best regards,
    Josue

    #307167

    Hi lzevon!

    Thank you for using Enfold.

    Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy. You might want to direct any question regarding this matter to the plugin author.

    Cheers!
    Ismael

    #307164

    Hi jacobs64!

    Thank you for using Enfold.

    Make sure that you export the theme options from the parent theme then activate the child theme. Import the theme options and it should be running like it was before.

    Regards,
    Ismael

    #307158

    Hi!

    Thank you for the update.

    Do you mind if we take a look? Please post the login details here. We would like to check it. 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. :)
    Thanks!

    Regards,
    Ismael

Viewing 30 results - 215,221 through 215,250 (of 244,458 total)