Viewing 30 results - 230,671 through 230,700 (of 244,421 total)
  • Author
    Search Results
  • #212640
    Erik Swenson
    Participant

    Hello,
    Foremost, Enfold is amazing. Great work & Thank You very much…

    I’m having some difficulty adjusting the line height inside the cells of a ‘Pricing Row’ of a ‘Pricing Table’ I’ve created…
    Pricing Table Trouble
    I would like to reduce the vertical space between the dollar amount and “per cleaning”
    Shortcode:

    [av_cell col_style='avia-center-col']$99<span class="pricingTable_perCleaning">per cleaning</span>[/av_cell]
    [av_cell col_style='avia-center-col']$119<span class="pricingTable_perCleaning">per cleaning</span>[/av_cell]

    CSS:

    .pricingTable_perCleaning{
    	font-size: 0.2em; 
    	line-height: 0.2em !important; /* BROKEN */
    	font-weight: normal;
    }

    I’m hoping you could provide a solution as I haven’t been able to find any suggestions & everything I’ve tried thus far has failed.
    Thanks in advance!

    #212635

    In reply to: Enfold Child Theme

    Hi!

    In your WordPress Dashboard go to Enfold > Styling > Quick CSS (it’s a textarea at the bottom), paste the code there and save the changes.

    Cheers!
    Josue

    #212634
    LMPLMM
    Participant

    Hi,
    I am trying to remove the Related Posts side tabs without success. Based on other topics I have added the following shortcodes, but without success:

    .single-small .post_author_timeline { display: none; }

    .related_posts.stretch_full { display: none; }

    The tabs are still appearing. Could you please let me know how to remove them? I’m using Enfold.

    Thank you!

    #212628

    In reply to: Enfold Child Theme

    This reply has been marked as private.
    #212623

    Hey!

    It looks fine on my end. Please remove browser cache then reload the page a few times. On what browser are you testing this with?

    Regards,
    Ismael

    #212616

    Hey!

    Please use this to constrain the height of the images on mobile view:

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    #top div .avia-gallery img {
    max-height: 132px;
    }
    }

    Best regards,
    Ismael

    #212595

    Hi Ismael,

    Thanks for the reply. I’m a bit lost though. We are using the Enfold Child Theme. I go to Appearance > Customize is goes to a Preview screen. When I go to Appearance > Editor I don’t see the base.css file.

    On a separate note, I saw the update to the Enfold Theme and I tried to run the automatic update. I got this error, I don’t see a custom.css anywhere. https://www.dropbox.com/s/oolfaujx4s86dqr/Screenshot%202014-01-20%2020.00.15.png

    #212521

    Dude, that worked, thanks!

    #212500

    In reply to: Dummy Content

    Hi dmarzean!

    Please give us a link to the website. Do you have the latest version 2.4.5 of Enfold? Try to increase the php memory limit: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Regards,
    Ismael

    #212499

    Hey!

    Can you please give us a link to the website? Do you have a cache plugin? Please flush the settings after you change the styling. Deactivate all existing plugins, see if the issue persist. If you have an access to the cpanel, please go to wp-content/uploads/dynamic_avia folder then change the file permission of enfold.css to 755.

    Best regards,
    Ismael

    #212492
    designguy2006
    Participant

    I recently launched fourcountyfamilyeyecare.com using the Enfold theme and everything has been working perfectly.
    Today, I was in the Dashboard and I deleted cache in the plugin WP Super Cache and now the website is not loading properly – seems to have lost the theme’s styling.

    It appears to me to be working properly in Firefox and Chrome, but due to WP Super Cache I don’t feel quite assured that this is true, even though I have emptied cache in both of those browsers.

    I’ve also tried switching to the WP Twenty Fourteen theme, and then back to Enfold with no luck.

    Can you please inspect and let me know how to fix?

    I’m hoping to have solved this issue before my client notices.

    Thank you so much – otherwise I have been LOVING your theme and hope to use it for many more projects!

    #212490

    Hey Andrea!

    Have you tried seeing it from another phone?

    Regards,
    Josue

    #212483

    Hi!

    It should be enabled by default, please take a look:
    http://screencast.com/t/w7GiePyyLci

    Cheers!
    Josue

    #212479
    #212478
    courtneyludden
    Participant

    Hi.

    I’m working with the Enfold theme and the Themeforest site features include Instant Search. I can’t figure out to enable this. Can you point me in the right direction?

    Thanks!

    #212474
    ubercool
    Participant

    On your demo site everything looks fine (http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/) but in my install of WordPress 3.8 and Enfold 2.4.4, the rules are all but invisible:

    http://www.socialrevolution.co/events/

    Any ideas what’s going on? I use the Meta Color but it’s the same with the Default Color. I use a minimal amount of plug-ins:

    Akismet
    bbPress
    Contact Form 7
    Enable Media Replace
    Hello Dolly
    Livefyre Realtime Comments
    WordPress Importer
    WordPress SEO
    WP Google Fonts
    WP Retina 2x

    Hey LMPLMM!

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

    .title_container .main-title { display: none; }

    it will only remove main title from the bar

    Regards,
    Yigit

    #212431

    In reply to: Logo: format & shrink

    This reply has been marked as private.
    #212430

    Hey guys – got the title bit sorted. Size is now regulated on desktop. Only issue remaining is, on mobile, a couple of the thumbs are not square as they should be ( Same issue we solved by using:

    #top div .avia-gallery img {
    max-height: 333px;
    }

    for desktop)

    Lastly – how do we make sure that applies to those images on mobile as well?

    #212424

    Ah yes. That is right.

    Done

    #212411

    Hey!

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

    .av-special-heading, .av_promobox { margin-top: 5px; }
    .avia-content-slider { margin: 5px 0; }

    Best regards,
    Yigit

    #212409

    Hey Yigit,

    it does not work. I don’t know what can happens…

    #212407

    In reply to: Padding progress bars

    Hey hellovlad_!

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

    .avia-progress-bar { margin-bottom: 15px; }

    Best regards,
    Yigit

    #212399

    Hey!

    Please try deactivating all active plugins and check if that helps. list styles are being overwritten

    Best regards,
    Yigit

    #212398
    #212395

    Hi adrianej!

    Can you post the link to your website so we can take a look?

    Best regards,
    Yigit

    #212392
    adrianej
    Participant

    I have a problem with my enfold theme. Since yesterday, my template does not work correctly. You can see it here. http://oi40.tinypic.com/2564ajb.jpg

    I hope you can help me.

    Adrián

    #212377
    leadliaison
    Participant

    Hello,

    When I hover over an image I get an orange circle with two white arrows pointing in the opposite direction. How do I change this image to show our logo or some other image? Any restrictions on it, such as resolution, file type, etc.? This might help: https://www.dropbox.com/s/i5h5eakomtd4bkz/hover%20image%20enfold.png

    Thank you!

    #212371

    Topic: #prev and #next icons

    in forum Enfold
    Linux-963
    Participant

    I have a site with Enfold theme (www.***.net)
    The #prev and #next (< and >) icons are regulary displayed, but if you go on www.***.info or www.***.eu, etc. (redirected to www.***.net) the icons are not displayed
    The WordPress version is 3.8
    The browser used are: Firefox 26.0 and Explorer 11.0
    What’s the matter?
    Many thanks in advance

    • This topic was modified 12 years, 2 months ago by Linux-963.
    #212370

    In reply to: "Post_gallery" filter?

    I’m having problems using the regular WordPress Gallery in this way. I would imagine it has to do with trying to use the [gallery] code in a text block so that I can use the Avia Layout Builder for the rest of the content on the page. The thumbnails don’t size up when using the [gallery size ="large"] code and the image title label that pops up above the image on hover isn’t there (probably because this is an Enfold Gallery feature and not a WordPress gallery feature).

    Also, I need to use the Avia Layout Builder because I’m not interested in having most of my pages built using the Avia Layout Builder and a few using the Default WordPress Editor. Everything needs to be consistent.

    If the “post_gallery” filter could be added in a future update, that would be great, otherwise, it looks like I’ll have to find a different solution.

Viewing 30 results - 230,671 through 230,700 (of 244,421 total)