Viewing 30 results - 227,131 through 227,160 (of 243,814 total)
  • Author
    Search Results
  • #230256

    Topic: Logo not scaling

    in forum Enfold
    #230253

    Hi Yigit

    Am I able to just overwrite the existing Enfold folder with the new one or will it affect/or will I lose my content?

    Thanks
    Tyrone

    #230252

    Topic: Child Theme upload

    in forum Enfold
    Kimberlyjo
    Participant

    Hi There,

    I’m a newb and I’ve loaded and activated the enfold theme through wordpress. I read if I want to make modifications to the theme I should use a child theme so I downloaded the enfold child theme.
    * Is there a way I can upload it via wordpress? I watched the video but it uses pc software and I’m on a mac, not familiar with ftp.
    *Once I have the child theme installed do I import the demo pages to the child theme or the parent theme?

    Thats all for now.
    Thanks!

    #230250

    Hi!

    You are welcome. I will inform Kriesi about it. I am marking this thread as resolved. Let us know if you have any other questions or issues
    EDIT: It was already fixed. Please update Enfold to the latest version

    Best regards,
    Yigit

    • This reply was modified 11 years, 10 months ago by Yigit.
    #230246

    Hi Snerp!

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

    .hr { margin: 30px 0!important; }

    Cheers!
    Yigit

    #230243
    Scot
    Participant

    I love your guys’ theme Enfold. Huge fan. I wasn’t able to find anything in the support area and I have what I believe is just a minor issues. For our site, http://cityofskies.com/ – I can’t figure out why the menu (not the navbar) but for the blog nav just says ALL, when I’ve properly categorized everything in the Fullwidth Masonry and turned on SORTABLE. It just says all, when I want the categories to show up. Help? Is it because I have some posts categorized under multiple categories?

    Thanks!

    • This topic was modified 11 years, 10 months ago by Scot.

    Hey ikaika72!

    Your best route would be contacting plugin author as they should have better insight on the issue. We cannot help you with the issues arising from 3rd party plugins as stated here

    Regards,
    Yigit

    #230226

    Hi!

    Please go to Enfold theme options > General Settings and choose to display Responsive layout

    Regards,
    Yigit

    #230223

    Hey openpotion!

    It does work fine on my installation, see screenshot here http://i.imgur.com/Jz0sXeL.jpg
    Please make sure that you are using the latest version of Enfold which is 2.5.4

    Best regards,
    Yigit

    #230212

    In reply to: Search in Top Header

    This reply has been marked as private.
    #230204

    In reply to: Search in Top Header

    This reply has been marked as private.
    #230202

    Topic: Pinterest on hover

    in forum Enfold
    hodgsondesign
    Participant

    Is there any way to add the pin it button when someone hovers on an image as well as also having the default enfold hover to allow the image to be shown as full image size as per the link to media setting for pictures? Or could we have it so people can do pin it on an image from the pretty photo box that pops up?

    Thanks

    #230201

    Hey!

    I have set it to private. Please check Grid.css file and look for extra commenting tags. You can also add following code to Quick CSS in Enfold theme options under Styling tab to hide it

    #wrap_all { margin-top: -25px; }

    Regards,
    Yigit

    #230188

    In reply to: Search in Top Header

    dear enfold,

    i have found the CSS but now the top header looks ugly how to move it around before the HOMEpage menu and one line with homepage link.

    cheers,
    indra

    #230186

    In reply to: Search in Top Header

    Hi!

    It is in Enfold theme options under Styling tab http://i.imgur.com/W0v6KLB.jpg
    You can also add your custom CSS code in Custom.css file inside Enfold/Css folder

    Best regards,
    Yigit

    #230185

    In reply to: LAYERSLIDER ISSUE

    Hi!

    Can you try re-updating the theme via FTP?
    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Yigit

    #230183

    In reply to: Search in Top Header

    Dear Enfold,

    i cannot find QUICK CSS in enfold directory… is it under different name? stylesheet.css? or where?

    thank you
    indra

    #230171

    Hi David!

    There is an extra break in the player that only gets rendered once the browser hovers:

    .youtube_gallery_player > br {
        display: none;
    }

    Regards,
    Devin

    #230164

    Hi xilopix!

    You can use Video element under Media elements in Avia Layout Builder to add videos to your page

    Cheers!
    Yigit

    #230161

    Hey ftt123!

    Please go to wp-content\themes\enfold\framework\php folder and open class-framework-widgets.php file and find

    get_the_time($time_format)

    and change them to

    get_the_date()

    Best regards,
    Yigit

    #230157

    Hi susannetessamueller!

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

    .title_container .breadcrumb { display: none; }

    and go to Enfold theme options > Header tab and uncheck "Append search icon to main menu" to remove the lupe

    Cheers!
    Yigit

    #230150

    What’s about integration of a image slide-style like portfolio.js?
    portfoliojs.com
    The benefit of this gallery type is that all the images can be scrolled horizontal no matter if the picture was taken in portrait orientation or landscape format. Photographers often take their pictures in a narrow portrait format.

    • This reply was modified 11 years, 10 months ago by Mischa.
    #230140

    Hey MKW270210!

    Please go to Appearance > Editor and open Header.php file and find

    if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";

    cut it and paste it right below

    if(strpos($headerS,'social_header') !== false && strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args);

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

    .social_header .phone-info {
    float: right; padding-top: 20px; }

    Regards,
    Yigit

    #230139

    In reply to: WPML vs ENFOLD bug

    Dear Ismael,
    i wrote about it in my first post, php_memory_limit is 1024M, still the same problem. I think 1024M is more than enough.

    Settings for the host:
    php_value memory_limit 1024M
    php_value max_execution_time 0

    What’s next?

    #230137

    In reply to: Custom font

    Hi!

    If you do not want header to resize when scrolled, this is fine. You can edit el_height value if you would like to change the height of header and keep the resizing feature active.

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust the color and transition time as needed

    .header-scrolled #header_main { background-color: red; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s; }

    Best regards,
    Yigit

    #230123
    totofunk
    Participant

    Hi,

    I’m getting some weird behavior with layerslider.
    It has de-activated itself, but continues working more or less…
    http://www.drawingnowparis.com/

    Here’s the message I receive when I try to reactivate it :
    Fatal error: Cannot redeclare layerslider_load_lang() (previously declared in /var/www/vhosts/salondudessincontemporain.com/httpdocs/mywordpress/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php:118) in /var/www/vhosts/salondudessincontemporain.com/httpdocs/mywordpress/wp-content/plugins/LayerSlider/layerslider.php on line 102.
    Any idea ?

    #230116

    In reply to: Search in Top Header

    Hey indrahalim!

    Please go to Appearance > Editor and open Header.php file and find

    if(strpos($headerS,'social_header') !== false && strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args);

    then add following code right below it

    get_search_form();

    Then you can position it by adding following code to Quick CSS in Enfold theme options under Styling tab

    #header #searchform { float: right; }

    You can remove default search icon from main menu in Enfold theme options > Header > Append search icon to main menu

    Regards,
    Yigit

    #230109

    Hey JadynWelch01!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .caption_framed .slideshow_caption .avia-caption-title { 
    background: rgba(0, 0, 0, 1); } /* rgb value of the color opacity level = 1 */
    div .slideshow_caption h2 { font-size: 40px; }

    Regards,
    Yigit

    #230107

    In reply to: Turn off Animations

    Hey GavinAnstey!

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

    .avia_transform .avia_start_animation.left-to-right.avia_image, .avia_transform .avia-icon-list .avia_start_animation .iconlist_icon, .avia_transform .avia_start_animation.avia-testimonial .avia-testimonial-image { 
    -webkit-animation: none!important;
    -moz-animation: none!important;
    -o-animation: none!important;
    animation: none!important; opacity: 1!important;
    -webkit-transform: scale(1)!important;
    -moz-transform: scale(1)!important;
    -o-transform: scale(1)1important;
    transform: scale(1)!important; }

    Cheers!
    Yigit

    Thinkgate
    Participant

    Hi,

    So overnight my theme’s custom.css was wiped clean. The file still exists but there was nothing in it. I wanted to see if this has happened to anyone else.

    Luckily, I had a backup of the file from 2 days ago, and was able to salvage most of the styling, minus the work from the past two days. I am trying to apply these styles now via the Child Theme’s style.css but changes are not taking place.

    Do I need to create a CSS folder within my Child theme and use a custom.css file from there (…/enfoldchild/css/custom.css)?

    Thanks!

    Cameron

Viewing 30 results - 227,131 through 227,160 (of 243,814 total)