Viewing 30 results - 214,531 through 214,560 (of 244,469 total)
  • Author
    Search Results
  • #311681

    In reply to: Contact 7 Table Width

    Hi!

    Thank you for using Enfold.

    Try to change the width of the input fields using this:

    form.wpcf7-form input {
    width: 100px !important;
    }

    Regards,
    Ismael

    #311680
    DeborahJackson
    Participant

    Hi,

    I purchased the Enfold theme for my WordPress site in May this year and have been using it fairly successfully since. A week or so ago I wanted to update my home page. I found if I deleted just one element, say, the top slider (although the same problems was there across several elements), then most of the rest of the content from that page dropped out.

    My website is at http://www.djpsych.com.au

    Can you help please?

    Deborah

    #311675

    Topic: theme update

    in forum Enfold
    bodysculpt
    Participant

    Hello!
    I’m looking for the latest theme update for enfold… I can’t find in my emails.
    Thanks!

    #311672

    Hey mjvsupertaco!

    Thank you for using Enfold.

    Please try to deactivate all plugins then recreate the slider on top of the page. See if that works.

    Best regards,
    Ismael

    #311671

    Topic: How to edit css here :

    in forum Enfold
    igorvavrik
    Participant

    Hi!

    I need to remove some code from file at http://www.itz-sold.com/wp-content/themes/enfold/css/base.css?ver=2

    How do I get to it so I can edit it?

    Thank you!

    #311670

    Hi!

    Thank you for using Enfold.

    If it’s not working with the Contact Form 7 plugin, you need to check the server configuration. Our contact form use the standard wp_mail function: http://codex.wordpress.org/Function_Reference/wp_mail to send emails. Please contact your server administrator for more info. Also, switch to the default theme and test if the CF7 plugin is working.

    Cheers!
    Ismael

    #311668

    Hey studioinktvis!

    Thank you for using Enfold.

    We usually recommend these plugins:

    https://wordpress.org/plugins/simple-social-icons/
    https://wordpress.org/plugins/social-media-icons-widget/
    https://wordpress.org/plugins/wp-socializer/

    Best regards,
    Ismael

    #311666

    In reply to: Social share buttons

    Hi!

    Thank you for using Enfold.

    You can enable the social buttons on Enfold > Extra Elements panel. Enfold comes with its own share section for posts but if you want to add your own, we usually recommend these plugins:

    https://wordpress.org/plugins/wp-socializer/
    http://wordpress.org/plugins/socialize/

    Cheers!
    Ismael

    Hi mattv7!

    Thank you for using Enfold.

    Honestly, I don’t think it’s really that important. You can just ignore that one. The blank.gif image is automatically added by the layer slider plugin.

    Cheers!
    Ismael

    Hi s_sscher!

    Thank you for using Enfold.

    I’m sorry but I don’t see the issue with the header. When viewed on portrait size, the shrinking header is disabled as expected. What do you mean by “no margin around the advanced_menu_toggle.”? A screenshot will help.

    Best regards,
    Ismael

    #311654

    Hi mattv7!

    Thank you for visiting the support forum.

    Please add this on Quick CSS or custom.css to fix the logo on mobile view:

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    margin: 0 auto;
    max-width: 100%;
    height: 60px !important;
    max-height: 60px !important;
    top: 5px;
    }
    }

    Go to Enfold > Header Layout > Mobile Menu panel then look for the Header Mobile Menu activation. Choose the second option to force the theme to show the mobile menu earlier.

    Regards,
    Ismael

    #311652

    Hey originaltours!

    Thank you for using Enfold.

    If you want to edit the shortcodes like postslider.php, add this code on the child theme’s functions.php:

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
    $template_url = get_stylesheet_directory();
    array_unshift($paths, $template_url.'/shortcodes/');
    
    return $paths;
    }

    Create a folder called “shortcodes” then place the postslider.php there.

    Best regards,
    Ismael

    #311647

    Hi mindmarketing!

    Thank you for using Enfold.

    If you want to show the exact size of the images without css interfering, you can add this on Quick CSS or custom.css:

    .avia-slideshow li img {
    width: auto;
    margin: 0 auto;
    }

    Cheers!
    Ismael

    #311645

    Hi!

    @nwwinc: Note that you can also change the single post view on Enfold > Blog Layout > Single Post Style. Select the Single Post with Big Preview image.


    @Breakstuff
    : Thanks for helping out. :)

    Regards,
    Ismael

    #311644

    Hey Kevin!

    Thank you for using Enfold.

    Unfortunately, it’s not possible to specify a specific height for the tables cells. The height will automatically expand determined by the cell content. You can apply a minimum height though:

    .main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even), .main_color table caption, .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd)  {
    min-height: 50px;
    }

    Regards,
    Ismael

    #311642

    Hi Beggers!

    Thank you for using Enfold.

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

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Yanone Kaffeesatz'] = 'Yanone Kaffeesatz:400,200,300,700';
    $fonts['Oswald'] = 'YOswald:400,300,700';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Yanone Kaffeesatz'] = 'Yanone Kaffeesatz:400,200,300,700';
    $fonts['Oswald'] = 'Oswald:400,300,700';
    return $fonts;
    }

    If you want to use it on the layer slider, go to the plugin’s panel then look for the Load Google Fonts box. Search for the google font then add it.

    Cheers!
    Ismael

    #311641

    Hi!

    Thank you for the screenshots.

    Change the font color of the submenu links on Enfold > Advanced Styling panel. Insert the Main Menu Sublevel links element. You can apply a background on the top bar using this on Quick CSS or custom.css:

    div#header_meta {
    background: red;
    }

    Cheers!
    Ismael

    #311639

    Hi!

    Thank you for using Enfold.

    The login credentials you create are incorrect. Please check. Try to deactivate the plugins then test the later slider preview again.

    Cheers!
    Ismael

    #311628

    @Ismael, @Devin

    Hi Guys, I appreciate your help on this and understand you can not support third party products. I have been on the plugin support forum and see that they suggest the Enfold theme is causing the problem. Here is the explanation, perhaps one for Kriesi to look at?
    (I have made the changes they suggested and this fixes the problem). Another example was the twitter Share button. Example:

    The Twitter share button for a Normal Enfold Blog Post would be:

    http://twitter.com/home?status=Test%20Post%20websitedomainname/?p=466

    and yet the Ai1ec post would be:

    http://twitter.com/home?status=%3Cspan%20class%3D%22p-summary%22%3ETest%20Post%20%3C%2Fspan%3E%20websitedomainname/?p=466

    Plugin Support Forum Says this:

    Your theme doesn’t support the title of a post having HTML. You should get your theme author to fix this. It breaks plugins like Ai1ec, as well as the WP-Typography plugin.

    If the theme uses the function the_title(), the theme author needs to change it to use the_title_attribute().

    If it uses get_the_title(), then the theme author needs to strip HTML tags from the title manually, or escape them using something like the WP function esc_attr().

    To change ai1ec to work around this bug, edit …../all-in-one-event-calendar/lib/http/response/render/strategy/html.php and comment out a line.

    The line to comment out is line 99:

    $title = ‘<span class=”summary”>’ . $title . ‘</span>’;
    So you should end up with:

    // $title = ‘<span class=”summary”>’ . $title . ‘</span>’;
    Try that and see if it solves many of your problems.

    The forum link is here: https://time.ly/forums/topic/enfold-buggy-calendar/#post-151286

    #311622
    tusing
    Participant

    Hi guys,

    I tried everything. Renamed plugin folder, deactivate, reactivate etc. I also reinstalled wordpress and installed previous verison of enfold but the layer builder continue to be missing. As a result I cannot edit anything. I tried most of the solution suggested in the forum but no success.

    Can you please help?

    Thanks

    #311620

    Hello,

    I have another problem! The theme dont sent the forms, dont work PHP, can you check it ? I test with enfold form and with contact form 7 and any work… What happen ?

    URL for test: http://davidrl.com/contacto

    Thanks a lot

    #311618

    Hi Welmoed!

    Please go to Enfold theme options > Header Layout > Header Size and choose to display custom pixel value. Currently your header height is 88px.

    Regards,
    Yigit

    #311609

    In reply to: Blog posts

    One more thing, is there an easy way to insert at the end of each post the social network sharing icons selected in Enfold – Blog styling when using ALB on posts?

    The alternative of inserting each icon (Tweeter, Facebook, LinkedIn) with its own link via ALB in each post seems too difficult, I am hoping there is a way to avoid it…

    Best,
    Cerasela

    #311606
    goforyourdreams
    Participant

    Does anyone have the code on how to make the site width 960 pixels (boxed layout), while keeping it responsive? There are only 2 options in Theme Settings: 1030 and 1210px, which are too wide for client’s needs… 960px is a very common site width, it would be great if Enfold can work with it!

    Thanks in advance for your help!

    #311605

    In reply to: Blog posts

    Hi Josue,

    Thank you, I have inserted the title manually as well as an icon near the post titles to get as closest possible to the initial display. It does not look as good as it did anymore but if I understand correctly it is either this or giving up ALB? If it is the case I surely prefer using ALB :)
    (Choosing to display the title in the Enfold settings as you suggested has an impact on the pages as well, I prefer not using this.)

    Best,

    Cerasela

    mostlymedia
    Participant

    Hi Guys,

    Happy with your Enfold theme and going to build several sites on it.
    I am currently finalizing a site with different language versions using WPML.
    There’s one thing -probably really easy – that I just cannot set right. I’ve serach the forum and the web but could not find the answer.
    When I activate WPML it ‘automatically’ activates language flags in the menu bar.
    If I check the pull down option in WPML (where you can choose to show the language + flag pull down) I have two navigation sets, so I want to suppress the flags in the menu bar.
    Do you have a link to help me with that?

    #311593

    Topic: Side Navigation

    in forum Enfold
    bethelcorey
    Participant

    I’m wanting to have a side navigation that when link is clicked the only thing that changes is the content of the page. So it’s basically going to stay on the same page but the content will change depending on the link that is clicked. Can I do this with Enfold? Anyone know how to achieve this? Thanks!

    #311581
    This reply has been marked as private.
    #311567

    Topic: Social share buttons

    in forum Enfold
    brian7454
    Participant

    Hi,
    Sorry if this is a dumb question but I normally just use addthis social buttons on html sites. With Enfold I’m at a loss.
    What is the best way to use social share buttons that doesn’t criple the site’s speed? I know I tried a couple of alternatives in the past and some slowed my site down immensely (html).

    I’d like to be able to add them to certain (but not all) pages, much in the same way that your page builder allows adding an image, and I’d lke to be able to add them to the sidebar on a few page types.

    Most of the plugins I’ve looked seem to have issues or just horrendous buttons. I want something fairly subdued.

    Can you give me some advice?

    Thanks

    #311550

    Hi!

    Glad you figured it out!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 30 results - 214,531 through 214,560 (of 244,469 total)