Viewing 30 results - 237,151 through 237,180 (of 244,206 total)
  • Author
    Search Results
  • #172743

    Please understand my position here as your customer. I am trying to run a site here, not update theme CSS after an update breaks core parts of my site. I paid top dollar for a good theme and specifically avoided customising any part of the theme code to avoid this kind of issue.

    Why would you need access to my site content to work on an issue with the contact form? It’s in one of the default pages. Also, why you need it to debug an issue with an image being hidden is a little beyond me. Same goes for the layerslider icons.

    Which of my issues in the OP are “vauge” and need clarification? Nobody has asked me to clarify anything so far!

    If you are adamant that you need site access it will take me a few days to set up a site I am comfortable having a stranger access. Never before in 15 years of IT has a vendor needed login credentials to my site to fix a bug in their code.

    Thanks for confirming the CSS fix for issue 2 will be in the next version.

    Cheers.
    Jason

    #172730

    Try going into functions-enfold.php in your theme files and look for:

    
    /*
     * add html5.js script to head section - required for IE compatibility
     */
    if(!function_exists('avia_print_html5_js_script'))
    {
        add_action('wp_head', 'avia_print_html5_js_script');
    
        function avia_print_html5_js_script()
        {
            $template_url = get_template_directory_uri();
            $output = '';
    
            $output .= '<!--[if lt IE 9]>';
            $output .= '<script src="'.$template_url.'/js/html5shiv.js"></script>';
            $output .= '<![endif]-->';
            echo $output;
        }
    }
    

    Change it to this:

    
    /*
     * add html5.js script to head section - required for IE compatibility
     */
    /**
    if(!function_exists('avia_print_html5_js_script'))
    {
        add_action('wp_head', 'avia_print_html5_js_script');
    
        function avia_print_html5_js_script()
        {
            $template_url = get_template_directory_uri();
            $output = '';
    
            $output .= '<!--[if lt IE 9]>';
            $output .= '<script src="'.$template_url.'/js/html5shiv.js"></script>';
            $output .= '<![endif]-->';
            echo $output;
        }
    }
    **/
    

    Now go to your header.php file and look for:

    
    </head>
    

    and add this line just above that:
    <!--[if lt IE 9]><script src="http://mydesignspace.com/wordpress/wp-content/themes/enfold/js/html5shiv.js"></script><![endif]-->

    See if that helps at all.

    Hello Matt,

    To disable the responsiveness, you will need to go to Enfold > General Settings and select “Fixed Layout”:

    Cheers!
    Josue

    #172399

    In reply to: Change font size

    Hey mikaelsv!

    You could try using CSS, add this code to the Quick CSS (Enfold > Styling):

    .page-id-2329 p {
    font-size: 12px !important;
    }

    That will change the font size of all the paragraphs in the page 2329.

    Cheers!
    Josue

    #172395

    Hi,

    I have a Mac running 10.8.2 but I also am running VMware Fusion 5.0.3 with WIN 7 – also, on other computers in office running straight WIN 7 have the same issue.

    Here are some screenshots of all browsers/OS:

    Mac-Safari:
    http://mydesignspace.com/wordpress/wp-content/uploads/2013/10/Mac-Safari.jpg

    VM-Chrome30:
    http://mydesignspace.com/wordpress/wp-content/uploads/2013/10/VM-Chrome30.jpg

    VM-FF24:
    http://mydesignspace.com/wordpress/wp-content/uploads/2013/10/VM-FF24.jpg

    VM-IE10:
    http://mydesignspace.com/wordpress/wp-content/uploads/2013/10/VM-IE10.jpg

    Mac-Chrome30:
    http://mydesignspace.com/wordpress/wp-content/uploads/2013/10/Mac-Chrome30.jpg

    MAC-OS-FF:
    http://mydesignspace.com/wordpress/wp-content/uploads/2013/10/MAC-OS-FF.jpg

    Also, I do not have any plugins – just the Enfold template – no custom development

    • This reply was modified 12 years, 4 months ago by Monique.
    mobar
    Participant

    Hello,

    I unchecked all of the 200 plus slider transitions for the large Enfold LayerSlider, however, the transitions seem to all continue to run. This was a last resort after trying to reduce the number running simultaneously, from all of them to four simple ones. Can you tell me if I am missing a setting, please. My client would like to use a few simple fade-ins, not the entire wonderful selection of transitions.

    Thank you,

    M

    #172373

    Hello!

    You can do something like this:

    .sidebar p{
    font-size: 16px;
    }

    That will target only the paragraphs in the sidebar.

    Best regards,
    Josue

    #172346

    Kriesi and his team has done a lot in improving Enfold and keeps getting better.

    I just want that >

    a. A sticky post – on customizations or basic questions that people ask about Enfold.

    From changing h1 colors , borders in top padding , how to switch to slide out menu and so on. There are over 100 + pages and they keep on increasing each day. Even if I search the forums it’s still a lot hehe

    I like what you did with the recommended plugins sticky post.

    #172340

    I log in to somewhere around 2k sites a year so its pretty standard and normal. If I try and re-create what you have it takes an issue that could be under 20 minutes to fix to hours.

    Seeing it first hand in your environment will allow me, or any other support member to see exactly what is happening on your specific installation and set up.

    The css fix above is only fixing what we asked you to already add in to your theme. If you don’t want to do it thats fine but it will be included in the next theme release.

    #172333

    In reply to: Print Enfold

    Hey Christian!

    Not at the moment no but I’ll check with Kriesi to see if its something he might want to add later on.

    Best regards,
    Devin

    #172325

    Hi Seth!

    I’m not sure about the other support staff but doing support I will only visit sites with publicly set dns records. If you can put the site live we can assist with the start of the css and you can then customize as needed.

    The gist of which is you’ll wrap the content you want to customize in a color section and give that color section a unique ID using the field on the color section.

    Then turn on the class field for all avia elements so you’ll be able to target your content by #someid .someclass .the-avia-element-name . Where each of those is specific to your usage.

    You can turn on the custom class field by adding the following to your functions.php:
    add_theme_support('avia_template_builder_custom_css');

    Cheers!
    Devin

    Hi!

    I tagged our head of support.
    To summarize the issue; when activating Enfold, WordPress dashboard cannot be reached. It is just a blank white page. I tried to Live Preview Enfold, but again, it only shows a blank page.

    Regards,
    Yigit

    This reply has been marked as private.
    #172296

    Hi!

    Nearly all Kriesi themes (including Enfold with the “boxed layout”) work with following settings

    
    Z-index value of background layer: 2
    ID or class of the content container/wrapper: #wrap_all
    Z-index value of content layer: 5
    Position of the content container/wrapper: relative
    

    Tbh it depends on the project. Personally I’d recommend Enfold because it’s very flexible and you can use it for every project (photography, blog, portfolio, ecommerce, etc.) but on the other hand Flashlight is the perfect theme for photographers and if the client is happy with the default layout/features you can use it without modifying the theme files and you don’t need to use a third party plugin for the bg slider.
    Regards,
    Peter

    #172278

    Is it possible to add a minimum css with “@media print” because print version of pages can’t be read (above all the content slider, and a lot of content layers) ?

    #172277

    Hi,

    I don’t want to use PrinterFriendly plugin because it adds Google ads in dialogs….

    Moreover, plugins are not good for WordPress performance.

    So I will request the feature.

    thanks

    #172273

    Hello!

    I’ve marked the topic for the head of support to see if he might have any ideas. I’m not familiar with the plugin or how it pulls in data so I’m not sure if its a limitation of the ajax portfolio and running the other shortcodes through ajax or something else.

    Regards,
    Devin

    #172265

    As mentioned before by artistic24459: Before/after image effect would be superb!

    +1, here’s a good example: http://3clicks.bringthepixel.com/shortcodes/media/before-after/

    Animated number counters, i.e.: http://3clicks.bringthepixel.com/shortcodes/other/number/

    #172264

    Sounds good to me.

    What is the correct value for the id/class for the content-container in the settings to get wp-backgrunds-lite working with enfold?

    And would you really recommend using enfold for this over the flashlight theme?

    Tx,
    Frank

    Hi!

    Please go to ThemeForest again and go to Downloads in your profile, then download Enfold once again. The newest version will be downloaded. Then you can install it via FTP as shown in link in my previous post

    Cheers!
    Yigit

    #172253

    5) Have the color section work on pages that are not full width.

    +1 for the ability to use coloured sections within *any* layout container (or preferably to be able to add custom CSS to all layout containers so we can target containers to change colour padding etc.)

    This reply has been marked as private.
    #172247

    1. Portfolio Slider – so can insert anywhere as a slider style instead of grid style. Saves valuable real estate space. Can insert anywhere inc home page and bottom of portfolio pages.
    Like these http://the7.dream-demo.com/project/etiam-accumsan-lectus/

    2. +1 to all masonry requests for images, portfolios, etc everywhere. So much neater. IMHO.

    3. Rollovers for porfolio section and images option as well. Like this:
    http://themes.cmsmasters.net/?theme=increase
    For doing things like services my preference is to use images and roll over with the information. And for portfolio I prefer this way of presenting.

    #172240

    Hello EPDeu!

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

    .related_posts  { display: none; }

    Best regards,
    Yigit

    #172239

    • Possibility to set animations to every element on a page during scroll down: also for Portfolio-Grid, Text, Video, Widgets, Posts

    This example looks pretty nice…

    http://themeforest.net/item/fragment-responsive-one-page-wordpress-theme/5423459

    #172236

    Hi!

    Please go to Enfold theme options > Styling you will see all fonts under “Heading Font” and “Defines the Font for your body text”

    Cheers!
    Yigit

    #172223

    Hello!

    Do you mean Enfold theme options page?
    You can try this plugin to translate untranslated parts http://wordpress.org/plugins/codestyling-localization/

    Best regards,
    Yigit

    #172217

    Topic: Enfold Portfolio Grid

    in forum Enfold
    cannonballb
    Participant

    Hi guys,

    I have started creating portfolio items across a number of categories.

    I have a portfolio grid page, where I want all of the items to show in a sortable manner – like in your demo – so when a category is selected, the thumbnails are animated and shift around to only display items from that category.

    My problem is that only one of the items is currently showing on the portfolio grid page. Please help?

    I currently have 3 items set up.

    http://www.realwiredmusic.com/artists/

    (I have the maintenance mode on, so please let me know if you’d like the admin details, and how I can get them to you privately)

    Thanks!

    #172210

    In reply to: Two questions!

    Hello mikaelsv!

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

    .textwidget { margin-top: 0.85em; }

    2)

    #text-12 { width: 500px; right: 35%; }

    Best regards,
    Yigit

Viewing 30 results - 237,151 through 237,180 (of 244,206 total)