Viewing 30 results - 228,511 through 228,540 (of 243,786 total)
  • Author
    Search Results
  • marcusmuler
    Participant

    Hi I get the message below after uploading a enfold-child file with a functions.php and a style.css file.
    I am saving it as a .css file

    Broken Themes
    The following themes are installed but incomplete. Themes must have a stylesheet and a template.
    Name Description
    enfold-child Stylesheet is missing.

    #222296

    Topic: body background color

    in forum Enfold
    cbeneden
    Participant

    Thanks for making the theme, which is a challenging but manageable tool for a filmmaker like me. I have a question, though.
    When I change the body background color in the styling tab of the (child) theme, nothing happens on my website.
    Following the advise in another topic on this subject (“Make sure that this file: http://interpeople.co.kr/wp/wp-content/uploads/dynamic_avia/enfold_child.css has at least chmod permissions 775 so that it can be written to by the theme.”), I changed the chmod permission into 775 in the above mentioned css file. Nothing happens though, whatever color I choose.
    Right now I have put a grey image instead, but I would like to be able to change the color with the styling tab.
    My website (in development): http://connybeneden.nl
    What am I doing wrong?
    Thank you!

    #222294

    Do you have an example it not working/working?

    The effect on a background image alone is slight. When adding other elements is when you get more of the visual effect. For an example look at the first video element in the demo here and its text: http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/

    They move at slightly different speeds which gives the user the feeling they are at different positions. This is the very definition of Parallax:
    the effect whereby the position or direction of an object appears to differ when viewed from different positions, e.g., through the viewfinder and the lens of a camera.

    #222293

    In reply to: Enfold Version 2.5

    Thanks for that Devin..

    Update – Hi Devin

    This morning one of my themes was noted for auto update but the other was not? I have the same API key for each? Any reason?

    I am not too sure on what happens if I upload the theme again rather than update it? My logic tells me that it will revert back to a clean install, rather than an updated version?

    I have also just set a new API key for the second install of the Enfold theme in case that might be having an effect, ie not using the same API key for both installs.

    Thanks

    • This reply was modified 11 years, 10 months ago by hark.
    #222287

    Hey ryan_wallis!

    Your background image css actually sets the background to white:

    
    #main, .html_stretched #wrap_all {
        background: url("http://backup.mcewan.co.za/rich_grill/wp-content/themes/enfold/images/background-images/fullsize-background_main_content.jpg") no-repeat scroll center top #FFFFFF;
    }
    

    The #FFFFFF should be the color you want the background to be.

    Cheers!
    Devin

    #222283

    In reply to: Enfold Version 2.5

    Hi!

    The ThemeForest update api does a check for updates every 12 hours. So you can update manually via FTP, Uploading through your dashboard or wait for the theme to be alerted and update through the theme admin.

    Cheers!
    Devin

    #222258
    stingray2009
    Participant

    Hello.
    I have a problem with testimonials style after update Enfold theme to 2.5 – http://test.tion.modxcloud.com/o2/review/
    Testimonials not load complete, and and going to correct style after reload.

    • This topic was modified 11 years, 10 months ago by stingray2009. Reason: update
    #222256

    In reply to: Enfold Version 2.5

    got the same thing with 1 site ; the other showed me the update button.

    Bit surprised with that as well; any way to force the update ? or a reason why this could happen ?

    #222249
    ajakus
    Participant

    Hi,

    I’m using enfold theme with WPML basic version in two languages.
    I’ve wanted to resize font in main menu so I pasted this in Quick css box in main language version:

    <code<.main_menu ul:first-child > li > a { font-size: 15px; }

    Now when I’m log in and I update content in second version, everything seems be correct. But after log out new changes on the second language version are not visible

    Can you help me resolve that problem, please.

    Artur

    #222248

    Topic: portfolio-item Name

    in forum Enfold
    webpress
    Participant

    Hi,

    In an earlier version og Enfold it was possible in the theme settings to set an appropriate name for “portfolio-item”. Now it seem sot be gone. How can I set a new name for “portfolio-item”?

    #222242

    Topic: Bug contact form

    in forum Enfold
    Cashflow21
    Participant

    Hey Kriesi Team,

    we found a little bug concerning the validation in your Enfold contact form.

    – If you set the validation to “not empty”, no email will be send if you enter a 0 in the field.

    – If you set the validation to “number”, you can’t enter a decimal (e.g. 4.5 or 4,5).

    Best,
    Florian

    • This topic was modified 11 years, 10 months ago by Cashflow21.
    #222216

    Topic: Enfold Version 2.5

    in forum Enfold
    hark
    Participant

    Hi

    I know I can update my Theme from the WordPress Dashboard

    I have the Themeforest API Key and username set but the theme is saying that it is up to date?

    I have Enfold installed on two separate sites and it is the same with both?

    Any ideas?

    Thanks
    Ian

    • This topic was modified 11 years, 10 months ago by hark.
    #222205

    In reply to: Blog

    Hey russloveslife!

    Please don’t set anything on Settings > Readings. Create a page then set the homepage on Enfold > Frontpage settings. After you set the frontpage, the option for blog page (And where do you want to display the Blog?) will show. Set the blog page. Please watch this videos to learn more about the theme: http://vimeo.com/channels/aviathemes/

    Best regards,
    Ismael

    #222203

    Would be GREAT to have 2 more short codes:

    – Counters (These automated ones that update numbers at scroll)
    – Count down (For coming soon pages)

    #222175
    adrianwackernah
    Participant

    A customer asked me, because he was a bit confused of the place of the comment field in WC checkout page on right below the shipping address, if this comment is for the shipping address receiver?

    Well, he is right. This comment field is only a comment beside the order and is only for the shop owner. In this case it will be better placing that field below the order details. Is this a Enfold case or do I have to write it to guys at WC?

    #222170

    Hi!

    This is a bug of the WPML plugin. I posted a fix in this thread: https://kriesi.at/support/topic/the-post-still-shows-8-comments-when-there-are-none/#post-178386

    In /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php replace

    
      $commentCount = get_comments_number($the_id);
    

    with

    
                        //$commentCount = get_comments_number($the_id);
                        $commentCount = $entry->comment_count;
    

    and the comment counter should work.

    Best regards,
    Peter

    #222168

    Hey!


    @motylanogha
    : Thank you! :)

    Regards,
    Ismael

    #222167

    Hi Peter, auf meinem Testsystem läuft Enfold 2.5 mit WC 2.1 problemlos. Einzig die Einstellung für die Anzahl der Produkte pro Spalte ist aus den WC Einstellungen verschwunden. Kommt das noch wieder zurück?

    #222162

    Hi ycsim4016!

    Please give us a link to the actual website. Another user reported this issue but sadly, we didn’t found a fix yet.

    Regards,
    Ismael

    #222145

    Do you have an email that i can send you the files?

    #222124

    Hi!

    I’ll tested WC2.1 with Enfold yesterday and I didn’t find any bugs yet. I found two small styling issues which you can fix with

    
    .woocommerce-account dt, .customer_details dt {
        width: auto;
        margin-right: 5px;
    }
    
    dl.customer_details{
      margin-bottom: 20px;
    }
    
    #top .my_account_orders a.button {
    margin-bottom: 5px;
    }
    
    #top.woocommerce-checkout #payment h3{
    padding: 1em 1em 0;
    }
    

    This is not an official “green light” yet but I’m pretty sure we won’t encounter any major incompatibility issues with Enfold.

    Regards,
    Peter

    #222120

    Hey ggerber!

    The multilanguage plugin is not included but you can purchase it here: WPML.

    If you just want to translate the theme to another language (without language switcher, translated post/pages, etc.) I suggest to use the free Codestyling plugin to translate the theme. Install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click the “create po-file” button. Click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    Best regards,
    Peter

    #222117

    Hi Tali!

    The masonry gallery styling depends on the screen width and the image aspect ratios. I.e. the demo website: http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/ shows a grid with 6 columns ( http://www.clipular.com/c/6576207617327104.png?k=FsV7DtL7E6dPkHWlnFZJhrekGd8 ). If I shrink the browser window the number of columns will decrease. Make sure that the “Flexible Masonry: All images get the same width but are displayed with their original height and width ratio” option is selected – otherwise the masonry script may require more space per image.

    Cheers!
    Peter

    #222103

    Hi webshop-factory!

    Yes, unfortunately this is a wordpress limitation. See https://kriesi.at/support/topic/toppanel-plugin-messed-up-widgets-widget-areas-in-enfold/

    Basically the issue is caused by the changing widget area ids and youou just need to reconfigure the widget areas. You can use the “Inactive Widget” section to temporarily store the widgets and to rearrange them before/after you activate a plugin.

    Cheers!
    Peter

    #222091

    But this will not work as the plugin is integrated into the enfold theme, isn’t it? If I want to use a “bought” LayerSlider – how can I deactivate the built-in one?

    #222089
    ycsim4016
    Participant

    Hi There,

    Regarding Layer Slider WP in Enfold:

    1. I managed to upload one image for the first picture (slide 1) and add all layer animation that I want.

    2. When adding image to slide 2, there is an error on the top right. Error I got in step 2

    3. When I go to Media menu on the left, the image is actually uploaded perfectly and I can see it.

    Please help me on this matter. Email me if you need access to my wordpress admin page, I will provide you with access. My email is (Email address hidden if logged out)

    Thanks,

    Voldi Sinarta

    #222084

    Hi,
    I’ve already started polish translation which is available from:
    https://dl.dropboxusercontent.com/u/2983226/pl_PL.zip

    M

    #222080

    Hi!

    The fullscreen slider will always cover the entire screen and scroll with the content. I think you can achieve the “fixed” image effect with a color section though. Insert it at the top of the page, set an image as background image and select “Background Attachment” – “Fixed”. Since Enfold 2.4.5 you can also set a minimum height for the color section (i.e. 50% of the screen height or 100%).

    Best regards,
    Peter

    #222078

    Topic: License Question

    in forum Enfold
    mwolfert
    Participant

    Hi there :)

    question: for my new project, i have two WP Instances, one for live and one for dev.
    Dev is PW protected, and not viewable from public.

    Does i need for DEV another Enfold license ?

    Thx & br,
    Martin

    #222076
    nedimhazar
    Participant

    Hello!
    I am customizing Enfold a little in my websıte. And instead of the line where you normally see the title of the page on the left and the breadcrumbs on the right, I would like to put a very simple custom menu, either via a widget or manually. The menu will be practically a submenu for the corresponding page.
    Probably there’s a php code somewhere, which could be replaced with a code allowing a widget area.
    Could you please help me further?
    Best,
    Nedim

Viewing 30 results - 228,511 through 228,540 (of 243,786 total)