Viewing 30 results - 234,211 through 234,240 (of 241,765 total)
  • Author
    Search Results
  • #175948

    Thanks for the advice, Devin. However, I can’t get into my CMS to deactivate the plugins because where the website should be is a blank page. I go to the subpage for the WordPress login, and it is also a blank page.

    #175947

    Hello MHM!

    At this point I would suggest to just delete the entire Enfold theme folder and then install via FTP the theme folder and then watch to make sure there are no upload errors with any of the files.

    If you have any plugins active, deactivate them before installing so that there is no conflicts with plugin settings at the same time the theme is trying to activate.

    Regards,
    Devin

    #175945

    Hey!

    Problem is that even with those additional information I might not be able to reproduce the issue since, for example, I got no ubuntu testing environment.
    But any additional info would be great.

    Which wordpress version, which plugins, any php settings you can post, etc

    #175941

    Hi Niels!

    1) I’m actually on the same version of Chrome on OSX 10.8 and I’m not getting the nudge on the content below the slider at all. Do you have any browser add ons or plugins running in chrome?

    2) No, the only thing that you could do easily would be to change the color via css. But it would need to be done for that specific instance based on the page ID, the content ID and class selector and then each slide.

    You could also use inline styling on each caption text and title but its a bit hacky. Kriesi hadn’t added a lot of options to the easy slider to keep it “easy” because you can do pretty much anything with the LayerSlider slideshows.

    Regards,
    Devin

    #175934
    This reply has been marked as private.
    #175924

    Topic: Style not changing

    in forum Enfold
    CooperDevon
    Participant

    Hi,
    i just updated to the newest version of Enfold.
    i tried to change the colors of the theme. It saves it in WordPress and it shows me how it supposed to look like, but my Site isn’t changing at all. I tried 3 diffrent browsers and devices , flushed the caches nothing.

    What went wrong?

    #175917
    kkaysullivan
    Participant

    It seems that no matter what classes or IDs I use to hide the output submenus, they keep appearing in the select box in smaller mobile views. Can anyone tell me how to either 1.) disable submenus for the main global menu of the Enfold theme, or 2.) modify the Enfold theme so that I can use a custom mobile menu I create in WordPress.

    #175916

    Hey hawea74!

    Do you have the latest version of Enfold? I think the IE8 issue with the logo is fixed on the latest update.

    Cheers!
    Ismael

    #175680

    Hello Jeroen!

    Try adding this code to the Quick CSS:

    #after_layer_slider_1{
    background: none;
    }
    #main{
    background: rgba(255, 255, 255, 0.0) !important;
    }

    Regards,
    Josue

    #175678

    Hey! Mind posting me access to your wordpress installation, as well as access to your ftp server?

    I cant reproduce the issue in any way so I think its probably a combination of server setting + theme, which would require me to run some try and error tests. When posting the login/ftp data make sure to mark the reply as private ;)

    Cheers!

    #175664

    Hello!

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

    .home div .flex_column { width: 109.7%; margin-left: -50px!important; }

    If you would like to remove the padding on top, add following code as well

    .home .content, .sidebar { padding-top: 0px; }

    Regards,
    Yigit

    #175653

    http://www.truecedar.com/navgrief/product-category/grief-support/
    Test site.. work in progress!

    Yes, I did regenerate images. I even took the featured image out of the product, updated and then reloaded.

    Most woo product images created at 450 x 450. The e-book product did resize but to the native size not the style.

    Thank you.

    #175649

    Hello!

    Please go to Enfold theme options > General settings and change portfolio slug http://i.imgur.com/RmXcC3m.jpg

    Best regards,
    Yigit

    #175647

    In reply to: updates

    Hi e-conomy!

    You are currently using Enfold version 1.6. You can update to the newest version ( which is 2.3.2 ) via FTP. Feature that allows you to update the theme from WordPress backend will be added after you update to 2.3.2
    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

    Best regards,
    Yigit

    #175644

    In reply to: remove text footer

    Hi e-conomy!

    Please go to Enfold theme options > Footer and add [nolink] to Copyright section

    Cheers!
    Yigit

    #175631

    Hello dalen550!

    In WordPress dashboard, please go to Enfold theme options > Styling tab and find “Use stretched or boxed layout?” then change it to “Boxed Layout”

    Regards,
    Yigit

    #175625

    In reply to: bbPress looks messy

    Hey revas!

    Page title is very long, that is why it happens. You can add following code to Quick CSS in Enfold theme options under Styling tab

    .title_container .main-title { font-size: 15px; }

    Cheers!
    Yigit

    #175624

    In reply to: Adding Google Fonts

    This reply has been marked as private.
    #175610

    Thanks Peter, that’s great!
    Loving the support given by Kreisi themes! Can’t possibly buy any other now!
    Thanks again,
    Victoria

    #175606

    In reply to: Table bug (Enfold)

    Hello Dave!

    Thank you for posting a detailed one :) Do you mind creating a temporary admin login so i can login and take a look?

    Regards,
    Yigit

    #175602

    I tagged this thread for Kriesi. He developed the framework and he can comment on the issue.

    #175601
    DDamjanovic
    Participant

    Hi,

    a client told me that the Enfold demo crashes Safari on iPad 1 & 2 (closes the app). No more infos for that, unfortunately. We don’t use iPads.

    Best regards
    David

    #175600

    Hello!

    I’m not sure what causes the issue but something adds a page (called “auto draft”) to the database. I tried to delete the page but then it shows up in the breadcrumb again. I now solved the issue with a small function which removes the “Auto Draft” link from the breadcrumb. I added the code to the child theme functions.php.

    
    function avia_fix_breadcrumb_trail($trail)
    {
    	foreach($trail as $key => $data)
    	{
    		if(strpos($data, 'Auto Draft') !== false) unset($trail[$key]);
    	}
    	return $trail;
    }
    add_filter('avia_breadcrumbs_trail','avia_fix_breadcrumb_trail');
    

    Cheers!
    Peter

    #175586
    This reply has been marked as private.
    #175584
    This reply has been marked as private.
    #175576

    Another update (and I should’ve checked this sooner) : The issue also exists in other themes, so I guess it’s not caused by Enfold…

    … still driving me crazy, though! :)

    Thanks.

    #175566

    Topic: remove text footer

    in forum Enfold
    e-conomy
    Participant

    How do I remove the text in the footer: enfold theme by kriesi?

    #175562

    Hello Pictori!

    Please create me an admin account and post the login credentials as private reply. I’ll look into it.

    Regards,
    Peter

    #175559
    This reply has been marked as private.

    Hi 666666!

    Open up /wp-content/themes/enfold/config-layerslider/LayerSlider/list.php and delete following code line

    
    <a href="?page=layerslider&action=import_sample" class="add-new-h2"><?php _e('Import sample sliders', 'LayerSlider') ?></a>
    

    Cheers!
    Peter

Viewing 30 results - 234,211 through 234,240 (of 241,765 total)