Viewing 30 results - 136,141 through 136,170 (of 142,845 total)
  • Author
    Search Results
  • #199954

    In reply to: Hello

    Hey theroyds!

    You should be able to use the woocommerce_get_price filter for that. I did a quick google and pulled up these two topics which should guide you to creating your own custom function that you can add to your functions.php:

    http://wordpress.org/support/topic/how-to-put-after-the-price-woocommerse
    http://stackoverflow.com/questions/13660593/add-text-before-the-price

    Cheers!
    Devin

    #199951

    Hey!

    You have that section set to a fixed height which is preventing the container from growing on mobile. You can use the media queries in the css>custom.css file to add your own desktop only/mobile only styles to fix the issue.

    Best regards,
    Devin

    #199937
    This reply has been marked as private.
    #199936

    Thanks Peter!

    That fix didn’t work, until I remembered that Portfolio grid wasn’t the standard grid of Enfold, but the custom one you’ve written for me. So now I’ve done your suggested fix to that plugin as well and it works. Big thanks and apologies for the duplicate topic!

    #199934
    #199926

    Topic: 2 – Issues

    in forum Enfold
    wgray011
    Participant

    I have a couple of issues and need some assistance please

    #1 – Layer Slider isn’t reacting properly to youtube video. I set the global settings to autoplay and if I do that I only get a gray box with 3 dots. I understand that there is something about a starting image but have tried to set an image and may be doing that wrong. Im not sure. If I turn the global setting off I at least get an image of the first frame of video with the play button on top of the image. Now if I click the play button the video fades out when it plays. If i have the global setting set to auto play the gray box with 3 dots start up then fades out also. So I am presuming the autoplay may be working there. I’m not sure as I never see any video or image with exception to the gray box and 3 dots. I built into my youtube code the autoplay function. Do i need it in there if the global settings are set to autoplay?

    #2 – I have on my homepage a blog post section and the pagination if shows for multiple pages. If someone clicks on the pagination the entire page refreshes and then I am directed up to the top of the home page again. Shouldn’t the blog post just slide over to the next page of posts? This is a very inconvenient way to set a few pages of posts on the front page.

    Website: wgray.us/sniper2 for you to see what is going on if needed.

    Thank you for a great theme and attention to the issue.

    #199922

    Hey!

    See https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/#post-199805 for a temporary fix. We’ll include this patch in the next theme update.

    Cheers!
    Peter

    #199910
    sundialstudios
    Participant

    Hi – I am having an issue where my single product (product details) page is pushed up under the menu. On the other pages in my site I am using a full-width layer slider, which by design slides up under the menu, but I read another post that I cannot use that on the single product page.

    My 2 questions here are:
    Is it possible to use a static image in the header on the single product page?
    If not, how can I push the content down on the page?

    I have tried using the following to push the content down

    .single-product .template-shop {
    padding-top: 110px !important;
    }

    but that did not work (although it does work in Firebug).

    You can see the site by clicking here
    If you click on the product and go to the details page you’ll see my issue.

    Thanks!
    John

    #199908

    In reply to: no Slider

    This reply has been marked as private.
    #199887
    karbonato
    Participant

    Hi, I just bought a few days ago the Enfold theme through themeforest and already have a number issues after lots of hours spent customizing the site and trying to fix the issues.

    The test site is at http://www.oriolmorte.com/new/

    The issues are the following:

    1. When browsing through a tablet, the logo it’s not getting smaller as soon as you scroll down like the desktop version on a computer does. I have no idea how to solve this. The responsive version through mobile with the mobile menu is working properly but on tablet it uses the desktop version with this issue.

    2. I did install WPML in order to translate the site to 3 languages (main in english, spanish and catalan). I have already translated mostly of the pages but the Menu editor seems not to work anymore. Any change I do on the Menu builder is ignored by the system and have no chance to sort them on the right order. I can even say that the MegaMenu has stopped working despite it’s properly configured.

    3. Design doubt: How can I create a page like this “http://kriesi.at/themes/enfold/portfolio-item/vimeo-video/”. I’m specially interested into how to create the grass image with the top layer scrolling at the foreground effect.

    4. Is there any elegant way to disable the shadow or the border horizontal lines located at the header instead of editing staright the css file? I did try to change the Enfold Styling “border colors” to white (like the background) but then the contact form and newsletter subscription looses their border frame.

    Thank you,
    Oriol

    • This topic was modified 12 years, 3 months ago by Dude.
    #199884

    In reply to: no Slider

    Hi!

    Yigit’s code should work with a few modification. Please use this:

    .fixed_header.social_header #main { padding-top: 0; }
    .header_color .header_bg { background-color: transparent; }
    #header_main { border-bottom-style: none; }
    .header_color.header-scrolled .header_bg { background-color: white; }
    .fixed_header #main { padding-top: 0; }

    Remove browser cache then reload the page. Test it on another browser.

    Cheers!
    Ismael

    #199876

    Hi Peter,
    You’re absolutely right. I spent the better half of the day trying to figure it out before finally doing a database table repair (twice) and rebooting my mySQL container, whcih fixed it. Thank you for responding to my post, even though it was not an issue with the theme.

    #199865

    Hi jmaguirrei!

    I think the tab function doesn’t work because only the hash value changes and the url is always the same. We’ll take care of this limitation with the next theme update but for now you can fix this by modifying shortcodes.js: https://kriesi.at/support/topic/tab-navigation-2/#post-193576

    Cheers!
    Peter

    #199853

    Hey!

    Unfortunately the “Could not add the font because the server didn’t respond” is a very generic error message and doesn’t help us to identify the problem. We need an error log or detailed error report from the server/host provider. I guess the issue is caused by a missing php library like here: https://kriesi.at/support/topic/iconfont-manager-upload-problem/

    Best regards,
    Peter

    #199850

    Topic: Opacity Dropdownmenu

    in forum Enfold
    der_mueller
    Participant

    Hello, with your help i got the header with some opacity and the slider behind the header.
    https://kriesi.at/support/topic/slider-under-header/#post-199541

    But now i need the dropdown to get the same transparency then the header.

    Cheers,
    Markus

    #199845

    Hi 500Webmaster!

    1.) Look for plugins: http://wordpress.org/plugins/tags/opt-in

    You can also try a sticky opt-in plugin: http://wordpress.org/plugins/sticky-email-opt-in-popup/

    2.) You can use the AddThis plugin: https://kriesi.at/support/topic/placing-addthis-social-icons-into-the-header/?replies=4#post-134606

    Best regards,
    Ismael

    #199844
    #199839

    Hi!

    As far as I know you don’t need to “hack” the theme files because since Enfold 2.4.2 the Youtube icon is supported out of the box. Go to Enfold > Header and select “Youtube” in the “Social Icon” dropdown. Then insert your youtube url into the text field on the right side (“Social Icon URL”) and save the settings.

    If you want to change the size of the icons insert following code into the quick css field

    
    #top .social_bookmarks li a {
    width: 60px;
    line-height: 64px;
    min-height: 60px;
    font-size: 30px;
    }
    
    #top .social_bookmarks {
    height: 60x;
    }
    
    .header_color .social_bookmarks a{
    color: #889095;
    }
    

    and change the px values (and color value) of required.

    Best regards,
    Peter

    #199826

    Hi Vincent!

    If you didn’t alter any plugin/theme/wordpress files and you didn’t install any new plugins it might be a problem with the database (i.e. a corrupt database entry can cause this issue(s)). Did you try to restore a backup of the database? Maybe try to restore a backup of your website on a test server and check if the problem is solved if you use the backup. It’s strange that “suddenly” the featured images don’t work anymore especially because the code will always produce the same result if you didn’t modify it. Imo the only variable component here is the database data which may change based on the user input.

    Best regards,
    Peter

    #199823

    Hi!

    Glad you fixed it. I’ll notify Kriesi. Did you recently update to WordPress 3.8?

    Dude provided a fix here: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/

    Cheers!
    Ismael

    #199821

    Hey oliviad!

    You can add this on your custom.css or Quick CSS to reduce the height of the header.

    /*header with social icons: */
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 88px; line-height: 88px; }

    Use this to decrease the top padding of the main container as you reduce the header height:

    .fixed_header.social_header #main {
    padding-top: 120px;
    }

    Cheers!
    Ismael

    Hey!

    Yes, the WPML permalink function causes issues on some servers (actually only a few servers because we received maybe 10 similar bug reports and I posted some code to temporarily fix the issue here: https://kriesi.at/support/topic/404-strange-permalink-problems-ii/

    I already notified Kriesi about the issue and I created a fix for it but I’m still waiting for his feedback. Basically I’d like to remove the “slug” option from the Enfold theme option panel and instead add it to the Settings > Permalink page. Then I want to wrap the slug text into a _x() function which should allow WPML to translate the slug with the “String Translation Management” extension. I’ll try to get this patch into the next update (Enfold 2.5).

    Regards,
    Peter

    #199782

    In reply to: Socket

    Hi MtnStreamGroup!

    1.) What do you mean by automatic year php? Is this a code that you add on the footer? Please post it here.

    2.) Go to Enfold > Footer > Copyright. Place the [nolink] tag.

    3.) Edit footer.php, find this code on line 115:

    </div>
    
    	            <!-- ####### END SOCKET CONTAINER ####### -->
    				</footer>

    You can manually place the second logo on top of it.

    Regards,
    Ismael

    #199775

    Topic: menu color

    in forum Enfold
    kecster2
    Participant

    http://kec.bz/in/greenbox.jpg

    I am trying to get that desired effect in the top menu, where two items (live chat and contact us buttons) will have little icon graphic and be a different color…. how can i that using css

    thank you

    #199773

    Topic: Z index Problem

    in forum Enfold
    kecster2
    Participant

    http://j2k.info/american/

    Hello,

    I was wondering if you could help me, i have that image of a server below the revolutionary slider, i am trying to make that image go over the slider… i think its done with z index.. i want the positioning to stay the same, but i want the server png image overlay on top of the slider

    this is an image of the effect i am looking for
    http://kec.bz/in/question.jpg

    #199764

    Hi NaturaIntegrativeMedicine!

    For 1) Check here: http://kriesi.at/documentation/enfold/setting-your-home-and-blog-pages/ as it explains a bit about setting/unsetting the blog page. The quick version is that to use the individual blog pages settings you need to un-set the option in the theme options.

    2) Youtube video is showing on my end.

    3) Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    .fullsize .big-preview.single-big {
    padding: 20%;
    padding-bottom: 10px;
    padding-top: 0px;
    }

    Best regards,
    Devin

    #199750

    In reply to: no Slider

    Hi!

    Please add following code to Quick CSS as well

    .fixed_header.social_header #main { padding-top: 0; }
    .header_color .header_bg { background-color: transparent; }
    #header_main { border-bottom-style: none; }
    .header-scrolled .header_bg { background-color: white; }

    Best regards,
    Yigit

    #199748

    In reply to: no Slider

    Awesome. thank you!

    Ok a little trickier one ;)

    Would love for the top nav bar to be one color to match the header on load. And as you scroll it turns to white.

    A good example is here. Watch the top nav change as you begin to scroll.

    #199721

    Hey!

    Yes, you can add following code instead to apply on all heading elements

    p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 { margin-top: 0; }

    Regards,
    Yigit

    #199715

    Hi Ismael,

    Thanks for the hint. Not sure we’re on the same page though. There is a Layerslider on top, but 5 Easysliders below. Here’s a screenshot attached.

    http://img36.imageshack.us/img36/2139/9xd1.png

    How would I go about changing the Easysliders?

    Thanks,
    Felix

Viewing 30 results - 136,141 through 136,170 (of 142,845 total)