Viewing 30 results - 230,071 through 230,100 (of 244,594 total)
  • Author
    Search Results
  • #217035

    In reply to: Disable shrinking menu

    Hi der_mueller!

    Please go to Enfold theme options > Header tab and choose one of non-fixed header types

    Regards,
    Yigit

    #217034

    In reply to: Customizing Socket

    Hi!

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

    #top .social_bookmarks { float: left; margin-top: -4px; }
    #top .social_bookmarks li { padding: 0!important; }

    Cheers!
    Yigit

    Hi Dude!

    Hey, some progress :-D

    The author of “CSS & Javascript Toolbox” wrote me this:

    CJT <= 6.1.1 prepared all blocks associated with the request within “wp” WordPress hook action.
    CJT > =6.1.2 is now using the “template_redirect” hook filter to do that. “template_redirect” hook filter is being fired and processed by WordPress for canonical URLs. This filter is not being fired on your WordPress installation might be because of the theme or another Plugin.

    Can this help you investigating? Is the “template_redirect” hook not fired when using the advanced layout editor of enfold?

    Best Regards,
    Rolf

    #217027
    This reply has been marked as private.
    #217014

    In reply to: Change nav menu font

    Hey akamaxbuz!

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

    .main_menu ul:first-child > li > a { font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

    Cheers!
    Yigit

    #217010

    In reply to: enfold search results

    Thanks Peter. Great suggestion with SearchWP. Works nicely. The code for functions.php also worked like a charm.

    You guys always provide the best support!

    #217006

    In reply to: Make logo area larger

    Hey akamaxbuz!

    Please refer to my post here https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
    If you want to double the size, instead of 200 please enter 176 then add following code to Quick CSS in Enfold theme options under Styling tab

    .fixed_header #main {
    padding-top: 176px;
    }

    Cheers!
    Yigit

    Thanks, Yigit,

    I tried it. But it still doesn’t work.
    My theory is, that the problem results from the fact, that iOS-devices recognize certain numbers as phone-numbers and treat them separately from the text as a kind of links. These have perhaps their own CSS-rules, which overwrite the ENFOLD-rules.

    If this was true, I would need some browser-sniffer-rule. What do you think?

    Kindest regards,

    Klaus

    #216989

    In reply to: style.css?

    Hi!

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

    .avia_textblock h1,.avia_textblock h2,.avia_textblock h3,.avia_textblock h4,.avia_textblock h5,.avia_textblock h6  { font-weight: normal; }

    Best regards,
    Yigit

    #216988
    #216979

    Hey Kropstar!

    Please go to wp-content\themes\enfold\includes\admin folder and open register-backend-styles.php file. There you can find predefined colors. For adding Google fonts, please see Ismael’s post here https://kriesi.at/support/topic/fonts-3/#post-213641

    Best regards,
    Yigit

    #216967

    Update:

    1. Switched from shared GoDaddy server to dedicated 1and1 server.
    2. Switched from GoDaddy email account to Gmail.
    3. Installed “WP-Mail-SMTP” and sent test message. PASS
    4. Sent test message from Enfold Contact Form. PASS

    I’m guessing that it was a firewall issue on the GoDaddy server.

    Can’t guess why direct send from WP-Mail-SMTP PASSED but the contact form FAILED.

    Any ideas?

    #216963

    Hey!

    Glad that the contact form plugin works for you. If we find a bug in our theme code we’ll fix it but we’re not aware of a bug in our send function. Unfortunately some host provider (i.e. hostgator) simply won’t work with our contact form and we don’t know why because we use the standard wp_mail() function http://codex.wordpress.org/Function_Reference/wp_mail to send the emails.

    Regards,
    Peter

    #216946
    ClaireBrummell
    Participant

    I use sendpepper as my autoresponder, adding the HTML for the form pages breaks the edit window in Enfold.

    Whenever I add a form (just using HTML in a text box), when I go back in and re-edit the page the editor doesn’t view properly…I can’t undo it because the update button isn’t visible on the page anymore, the boxes are all over the place and I can’t view the content of the page to change it.

    Please note that this is NOT a plugin (I’ve asked this question before and was told that third party plugins aren’t supported)…it is just some HTML code that I’ve added to a page…I can’t even take the HTML code out because I can’t view the editor (either basic text or avia) or the ‘update’ button when I try to edit the page.

    I’ve tried this on a couple of pages and the same thing happens every time. Please advise as i need to find a way to be able to use an HTML form in Enfold together. The page appears to be working fine, I just can’t edit it anymore, which is something of a problem!

    Thanks,

    Claire

    #216945

    @dude

    Hello,

    In my case Contact form 7 did the job.
    Its drawback of theme that this question had been raised number of times by theme users.Your team should fix this bug in next release as it might create negative impact on this beautiful theme.Unfortunately we have to use 3rd party plugin despite having inbuilt contact form functionality in theme.

    Thanks Kriesi team for responding quickly to query.

    • This reply was modified 12 years, 2 months ago by peerbits.
    #216944

    Topic: Enfold + WPML problems

    in forum Enfold
    ramoncrusellas
    Participant

    Hello,

    I have a series of problems with Enfold Theme and Plugin WPML translations.

    I mean, when a page using the Portfolio Gid (Avia Layout Builder) I have problems with the categories of Portfolio Items. I get only the main categories of the language, that is, when I’m in Spanish I get the categories Catalan (main language). This also happens to me in the prodcut Grid (woocommerce plugin) that allows you to display products in a category or more, the problem is that I always leave the categories of primary language, Catalan.

    Is there any solution for this bug?

    This is the test site: http://ramoncrusellas.com/catvan2/

    Thank you!

    #216943

    Hi!

    I’m not sure why the filter is not working but please download the font that you want on http://fontello.com/ then upload it via Enfold > General Settings > Icon Font Manager. Edit functions.php, find this code:

    'scrolltop' => array( 'font' =>'entypo-fontello', 'icon' => 'ue876'),

    Below, add this code:

    'slideshare' 	=> array( 'font' =>'fontello', 'icon' => 'ue802'),
    

    I used the checkmark from Font Awesome. Edit includes > admin > register-admin-options.php, find this code on line 971:

    'Youtube'   => 'youtube',
    

    Below, add this code:

    'Slideshare'   => 'slideshare',
    

    You can now select the Slideshare social icon. You can do the same with yelp icons. Regarding the icon codes, you need to remove the plus sign. U+E802 should be converted to ue802.

    Cheers!
    Ismael

    eostis
    Participant

    Hi,

    I get the above error in avia-builder.js when I try to save a promo-box, or a button, which prevents me from updating my website.

    I’ve just reinstalled the latest version of enfold.

    Other message:
    “[AVIA-HELP] Make sure that the modal_on_load function defined in your Shortcodes config array exists ”

    and:
    “Uncaught TypeError: Object function (p_val) {
    var l = this.length;
    for(var i = 0; i < l; i++) {
    if(this[i] == p_val) {
    return true;
    }
    }
    return false;
    } has no method ‘replace’ avia-builder.js?ver=0.4:1150
    $.AviaBuilder.update_builder_html avia-builder.js?ver=0.4:1150
    $.AviaBuilder.send_to_datastorage avia-builder.js?ver=0.4:1081
    $.AviaModal.execute_callback avia-modal.js?ver=0.4:281
    (anonymous function) avia-modal.js?ver=0.4:59
    x.event.dispatch load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,plupload-html5,plupload-f…:4
    v.handle load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,plupload-html5,plupload-f…:4”

    #216929

    Hello,

    One question:)
    When I move a site from one server to another (test to live) I alter the MYSQL DB file in Notepad.
    For example. When I made a site on test.groeier.nl and I want to move it to http://www.groeier.nl
    I change all the test.groeier.nl to the http://www.groeier.nl links
    No problems so far, the site works almost great then.

    The only problem is, that te settings from the enfold theme become blank, so I have to put in all the settings again.
    Can you tell my how to solve this, because I would think the settings are in the DB?

    Gr. Jeen

    #216924
    Gigi
    Participant

    Hello!
    Any way to have the pricing tables having different color one from the other?

    http://kriesi.at/themes/enfold/shortcodes/pricing-and-data-tables/

    for examples the $20/month be green..

    Thanks!

    #216919
    apower84
    Participant

    Hi,
    Have tried to add the price filter widget to the default woocommerce shop page and my own Product pages but it doesn’t show.

    And also the css settings seams a bit off, I believed that everythig would look like the demo if ju just added the products and the same Widgets.

    How can i make the sidebar like in your demo for my shop?
    Shop – > http://kriesi.at/themedemo/?theme=enfold

    #216918

    Same problem. Here is the fault finding I have done:

    Wordpress 3.8.1 With Enfold

    1. Installed “WP-Mail-SMTP” and sent test message. PASS
    2. Sent test message from Enfold Contact Form. FAIL

    3. Installed “Easy WP SMTP” and sent test message. PASS
    4. Sent test message from Enfold Contact Form. FAIL

    5. Installed “Contact Form 7” and sent test message. FAIL
    6. “Grunion Contact Form” and sent test message. FAIL

    Any ideas?

    #216904
    This reply has been marked as private.
    #216900

    Thank you very much

    #216897

    Hey!

    Du kannst alle Feature Requests hier: https://kriesi.at/support/topic/enfold-feature-requests/page/18/ posten.

    Öffentliche Roadmap gibt es derzeit keine. Der Plan sieht derzeit so aus, dass wir heute oder morgen ein Update veröffentlichen, welches Video Backgrounds und Parallax Effekts zu “Color Sections” hinzufügt und man kann jetzt auch Videos zu den Slidern hinzufügen. Weiters gibt es Detailverbesserungen – zB aktualisiert sich jetzt die Filter Liste des “Masonry Portfolios”, wenn man den “Load More” button klickt und die Copyright Zeile unterstützt jetzt Shortcodes. Das nächste Update wird vermutlich rtl Support und LayerSlider 5 bringen und dann sehen wir weiter.

    Regards,
    Peter

    #216892

    In reply to: Top Line Heading

    Hey condonpb!

    Please go to Enfold theme options > Header tab and choose to display “Non-fixed header with additional navigation” and add your text in “Phone Number or small info text” section

    Cheers!
    Yigit

    #216891

    Hi Dude,

    This didn’t work. This is what I did.

    1. I removed the code I added to register-admin-options.php because you said I didn’t need to hack the theme file.
    2. On fontello site, I selected a Yelp font from the zocial font family and downloaded the zip
    3. I added the code below to the bottom of functions.php and saved.
    4. I went to Enfold – General Settings and uploaded the zip as you can see here http://goo.gl/PUZ9n2
    5. I then went to Enfold – Header and added a social item and looked for “Yelp” in the “Social Icon” drop down list.
    6. I don’t see Yelp in the list. What did I do wrong? Please talk to me like I am a baby. Ha.

    Thank you, Jas

    Here is my code.

    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons['yelp']	 = array( 'font' =>'fontello', 'icon' => 'ue800');
    return $icons;
    }
    
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    function avia_add_custom_social_icon($icons)
    {
    $icons['Yelp'] = 'yelp';
    return $icons;
    }
    • This reply was modified 12 years, 2 months ago by Jasmer.
    #216887

    Hey!

    Yes, the class is theme specific. It’s required because our theme tries to scroll to an element if it exists on the current page (otherwise we couldn’t create section links like here: http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/ ) and if the user wants to deactivate this effect he can use the no-scroll class.

    Regards,
    Peter

    #216883

    HELLO

    I speak very little English, we must be more precise, I’m in ENFOLD> STYLE> ALTERNATIVE CONTENT, I make the change and nothing happens it does not take into account my request, I DO WHAT?

    Ismael, you gave me a code, it is in every page?

    Thank

    #216881

    Got it all figured out. Worked great. Thanks a million! I’ve been trying to figure that out for a while!
    Quick question for future reference… Is the “no-scroll” specific to Enfold? or is that something I can put in other theme’s if I come across similar issues.
    I guess I should ask if it theme specific.

    thanks!

Viewing 30 results - 230,071 through 230,100 (of 244,594 total)