Viewing 30 results - 233,791 through 233,820 (of 244,282 total)
  • Author
    Search Results
  • #193574

    Hi Peter,

    I probably did not express myself properly.

    The margins seem to be fine but the fields are not the same as this: http://d.pr/i/10NO/3MwjJGUN (round corners, lighter colours and full length fields).

    #193570

    Hi!

    The code seems to work for me: http://www.clipular.com/c/5928178371526656.png?k=cfjfigyA49Ib4kU7psRp7qR8s5I and the caption underneath the input field displays without a margin – did you try to clear the browser cache?

    Regards,
    Peter

    #193569
    Premanjali2
    Participant

    What is a good audio player that will be compatible with the Enfold Theme? This theme is new to me. I see a video content element, but no audio content element. Would a plugin like http://wordpress.org/plugins/audio-player/ work, or http://wordpress.org/plugins/html5-jquery-audio-player/‎ ?

    Could I insert the short code for an audio player into the an Enfold Content Element icon list?

    • This topic was modified 12 years, 3 months ago by Premanjali2.
    websitegurus
    Participant

    Q1. Where is the code for Enfold’s straight text editor on the backend?

    There are two options for editing straight Text Blocks with ALB
    1. Visual
    2. Straight Text

    Unfortunately straight text doesn’t echo straight text. The ALB GUI inserts < p > tags automatically at the beginning of the element which affects the underlying CSS due to padding you’ve assigned to P tags.

    I really don’t want a hack or workaround using CSS. That’s a band-aid approach. I want to remove the P tags from the PHP that’s automatically inserting into the DIV. It is playing havoc with many things with UL’s and LI’s and other positioned elements.

    Straight text should actually yield straight text. You already have a full-featured editor onboard.
    You’re probably going to suggest using the default text editor below the ALB. (yes I’ve enabled this in the functions file)
    But that’s not an option with Masonry because you have a bug when publishing where all of the code disappears and you loose ALL of your work if you shift back and forth between ALB and the short code editor. You had this bug with other tools and I think Kriesi addressed it and made the two pages that publish things on the back end sing together. But it has not been cleared up with the new Masonry tool you released about a month ago. Go try it. You’ll see. I had been dealing with the bug by keeping backup text files, but this is not really an option now due to the inability to insert text without it being overwritten by ALB.

    I really don’t want to wait for an update to fix Masonry. It affects every text element I edit in Masonry and I’m doing a lot of straight text editing on pages for scripts. (I haven’t tried other environments, it may impact them too) On that same note, when inserting Javascript inside a straight text block or the short code editor your PHP inserts CDATA tags which constantly need removal because it breaks the script. It only affects Javascript when you go back and try to edit existing Javascript that you initially placed in a text block. Knowing which file echos the PHP will probably also steer me where the CData wrapper is written. I really need to know where the automated paragraph tags are written, so I can proceed with site development or I’m dead in the water with what I want to accomplish.

    Thanks!

    #193558

    Oke,
    Can you tell me how to do that? or when i finished my site and i upload it to my live server Is than the problem solved?
    Regards

    #193552

    I apologize that link did not show the blog page that I’m desperately trying to duplicated.

    Here is a screen capture: http://planningforever.com/wp-content/uploads/2013/11/Screen-Shot-2013-11-26-at-11.25.01-AM.png

    In the Enfold theme settings it does have an “Excerpt with REad More Link”, which I have selected but it’s not doing it. I’m sure I’m just missing one step.

    Can you please let me know how to fix this?

    I’m not interested in doing the manual excerpts. It changes the Feed and overrides SEO, I believe.

    #193549
    Niels
    Participant

    I have a number of galleries on my first Enfold site, which is now almost ready to launch publicly.

    The thumbnail images use pop-up captions on mouse-over, which appear as white text on a dark grey, translucent background.

    Can you tell me how I can style the captions to use a different colour background and font combination?

    Thanks.

    #193547

    Modularize Testimonials so that they are reusable as a widget or shortcode embed

    In the current testimonials setup they can be added to one page, but once they are on that page, there is no way to repurpose them.

    So for instance, I currently have a rotation of Testimonials on the homepage. But I also want to put up a page listing those same Testimonials in a list format. Right now I would have to enter all of the Testimonials twice in order to achieve that.

    Ideally, I would want to enter the Testimonials once, then be able to insert them into any page, or sidebar using a shortcode or widget.

    Thanks.

    btw: This is one of the best themes that I’ve used and hope to use more of your themes in the future.

    #193542
    MarcG5
    Participant

    Hi guy’s, I need some help.

    I’ve purchased Enfold with the plan of updating my current Avisio site to use this theme. Before switching over themes I need to make a few custom changes to Enfold but would like make sure that the changes I plan to make work with minimal disruptions to my live site. Ideally I would like to use my existing data and modify the Enfold theme before making the big switch over. What’s the best way of using both themes with the same content before going live to ensure of minimal disruption?

    Thanks
    Marc

    #193541

    Hi Dude,

    Unfortunately it didn’t work. Please check the URL sent before.

    Any other ideas?

    Thank you

    #193535

    Hey!

    Try to insert following code into the quick css field

    
    #top .frm_form_fields input[type="text"], #top .frm_form_fields input[type="input"]{
    margin-bottom: 0;
    }
    

    Best regards,
    Peter

    #193533

    Topic: Some questions

    in forum Enfold
    tomdeloof
    Participant

    Hello

    My site is almost finished, i have some final issues:

    1. I don’t want to see date and time in the widget Enfold Latest News
    2. Can I change the language of “You are here” and “read more” without using WPML?
    3. There is difference between the color of the main font and the font of text when I’m using a the “icon list”.
    In that cae i also want het color of the main font.

    Thanks

    Hi!

    Contact Form 7 may fit your needs: http://wordpress.org/plugins/contact-form-7/

    Cheers!
    Josue

    #193515
    This reply has been marked as private.
    #193512
    sitesme
    Participant

    Hi,

    I am using FormidablePRO for my forms which I really need to keep using it.
    I was using Choices theme and you gave me the following code to fix some issues with the CSS:

    /* fix the formidable problem */
    .flex_column .frm_form_fields br{display:none;}
    
    .ui-datepicker-month, .ui-datepicker-year{
        min-width: 0 !important;
        padding: 0 !important;
    } 

    I found the following code which solved me the breaklines:

    #top .frm_forms label {
    display: inline;
    }

    But I still need more help to make this: http://d.pr/i/iwc5/5hTP676R to look like http://d.pr/i/10NO/3MwjJGUN

    They are both the same form. The first on Enfold, the second on Choices with custom CSS.

    I can send you the URL of the website in PM or by email.

    Thank you.

    #193509

    In reply to: Partner/logo element

    This reply has been marked as private.
    #193501
    This reply has been marked as private.
    #193497

    Hi Devin,

    hm, after filling my theme forest user name and API key in the Enfold Theme options / theme update area there are no theme updates displayed: “No Updates available. You are running the latest version! Great!”

    But in my version there is no masonry blog element in the avia layout builder…

    andreas

    #193489
    adriaprintweb
    Participant

    Hi,

    I have an issue when migrating the site with the Enfold theme to the online server.
    Normally it’s is a straightforward process using WP MIGRATE DB plug in but because of some reason when I move the site and import the database the Layer Slider disappears not just from the front end but from the back and too + the Portfolio images are missing as well as the custom logo.

    Please help asap
    Thanks

    #193475

    Hey lbweb!

    Can you post the link to your website? There is no sidebar in second screenshot as well ( first screenshot link is broken ). You can turn on Sidebars on pages in Enfold theme options and choose not to display them on any particular page in Layout section http://i.imgur.com/tD7sokZ.jpg

    Best regards,
    Yigit

    #193458
    This reply has been marked as private.
    #193456

    Hey!

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

    #header_meta {
    display: block;
    }

    It is currently set to display none.
    And please try adding following code to Quick CSS as well

    [data-av_icon]:before {
    content: attr(data-av_icon);
    speak: none;
    }

    Best regards,
    Yigit

    #193452

    Hey!

    It seems like the SEO plugin tries to execute the product slider shortcode before the WooCommerce class is available. The visibility_meta_query() function is a member of the WC_Query class (defined in /wp-content/plugins/woocommerce/classes/class-wc-query.php ) and without this class our product slider shortcode won’t work. You need to contact the plugin author and ask him how to make sure that the seo plugin loads after the woocommerce plugin is ready. Alternatively you can try: http://wordpress.org/plugins/wordpress-seo/ which works with Enfold out of the box.

    Cheers!
    Peter

    #193450

    Hi chryseis!

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

    .template-blog .post-entry-last .post_delimiter { display: none; }

    Regards,
    Yigit

    #193445

    Hey cyberena!

    You can simply go to Enfold theme > General Settings and choose Fixed Layout to turn off responsive layout

    Regards,
    Yigit

    #193443

    Hi mhiller!

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

    @media only screen and (max-width: 767px) {
    .responsive .cart_dropdown {
    display: block;
    }}

    Regards,
    Yigit

    #193438

    Hi!

    Glad you figured it out! Let us know if you have any other questions or issues

    Best regards,
    Yigit

    #193432

    In reply to: Change menu position

    Hey osukaru!

    You can add following code to Quick CSS in Enfold theme options under Stylin tab

    .bottom_nav_header.social_header .main_menu, .bottom_nav_header.social_header .main_menu { width: auto; float: right; top: -60px; margin-right: 125px; }

    It may cause some responsive issues if you have many menu items and i would not suggest you to change the position of this menu

    Regards,
    Yigit

    #193429

    Hi corbono!

    1) Please see video tutorial here http://vimeo.com/channels/aviathemes/67651241
    2) You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust it as desired

    #header_main { background-color: red; }

    Best regards,
    Yigit

    #193428

    In reply to: SSL Problem

    Hi!

    You can try to replace following code in header.php

    
    	 if (function_exists('avia_favicon'))    { echo avia_favicon(avia_get_option('favicon')); }
    

    with

    
    	 if (function_exists('avia_favicon'))
         {
            $avia_favicon_url = avia_get_option('favicon');
             if(!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') $avia_favicon_url = str_replace("http://", "https://", $avia_favicon_url);
             echo avia_favicon($avia_favicon_url);
         }
    

    and in /wp-content/themes/enfold/framework/php/function-set-avia-frontend.php replace

    
    $logo = "<img src='{$logo}' alt='{$alt}' />";
    

    with

    
    if(!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') $logo = str_replace("http://", "https://", $logo);
     $logo = "<img src='{$logo}' alt='{$alt}' />";
    

    Make sure that the image urls (theme option panel) use http:// as the default protocol.

    Regards,
    Peter

Viewing 30 results - 233,791 through 233,820 (of 244,282 total)