Viewing 30 results - 235,651 through 235,680 (of 244,287 total)
  • Author
    Search Results
  • #182220
    This reply has been marked as private.
    #182219

    Hey!

    Enfold version 2.4+ added a feature to choose single blog page and blog seperately in theme options page. Please try Enfold 2.4+ and let us know if issue remains

    Best regards,
    Yigit

    #182216

    I am using a child theme.

    Your link below is correct the file is in there
    wp-content/themes/enfold/images/layout/bg-button.png”

    but in my child theme which is

    wp-content/themes/MYCHILDTHEME/images/

    there is only one file close box.png

    #182204

    Hey!

    1) What is the exact path to that folder? Should be “wp-content/themes/enfold/images/layout/bg-button.png”
    2)Please find following line in Ismael’s code

    .main_color input[type='submit'] {
    background-image: url("../images/layout/bg-button.png"); }

    and change it to

    .main_color input[type='submit'] {
    background-image: url("yourwebsite.com/wp-content/themes/enfold/images/layout/bg-button.png"); }

    If you have changed theme folders name from Enfold to something else, you should adjust this link yourwebsite.com/wp-content/themes/enfold/images/layout/bg-button.png

    Best regards,
    Yigit

    #182202

    Hi Peter,

    Ich zerbrech mir nun schon seit 1-2 Tagen den Kopf darüber, wie ich die Produkt-Beschreibung doch irgendwie über die komplette Breite laufen lassen könnte.
    Irgendwie muss das gehen, denn sogar bei den Standard WordPress-Themes (Twenty-Twelve, Twenty-Thirteen) ist das Layout so, daß oben das Bild & die Produkt-Variation, und darunter – über die komplette Breite – die Produkt-Beschreibung stehen.

    Ich habe bereits mal bei den Leuten von Werkpress.com nachgefragt. Deren Angebot war wirklich jenseits von gut und böse… Zumal es, wie gesagt, bei den standard-Templates ja geht.

    Ich bin zwar kein Programmierer, aber solang ich weiß, wo ich schauen muß, könnte ich mir den php Code irgendwie “zusammenbiegen” denke ich mal…
    Hättet Ihr vielleicht einen groben Tip, wo ich nachschauen sollte? Im PHP von WooCommerce, oder im PHP vom Template?

    Vielen Dank schon mal im Voraus!!

    • This reply was modified 12 years, 4 months ago by BelIblis.
    #182199

    Sorry yes that is in the layout folder

    #182198

    Hey!

    Removed.
    With Ismael’s code you have added this line

    background-image: url("../images/layout/bg-button.png");

    So i assumed that you have checked that bg-button.png file exists inside enfold\images\layout folder. That is why i said “once again” :)

    Regards,
    Yigit

    #182194

    This means nothing what so ever, also please can you remove my URL as this meant to be private- i will get into a load of trouble if you leave the dev site link public!!

    Can you explain your post as well, as it starts with one again, you have never commented on this so how is it once again???

    #182188

    Hi!

    Please once again make sure that this file exists *****
    You can download it here https://dl.dropboxusercontent.com/u/14975671/bg-button.png

    Regards,
    Yigit

    • This reply was modified 12 years, 4 months ago by Yigit.

    Hey!

    Still cannot see the screenshot. Please upload it on http://imgur.com/ or Dropbox and post the link here

    Cheers!
    Yigit

    #182182

    Hey!

    Please login on ThemeForest with the account you have purchased Enfold with and go to Downloads section to manually download the latest version. Currenty Enfold v2.4.1 is available on ThemeForest
    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

    #182175
    LRS123
    Participant

    Hi Enfold team,

    Before the upgrade to 2.4.1, I could show the posts without the featured image. I use the featured image for me to create the thumbnails on the cover of the Web but do not want it in the header of the post because it is already in it and then I get duplicate. This possibility was possible before but now I have only two options: “Single post with big preview image” and “Single post with small preview image” Any way to fix it to “Single post with no preview image”?

    On the other hand, I wonder how to make to default “Do not display the header” for all posts.

    Thanks in advance,

    LRS

    #182172

    Yes, the logic makes perfect sense and I thought this to be the case. Not so much of an issue if they sit on top or even underneath (and one scrolls down for them to then be revealed). Does this PHP file get overwritten each time I apply an Enfold theme update? Thanks for your assistance!

    #182170

    Can you make the enfold theme compatible with managewp.com. I believe they use an iframe to load the theme but when it loads the theme options does not work for enfold.

    #182169

    Hey fusion01!

    Enfold deactivates the next/prev buttons when you use a fullwidth slider on the page. The reason is that the slider navigation and the next/prev post navigation may overlap each other and Kriesi wanted to avoid this problem. If you still want to show both navigation buttons open up functions-enfold.php and delete following code

    
    		//dont display if a fullscreen slider is available since they overlap 
    		if((class_exists('avia_sc_layerslider') && !empty(avia_sc_layerslider::$slide_count)) || 
    			class_exists('avia_sc_slider_full') && !empty(avia_sc_slider_full::$slide_count) ) return;
    

    Cheers!
    Peter

    #182160

    Hi glozemedia!

    Please suggest your idea here: https://kriesi.at/support/topic/enfold-feature-requests/ – if more user request it we’ll look into it.

    Best regards,
    Peter

    #182146

    Hi!

    You can choose one of the other blog layouts from the theme options to get something like that. I think this one is the only option with th e image next to the content: http://kriesi.at/themes/enfold/blog/blog-single-small/

    Regards,
    Devin

    websitegurus
    Participant

    First, I’m working on Localhost and have no link to show you. I’m working on a bone stock layout of enfold feeling my way around your template.

    I want to be able to put a vertical menu list on specific pages. The same design as the top menu for a consistent look to the theme, but instead of it displaying horizontal (display: inline), I want it to have all the main LI’s stacked vertically on top of each other and the sub menu LI’s sliding out horizontally by adjusting top/left positioning. This would be useful for footer blocks and sidebars. I can make my own custom menu in word press and use your CSS styling. I just want it to look the same and not basic text links that are bland and boring.

    I am capable of understanding, hacking, duplicating your code for my own custom menu, but I’m striking out looking for display: inline CSS properties on the backend for NAV.main_menu UL Is this perhaps in a PHP menu template somewhere and not in the CSS?

    Q1. Can you point me in the right direction to all of the CSS code blocks that impact this decision.
    Or, if there is an easy way to accomplish a vertically oriented menu in your template, please let me know where to sniff around.
    You have some of the styling already configured for a mobile environment.

    Thanks for any input you can offer.

    P.S. Edit to note above: I am also capable of dealing with PHP if this involves some coding in a template.

    Yes, you could just do that in the child theme for that file since its in the root of the parent.

    #182120

    Topic: Unable to Update

    in forum Enfold
    kevhortz
    Participant

    I am unable to enter my authentication key to get the latest version of Enfold through the admin system. It looks as though certain scripts on my site are broken, and an update would likely fix this.

    The site is currently: http://www.beetodesign.com/wedgewood

    I am running version 1.8.4 along with wordpress 3.7. I have also purchased two licenses now, and the other version is running wonderfully.

    #182111

    Hi gmmediadienste!

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

    .grid-entry-title { max-width: 200px; }

    Cheers!
    Yigit

    #182109

    Hi loyalzoo!

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

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

    Regards,
    Yigit

    #182105
    grpetz
    Participant

    Enfold is a powerful theme with great features. Thank you for coding it very well! :) However, I don’t think the shopping cart view box that appears briefly in the top right corner, after adding an item to the cart, is enough for people to notice “how” to find their items in the cart.

    Will you help me with this suggestion below?

    When someone adds a product to the cart, instead of the box appearing in the top right corner for a short moment, have the box to be shown at the center of the screen for a few seconds, and then float to the position of where the cart icon is at on the top right of the page. Can you help me with this? This would draw peoples attention to where it is at and be a great benefit for the shoppers.

    My second suggestion:

    When there are numerous items added to the cart, and someone mouses over the cart icon to view their items, the drop down box is too long and goes down the page too far, even going past the bottom of the screen when a lot of items are in it.

    Is it possible when someone hovers over the cart icon in the top right corner, that it simply shows the drop down box with “View Cart” and “Checkout” buttons?

    Thank you again for a clean coded theme. I previously used a theme from themeforest that was coded very bad, and slowed our site down with way too many http requests, etc.,.. Your template is a very fast loading template and I appreciate the work it took to get that done!

    Gary

    #182102
    kylehogan
    Participant

    Hi,

    As the title says, when you click on an image using iPhone or iPad the lightbox doesn’t adjust or resize the image correctly. Even on the demo website here: http://kriesi.at/themes/enfold/2013/10/21/the-lone-balloon/

    You can see in the screenshot I took while using the demo site. It does the same thing on my website.
    http://i.imgur.com/pKW4G00.png
    Example Image

    Is there something that can be done to correct this?

    #182093

    Hi!

    Please try updating Enfold to the newest version. You are currently using version 2.2. It should fix the issue also there are great new features added to the theme.
    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

    #182091
    This reply has been marked as private.
    #182069

    In reply to: Contact Form Title

    Hi 500Webmaster!

    1) Please choose “Quote Style Modern” in Special heading and add following code to Quick CSS in Enfold theme options under Styling tab

    .av-special-heading { text-align: center; }

    2)

    .page-id-734 .av-special-heading.blockquote > * { color: red; }

    You can inspect elements and find page ID of your contact page and adjust second code so it will only change heading color on that certain page http://i.imgur.com/n6yCtKk.jpg

    Cheers!
    Yigit

    #182068
    cirrus05
    Participant

    Dear Support

    We recently launched a site using enfold and although everything is looking great on mobile, tables are showing messed up,

    please take a look here: http://www.cirrushosting.com/vpshosting/linux-vps-hosting-canada-comparison.html

    Please advise

    #182062

    Hey 500Webmaster!

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

    .js_active .toggler { background-color: red!important; color: white!important; }
    .toggle_icon, .toggle_icon .vert_icon, .toggle_icon .hor_icon { border-color: white!important; }

    Regards,
    Yigit

Viewing 30 results - 235,651 through 235,680 (of 244,287 total)