Viewing 30 results - 132,421 through 132,450 (of 142,763 total)
  • Author
    Search Results
  • #236588
    WANTED1403
    Participant

    Hey Guys

    Coming back to this Topic of mine: https://kriesi.at/support/topic/possibility-to-set-a-semi-white-background-to-layout-elements-no-color-section/#post-231615

    Is it possible to add a shadow effect for each layout element when a White background Color is Chosen?

    Thanks in advance for our replies!
    Cheers, Matthias

    #236572
    penumbra
    Participant

    Hi there –
    I have a png logo file. On desktop when the width of the page is scaled below about 750px the logo is enlarged and breaks up. On mobile (iPhone) the log is enlarged and breaks up. Is there anyway to improve the appearance of the logo? I’ve put a site link in a private reply.
    Thanks so much.

    • This topic was modified 11 years, 11 months ago by penumbra.
    #236559

    Mmmm I’m sorry, I’ve found, just adding “!important;”….

    You can delete this topic… sorry again.

    Thank you for your great work, this 2.6.1 is fabulous!

    Best regards,

    Jul…

    #236552

    In reply to: mobile view

    This reply has been marked as private.
    #236539

    Topic: Social buttons

    in forum Enfold
    Zakkery
    Participant

    Hey. I live in Russia, we have here a popular social network similar to facebook, called Vkontakte. So, how can I insert it in the top menu instead Vimeok for example.

    #236526

    Hi Yigit,

    Added the code. Still shows up.Trying to remove Alt Txt from top of images

    #236523

    Hi charger70!

    Which version of Enfold are you using? If not 2.6.1, please firstly update the theme and check if issue remains – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    Cheers!
    Yigit

    #236519

    Hi!

    Please refer to Josue’s post here – https://kriesi.at/support/topic/how-to-remove-tooltips/#post-224464

    Best regards,
    Yigit

    Hi!

    Please add following code to Quick CSS as well

    .products .product.first { clear: right; }
    #top .products .product.last, #top #main .products .product.last { margin-right: 40px; }

    Regards,
    Yigit

    #236498
    Munford
    Participant

    HI
    I just upgraded / to Enfold to 2.6.1 and like some others I am having these errors:

    1. The logo in the header on mobile is too big. I did this styling before which had it justified left and fitting nicely between the left edge and menu. How can I fix this?

    @media only screen and (max-width: 767px) {
    .mobile_active #advanced_menu_toggle {
    display: block;
    right: -15px;
    top: 40px; }
    .logo img { height: 50px; width: auto !important; max-width: none !important; margin-top: 10px!important;
    padding-top: 0;}
    .responsive .logo { margin-left: -10px!important; }
    }

    /*headerlogo fix*/
    .logo img {
    margin-top: 5px;
    }

    .header-scrolled .logo img {
    margin-top: 0;
    }

    2. The WPML language switcher is gone from the header. I put it in the menu for now but would like to get it back in the header soon.

    That’s all so far. I would appreciate it if you could give me a quick fix for these issues. I have looked through the header settings but don’t see any extra settings for mobile other than the menu options.
    thanks for your help! I will follow this with login info.
    n

    • This topic was modified 9 years, 10 months ago by Yigit.
    #236483
    lifeundone
    Participant

    Hi,

    I have applied the update to 2.6.1 and all is well.
    Header settings have been re-applied and I now have the Header Behaviour set to “Sticky” and “Shrinking”
    However, when the page scrolls, you can see the content in the background of the header.
    I tried changing the “Transparency Options” to make the “transparency menu color” white but you can still see the content scrolling behind.

    In the “Styling” options, the header is set to white as well.

    Also, the extra bar at the top (above the logo/menu) used to have a color and now it is gone.
    Where is that setting hiding now?

    What am I missing?

    Thanks

    Mitch

    #236473

    Hey!

    Make sure to first undo the changes to the portfolio.php file. Then add the javascript snippet from Peter to your avia.js file. If that doesn’t work then you can request that the feature be added in by Kriesi in the feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests/

    Best regards,
    Devin

    #236471

    Yes it is handled within the avia.js script but I’m not sure what it would take now that the function has been changed with the new headers and everything so I’ve tagged Peter and Kriesi on the topic to take a look and see.

    #236466

    Hi Guys!

    Excuse me to jump in. I have followed the conversation cause it seems to be related to the issue I have posted recently:
    https://kriesi.at/support/topic/inpage-sliders-do-not-work-and-scrolling-to-the-top-arrow-is-missing/

    Did you find any solution to this?

    Thanks in advance!
    Antonio

    #236441
    charger70
    Participant

    Hi – a few of my clients are seeing navigation elements push into the logotype, as seen below:

    Nav problem

    they are using Windows 7 / 8 – in particular, Win 7 SP1, IE 8, with a monitor resolution of 1280×800. they are using 100% (normal) zoom on the browser.

    Not all are seeing this – only a select few. any ideas?

    #236426
    lrobbins303
    Participant

    I still having problems trying to disable lightbox from portfolito-ajax imagelist. When you point at the picture in the portfolio-ajax, a blue circle w/2 arrows displays and the cursor changes to a hand and it opens into a lightbox when you click on it. I am using the enfold child and I put the code below in the Quick CSS and also in the enfold custom.css but nothing changed.
    Appreciate any suggestions. Thank you!
    From reply#223484 and #222872:
    Please add following code to Quick CSS in Enfold theme options under Styling tab
    #top .portolio-preview-list-image { pointer-events: none!important; }

    #236421

    Hey!

    Can you post the link to your page where the issue occurs again so we can take a look? I tried to check the webpage you posted on your other topic but it returns 404 error. Please also try updating the theme to the latest version 2.6.1 and check if that helps

    Cheers!
    Yigit

    #236419
    michi2009
    Participant

    Hello,
    we need two different logos in our website header and I found a topic in this forum, with which I got it. Now we need the special logo of the homepage on on another page of the site, all other pages have the same normal logo. Now I need info, how I can specify the second page for displaying the right logo.

    I changed in header.php of child theme (according to your forum topic):

    from: ” echo avia_logo(AVIA_BASE_URL.’images/layout/logo.png’, false, ‘strong’);”

    to

    “if(is_page(3120))
    {
    echo avia_logo(AVIA_BASE_URL.’images/layout/logo1.png’, false, ‘strong’);
    }
    else
    {
    echo avia_logo(AVIA_BASE_URL.’images/layout/logo2.png’, false, ‘strong’);”

    How could I arrange, that the first logo (logo1.png) is visible on a second page, that means how can I fill in the second page id?
    I tried to fill in the second page ID comma separated in the ” if(is_page(3120)) – area, so it looks in this way if(is_page(3120, 3202)) , but that didn´t works.
    Maybe you can give me an advice, that would be very helpful and nice.
    Thanks a lot,

    Thanks a lot in advance,

    #236409

    Hi!

    Please add following code to Quick CSS as well

    .html_header_top.html_header_sticky #main {
    padding-top: 86px;
    }

    Regards,
    Yigit

    Thinkgate
    Participant

    Hey,

    So I was having issues with my child theme’s style.css not being applied (ongoing thread).

    I updated to version 2.6.1 and everything got much worse. Nothing from my Child theme is being applied, the backend of WordPress no longer works (/wp-admin/) and can’t access anything (getting a white screen, 500 internal server error).

    Really need some technical help. I do have backups of my most recent previous version (2.4.5) but would like to move on with this version and its offerings.

    Also, I can provide access to WordPress.

    Thanks

    • This topic was modified 11 years, 12 months ago by Thinkgate.

    I would even say that would be great as a new feature on ENFOLD header settings to have random or default flags on the preview in order to figure out how them will be locate at.

    Since I’m waiting for a solution from the post above, I’m just wondering if there is any chance to set the social icons ahead at the main header area and keep language and/or phone number at the top bar.

    Hope these comments to be useful and helpful in order to solve this issue.

    Thank you,

    Oriol

    #236397
    #236391

    In reply to: Number counter

    Hey Rustybucket!

    Please see Kriesi’s post here https://kriesi.at/support/topic/kriesi-logo/#post-161892
    While not being 100% sure, i think he is planning to add such elements to the theme in upcoming versions.

    Regards,
    Yigit

    #236382

    Topic: Header color

    in forum Enfold
    raph7373
    Participant

    Hello,

    Following the last 2.6.1 update, I met two problems:

    1/ In my information in “Quick CSS” are not taken into account?
    #top .social_bookmarks_mail:hover a {
    color: #fff;
    background-color: #977b36;}
    .social_header .phone-info { color: #2b2a2b; font-weight: normal; font-family: ‘Arial’, Arial; }

    Overview of the icon is all original color: green. I do not want green. The fonts are not changed?

    2/ The widget WPML has disappeared from my leader for change language.

    Thank you very much for your response

    Image

    Bonjour,

    Suite à la mise à jour 2.6.1, je rencontre 2 problèmes:

    1/ Mes informations dans dans “Quick CSS” ne sont plus prise en compte ?
    #top .social_bookmarks_mail:hover a {
    color: #fff;
    background-color: #977b36;}
    .social_header .phone-info { color: #2b2a2b; font-weight: normal; font-family: ‘Arial’, Arial; }

    Au survol de l’icône tout est de couleur original: vert. Je ne souhaite pas du vert. Les polices ne sont pas modifié ?

    2/ Le widget WPML à disparu de mon leader pour le changement de language.

    Merci beaucoup pour votre réponse

    pantareimadrid
    Participant

    Dear Team!

    Thank you very much for bringing this awesome Themes to the community!

    Unfortunately, I have a couple of issues since I updated the theme to the last version:

    1.- The content element Fullwidth Easy Slider and the Easy slider are not working. They don’t show any pictures.
    I have not found any topic in the support area which could help me on this. I have tested a new page with a new slider and it does not work. I have recreated the sliders and they don’t work. So, it is like the sliders, any type, are not working at all. And by not working, I mean, they don’t display the pictures. In the page, the space is there, but just empty.

    2.- Since the last update, the arrow to scroll back to the top of the page is missing.
    Regarding this topic, I have followed the instructions here and this does not solve the problem:
    https://kriesi.at/support/topic/back-to-top-button-broken/#post-179730

    Thank you very much for your help. Let me know if you need anything from my side.

    Best,
    Antonio

    • This topic was modified 11 years, 12 months ago by pantareimadrid. Reason: To include more information
    #236368

    Hey!

    My bad, i have edited the code i posted here https://kriesi.at/support/topic/logo-right-mobile-menu-overlapping/#post-236358
    Please try it now

    Best regards,
    Yigit

    #236356

    Hi!

    You are welcome Danny, glad we could help. I am leaving the thread open. It will be on hold until you post again. Waiting to hear from you

    Regards,
    Yigit

    #236354

    Yigit,

    Thank you for your help and quick responses.

    I cleared my browsers cache now I am seeing cached versions of the site ever before the first successful changes I made. I need to follow up with my site host and will get back to you on the results. Thank you for all your help so far.

    Danny

    #236347

    Topic: Mobile Cart Button.

    in forum Enfold
    wesleysoccer
    Participant

    When clicking on “add to cart” on mobile phones within the woocommerce product slider on my homepage, I don’t get a cart button (top right) or the pop up that shows the item was added to cart…like I get on my computer? This is on mobile and it’s within the product scrolling slider.

    Any fix for this?

    attainablevintage.com

    • This topic was modified 11 years, 12 months ago by wesleysoccer.
    #236346

    Hey carina_christiansen!

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

    body .av-special-heading.blockquote > * { 
    padding-top: 20px; }

    Cheers!
    Yigit

Viewing 30 results - 132,421 through 132,450 (of 142,763 total)