Viewing 30 results - 228,901 through 228,930 (of 244,426 total)
  • Author
    Search Results
  • #223827

    Sweet, thanks Josue, I will have a play with that. Looks good.

    Is there a reason you haven’t implemented this as a tick box option in the Enfold Admin e.g.: “Turn on Advanced CSS Field?” ?

    That would be awesome and would simplify it for most people I would think.

    Otherwise, will I need to re-add that line in functions.php every time there is a theme update?

    Really appreciate your help with this.

    Tim

    #223811

    Hey!

    The image is just too tall, you should place it on a square canvas first to match the ratio of other product images.

    Cheers!
    Ismael

    #223805

    MISSING PRODUCT DESCRIPTIONS

    Hi

    I am not sure if this is to do with the theme update but now my Product Descriptions have disappeared from all of the products in Woocommerce.

    I think it happened when I was adjusting the settings for the Column and Product Count in Woocommerce.

    Can someone please help me with this. I can’t give you a link to the site because it is not live yet.

    I have installed WordPress 3.8.1 and using Enfold 2.5.2. My installs are as follows:

    bbPress by The bbPress Community version 2.5.3,
    Delightful Downloads by Ashley Rich version 1.3.4,
    Regenerate Thumbnails by Viper007Bond version 2.2.4,
    WooCommerce by WooThemes version 2.1.2

    #223800

    In reply to: Image Quality

    Hey!

    You have the same issue with these threads and setting the image-rendering property to auto fix it for all of them:

    https://kriesi.at/support/topic/small-bug-report-logo-scaling-in-ff25osx/
    https://kriesi.at/support/topic/image-scaling-issues-in-enfold/
    https://kriesi.at/support/topic/issue-regarding-quality-of-responsive-images-and-more/
    https://kriesi.at/support/topic/table-bug-fix-and-improved-image-scaling-in-firefox/

    Please remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    #223799

    In reply to: Most recent update

    Hey!

    You can check the release notes here:
    http://kriesi.at/documentation/enfold/category/change-logs/

    Cheers!
    Josue

    #223781

    Hey Doug!

    Please update to the latest version of Enfold (2.5.2) to see if it gets fixed, try disabling all third-party plugins too.

    If it doesn’t, please create an administrator account and post it here as a private reply so we can take a look.

    Best regards,
    Josue

    #223780

    In reply to: footer single line

    Hey Mattia!

    What do you mean by single line? You can adjust the footer column count on Enfold > Footer > Footer Columns. Please post a screenshot of what you’re trying to do.

    Best regards,
    Ismael

    #223777

    Hola Jesus,

    Me parece que es un conflicto entre el shortcode de los productos de WooCommerce y el de los Posts, hace unos dias salió una version de Woo (2.1) y hoy dia de Enfold (2.5.2). Por favor actualiza estos dos componentes primero.

    Saludos,
    Josue

    #223770

    Hi!

    I was able to reproduce this issue, but it did get fixed with the code Yigit provided:

    .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial:first-child { position: relative !important; }
    

    Please take a look:
    http://screencast.com/t/QBS77fUy

    Regards,
    Josue

    #223760

    In reply to: Site Search Options

    Hey!

    I’m not sure because i haven’t used Swiftype with Enfold, but i think that code should be in a footer.php or header.php and you’d not need to edit functions-enfold.php. However it may requiere additional tweaking, like disabling the built-in ajax search functionality (you can do this by removing line 30 from js/avia.js).

    If you need more assistance please contact one developer from Codeable or Microlancer, as i said in my first reply we can not help you here because it’s out of the scope of our support policy.

    Regards,
    Josue

    Hi,

    For now until support yet to respond or acknowledge for the first time, I am just going to use the below thus removing the effects which is not what I wanted and the issue is not resolved :

    .grid-image.avia-hover-fx {
    opacity: 1;
    }

    Please respond or acknowledge someone will be looking into this?

    I found that on mobile version the menu doesn’t exit too when the above issue is happening and actually the above doesn’t actually solve the issue since people cannot navigate to the pages on mobiles.

    I therefore think something is cause these effects / scripts to malfunction whether it’s the menu on mobile or the portfolio grid or post slide effects when viewed as general public but once logged in as admin they work fine.

    Thanks

    • This reply was modified 12 years, 1 month ago by pureoption.
    #223744

    In reply to: Site Search Options

    Hey!

    In functions-enfold.php, around line 66, you’d put your custom form in HTML format there. It would be better to contact the Swiftype support if you decide to go with them.

    Best regards,
    Josue

    #223726
    turner2f
    Participant

    I am trying to figure out how to change the color for the background and text of a tab when it is in its “Active” state.

    The kind of tabs I am talking about are at…

    http://kriesi.at/themes/enfold/shortcodes/tabs/

    =============

    Thanks in advance.

    • This topic was modified 12 years, 1 month ago by turner2f.
    #223719

    Hi fgrippe!

    Unfortunately that would need to be directed to the WordPress SEO support forums. We just aren’t capable of supporting third party plugins.

    From the sound of it though, the plugins data in the database was corrupted so whenever the plugin tries to activate the incorrect database entries get read.

    Cheers!
    Devin

    #223708

    Topic: Menu sign for submenu

    in forum Enfold
    costin
    Participant

    Hi,

    Does Enfold has a functionality to add a sign (down arrow, a plus or something) to each item in the menu which has a submenu/links underneath?

    Thank you!

    #223704
    sherodesigns
    Participant

    I am having trouble with a website using Enfold that is experiencing problems when loading / refreshing. I am noticing that the slider appears incorrect, the container expands, styles are not applied correctly, and other problems that pop up from time to time. Most of the time the website loads perfectly, but every once in a while it goes completely out of whack. There are no evident JS errors. This seems to be happening most frequently in Safari, but also occurs in Firefox and Chrome. Has anyone experienced a similar problem who might be able to offer a suggestion?

    ttem
    Participant

    This took me a while to figure out so I’m posting here for others who may encounter this situation.

    My blog has the custom structure: /blog/%postname%/ which affects the portfolio item urls as /blog gets prepended to the slug

    Here’s how to fix: open enfold/includes/admin/register-portfolio.php on line 34:
    `’rewrite’ => array(‘slug’=>_x($permalinks[‘portfolio_permalink_base’],’URL slug’,’avia_framework’), ‘with_front’=>true),’
    change true to false

    How can I upgrade proof this fix? Should I place a copy of register-portfolio.php in child theme or is there an override function I can add to my function.php to modify the portfolio_register() function?

    Thank you for all the help Team Kriesi!

    #223700

    Hello. Just to let you (and any others who might have a similar issue) know: It appears that the issue of the Fullscreen slider and parallax color section in Chrome has been corrected in the new 2.5 version of Enfold. After upgrading, all issues immediately disappeared and all looks and works fine.

    Many thanks to the author of the theme who continues to work to improve it–and also to Support for their efforts.

    #223698

    In reply to: Masonry shop

    Hi Peter,

    Ok so the ‘Fullwidth Masonary” element can’t display products ..

    How was this created: http://kriesi.at/themes/enfold/shop/masonry-shop/

    #223694
    andri7luck
    Participant

    Hello,

    This might be silly question but please help
    I put several blogposts on my blog and after I publish it, there is like a featured image on the left side,
    see this:
    this is in mysite.com/blog
    http://imgur.com/edvcPT8

    this is in mysite.com/the-article
    http://imgur.com/NPWhOP8

    in your demo page: http://kriesi.at/themes/enfold/2012/01/14/this-is-a-nice-post/
    I can’t find the image on the left site like in my site.

    Please help. Thanks

    #223688

    Topic: Broken SSL

    in forum Enfold
    lawyerly
    Participant

    There’s only one item breaking my SSL lock. I got the following feedback at http://www.whynopadlock.com/check.php:

    Insecure URL: http://lawdeal.com/ld/wp-content/themes/enfold/images/background-images/diagonal-thin-light.png
    Found in: https://lawdeal.com/ld/wp-content/uploads/dynamic_avia/enfold.css?ver=1

    I took a look at ‘/dynamic_avia/enfold.css?ver=1’ and didn’t see any reference to ‘diagonal-thin-light.png’.
    Please help, thx

    #223687
    urho
    Participant

    Hi there!
    I updated Enfold theme today to latest version. everything works fine, all CSS from Enfold are all right.
    There is only a problem with the CSS codes from one plug-in, they are not accepted any more. Following the plug-in’s instructions (WP-Immomakler) I placed them in following directory:
    /WordPress_01/wp-content/themes/enfold/immomakler/immomakler.css

    I have also tried it in following directory:
    /WordPress_01/wp-content/themes/enfold/css/immomakler.css

    Do you have an idea what might be the problem? Is there another directory where I should place the CSS file?
    Cheers, Moritz

    #223675

    So that your time isn’t wasted: I’ll just change the site design and try to avoid the using the same combination of elements. Again, there IS an issue with Chrome, of that I can assure you, just as others have mentioned here in the past. But, as with those Enfold customers, I don’t think I’m going to get anywhere with this thread. No knock on Support: I appreciate your time and I believe you believe that the theme is problem-free.

    Anyway, Enfold is a very flexible theme–I really do like it, despite its drawbacks–so I’m sure I can do something else close to what I wanted.

    Thanks.

    #223658

    I just updated to the newest version of Enfold.
    And temporarily disabled all plugins.

    I still have the issue.

    Do you want login credentials?

    #223654

    Hey ftt123!

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

    .post-meta-infos { display: none; }

    and post the link to your website if that does not work

    Cheers!
    Yigit

    #223653

    Hi ftt123!

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

    .avia_mega_div .avia-bullet { display: none; }

    2-

    .breadcrumb-title { display: none; }

    3&4- I am not sure if i understood you clearly, could you post a screenshot and elaborate?

    Cheers!
    Yigit

    #223652
    fgrippe
    Participant

    This one is may be little beyond your theme, but if you could help i would surely appreciate it.

    I installed was using the Yoast SEO free plugin. Since my site is in a subdirectory, i tried to adapt the code as they said to.

    I made the mistake of trying some code with + signs in front of it adding it to the htaccess file within their plugin.

    Not good. Shut my site down. Had to manually find the htaccess file and remove the code.

    But now the plugin won’t work at all. I even deleted it and reinstalled it. Getting a 505 error.

    Any ideas to make it work again?

    Thx in advance.

    #223633

    In reply to: Display admin

    Hey!

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

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    }}

    Regards,
    Yigit

    #223620

    Hey aperlow!

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

    .rounded-container .iconfont, .small-preview .iconfont { display: none; }

    Cheers!
    Yigit

    #223618

    Hey mattmorse!

    1- You can take a look at the settings of demo site slider here http://i.imgur.com/xAWZ0mL.jpg
    2- Please add following code to Quick CSS in Enfold theme options under Styling tab

    .avia-content-slider .slide-image img { margin: auto; }
    .main_color .avia-content-slider .slide-image { background: transparent; }

    Cheers!
    Yigit

Viewing 30 results - 228,901 through 228,930 (of 244,426 total)