Forum Replies Created

Viewing 30 posts - 61 through 90 (of 384 total)
  • Author
    Posts
  • in reply to: Transparent header on tablet not working #1015183

    Hi Basilis,

    Which code do you want me to remove?

    1) The code coming from the theme > I cannot remove that…

     #header {
    position: relative;
    z-index: 501;
    width: 100%;
    background: transparent;
    }

    2) Or the code I needed to correct the problem > if I do that the header turns grey again…

    @media screen and (min-width: 768px) and (max-width: 989px) {
    #header {
        background: white !important;
    }
    }

    I set CSS and Javascript file merging to disable and deleted old CSS and Javascript files.

    Regards,
    Monique

    in reply to: Transparent header on tablet not working #1014593

    Ok, thanks Ismael.

    I did not add the code you mentioned. It must come from the theme. In the page I set the header to transparent. In the theme options the header is set to sticky and shrinking.

    Perhaps a conflict somewhere?

    Best regards,
    Monique

    in reply to: Facebook Pixel Code and GDPR #1014109

    Ha ha, it is not very useful to you, but still…

    And that I like Enfold’s options is a compliment :-)

    in reply to: Facebook Pixel Code and GDPR #1014090

    Hi Dude,

    Thanks for your reply.

    I really appreciate the Enfold settings for cookies :-) And the fact that a visitor has the option to choose themselves which cookies they want to accept or not.

    I looked at Borlabs Cookies. I can see several options for the visitor to choose which cookies they accept or not:

    • Allow all cookies
    • Allow advertising cookies
    • Only allow necessary cookies
    • Only allow first-part cookies
    • Do not allow any cookies

    I believe that visitors don’t realize the impact of terms like ‘advertising cookies’ or ‘first-part’ cookies. These (technical) terms are too ‘blurry’ for them. I assume there is a lot that can be customized, but I am not sure if it will be user-friendly enough.

    Apart from that, but that is mainly a practical/idealistic problem: a lot of plugins these days cost money (so does Borlabs) and not everyone has the money available to pay for all these extra’s: 50 euros here, 100 euros there… The EU decides there should be a new law and all companies are forced to invest money to comply with that law. Google offered Google Maps for free. Now they are changing their policy so that you have to pay money to show a map on your site. Honestly, I am waiting for WordPress to ask money to be able to use the source code… I really understand that everybody needs to earn some money, but for some it simply becomes too complicated and expensive…

    But that is beyond your control – I understand :-)

    For completeness: you may flag this topic as solved.

    Have a nice day,
    Monique

    in reply to: Transparent header on tablet not working #1014083

    Hi Ismael,

    I believe file compression (for CSS and Javascript) is automatically checked after updating the theme to the version that offers these functions? If not, then yes, I must have enabled it ;-)

    Ok, I understand the working of it: before making any chances in theme settings and/or extra CSS, I should disable file compression, make the changes and than enable file compression again. I suppose in the last stage I can also check the box to delete old CSS and JS files and click the Save all changes button?

    That does not give an answer to my first question yet: I recently updated WP, theme and plugins and suddenly the header in tablet portrait turned grey… I ‘hate’ it when I don’t understand what is happening… Can you also explain this to me please?

    Regards,
    Monique

    in reply to: Transparent header on tablet not working #1013683

    Hi Rikard,

    Thanks for your reply.

    I tried something like this before and it didn’t work. Now I got it to work with the following code (smaller screens were not affected and screen size 990 px has a transparent bg!):

    @media screen and (min-width: 768px) and (max-width: 989px) {
    #header {
        background: white !important;
    }
    }

    There are a few things I don’t understand and I hope you can clarify this for me:

    1) Why did it suddenly work no longer in the proper way? Is there a bug somewhere?

    2) I always use a child theme and put your code in the child style.css. That didn’t work. Then I put it in the theme options > general styling and it worked. Then I took it out of the theme options > general styling again but left it in the child styles.css and it still works. I don’t get why it didn’t work in the child styles.css in the first place but it worked after I inserted it in and deleted it from the theme options > general styling. Is this something that is perhaps being influenced by the settings in theme options > performance? Since that tab was added to the theme options, I regularly have issues with multiple sites with css in the child styles.css that seems not being taken into consideration. It is becoming quite annoying I must confess…

    Please advise.

    Regards,
    Monique

    Hi there,

    Update: meanwhile I have been able to solve the issue myself. I suddenly thought of the option to delete old CSS and JS files and that did the trick!

    Can you please flag this topic as solved?

    Thanks & regards,
    Monique

    in reply to: Hide mega menu column title when mobile menu is used #1004029

    Hey Dude,

    Ok I understand for now, although I believe that Enfold should style this type of menu the same for large screens and smaller screens. Maybe an improvement for future?

    Thanks for giving me a starting point to style the column title different. I had to add ul.sub-menu otherwise all menu items had that darker color. Also I needed some tweaks to get rid of the avia-bullet and the cursor otherwise it still looked like a clickable menu item. So in the end the final code is:

    @media screen and (max-width: 989px){
    ul.sub-menu > li.av-width-submenu > a .avia-bullet:before {
    	display: none;
    }
    
    ul.sub-menu > li.av-width-submenu > a {
        padding-left:90px !important;
    }
    
    ul.sub-menu > li.av-width-submenu > a .avia-menu-text {
        color: #000;
    	cursor: none;
    }
    }

    You may flag this topic as solved.

    Best regards,
    Monique

    in reply to: Facebook Pixel Code and GDPR #1003990

    Hi Dude,

    Thanks for your reply.

    No of course, you’re not legal advisors :-)

    If I can prevent to use too many plugins I will do that. I will discuss with my client what she wants.

    Are there any plans in future to incorporate Facebook Pixel Code into your cookie settings? I assume this is a worldwide very much used “thing” like Google Maps and Google Fonts…

    Regards,
    Monique

    in reply to: Have different overlay style for portfolio than blog #995998

    Hi Rikard,

    Yes, that works! Thanks a lot!

    Can you please flag this topic as solved?

    Best regards,
    Monique

    in reply to: Change icon for mega menu sub page #986840

    Hi Mike,

    Yes, that works! :-)

    Thanks for your help & can you please flag this topic as solved?

    Have a nice day,
    Monique

    in reply to: Disable Avia Layout Builder for posts #983704

    Hi Victoria,

    The first option was what I was looking for :-)

    Can you please flag this topic as solved?

    Thanks & have a nice day,
    Monique

    in reply to: Change icon for mega menu sub page #983698

    Hi Victoria,

    The icon is from Fontello. I downloaded the icon together with a few other icons and uploaded the zip file through Enfold Child Theme options Import/Export. You can have a look in wp admin if you wish (see login details here above).

    Please advise.

    Thanks & regards,
    Monique

    in reply to: Change icon for mega menu sub page #981679

    Hi Vinay,

    It took a while… I tried what you advised. All goes well until I change the unicode “\e812”. Then there is no icon, only the text I inserted instead of your unicode. It needs to be a paw, and the unicode is uf1b0.

    Please find below login details and let me know if you ca help me.

    Thanks & regards,
    Monique

    in reply to: Sticky or fixed element #981100

    Hi Mike,

    Done => Guenni007’s script successfully applied :-)

    The only thing I’ve changed was the code
    if ($(window).width() > 768) {
    to
    if ($(window).width() > 767) {
    since I wanted to load this script as from 768px upwards.

    Thanks for your help!

    Can you flag this topic as closed please?

    Have a nice day,
    Monique

    in reply to: Sticky or fixed element #980985

    Hi Mike,

    Yes, I tried that one before as well, but it didn’t work (see my first post in this topic). Let me try again and I’ll come back to you.

    Regards,
    Monique

    Ok, thanks Nikko!

    Can you please flag this topic as solved?

    Best regards,
    Monique

    Hi Dude,

    The <span class etc> code isn’t really CSS code, is it? I worked out your code a bit further, also because it was only applicable for small mobile, and got it to work using following:

    @media only screen and (max-width: 479px) {
    #top #commentform p.comment-form-cookies-consent {
    	margin-bottom: 40px;
    }
    #top #commentform p.comment-form-av-privatepolicy {
    	margin-bottom: 20px;
    }
    }

    Thanks for your help.

    Please flag this topic as solved.

    Regards,
    Monique

    in reply to: Sticky or fixed element #980598

    Hi Mike,

    Thanks for your help.

    Right now when you scroll down the page a few things happen:

    • the image suddenly drops down a few pixels > is it possible to make it more smooth?
    • depending on the width of the screen, the images moves to the left (smaller screen) or to the right (bigger screen) > can it stick to the same location looking at the width of the screen?
    • When the column is ‘finished’ the image still sticks and moves under the large button and the footer of the site > can it stop to be sticky when the column is ‘finished’, so that from there it moves up with the column again?

    See example of what it should look like by Guenni007 @ https://webers-testseite.de/sticky-column/.

    Please advise.

    Regards,
    Monique

    • This reply was modified 6 years, 4 months ago by Monique. Reason: not working
    in reply to: Sticky or fixed element #980521

    Hi Mike,

    Please find below.

    Looking forward to your reply!

    Regards,
    Monique

    in reply to: Column / image to overlap previous content section #978498

    Sorry, my client decided that the location of the image is ok.

    You can flag this topic as solved!

    Thanks & best regards,
    Monique

    Hi Nikko,

    Aha, ok I see. Thanks for the explanation. Would you keep this option checked all the time?

    Regards,
    Monique

    in reply to: Sticky or fixed element #976335

    Hi Mike,

    Thanks for your quick reply!

    I tried your code and ‘something’ is working now. However:
    1) Because of the sticky header, the top part of the image is ‘cut off’ or lies behind the header if you wish. This might be a styling thing? I think the 350 is the timing? So I mean the 50px to anything like 80px or so?
    2) I put the .sticky_element in the custom CSS field of the column and not to the image only. However it looks as if only the image is sticky, not the whole column as I intended.

    Update because of advancing insight… The image was sticky and not the column because I put the code in custom css for the image. Once I put it inside the column it wasn’t working at all anymore.

    Tested the plugin you mentioned but it shows exactly the same behavior.

    Please advise.

    Regards,
    Monique

    PS: I always try to use as few plugins as possible, so if we can make this work without a new plugin I would prefere that :-)

    • This reply was modified 6 years, 5 months ago by Monique.
    in reply to: Strange behaviour of Enfold Child theme options and CSS #976268

    Hi Nikko,

    Ok, I understand the ‘workflow’ you suggest.

    Why would I remove the old js/css file?

    Regards,
    Monique

    in reply to: Strange behaviour of Enfold Child theme options and CSS #976245

    Hi Nikko,

    That indeed helped.

    Obviously something you would have to look into further? Since optimization is all we all want these days!

    Thanks & regards,
    Monique

    in reply to: How to add icons to main menu items #975909

    Hi Dude,

    That’s really great! I knew these charsets but didn’t realize I could put them in the menu :-)

    Can you close this topic please?

    Thanks for your help & best regards,
    Monique

    in reply to: Google maps broken since Update on 4.3 #963052

    Hi Nikko,

    I just added my note to confirm I had the same experience as Britta with the extra space and hopefully help others!

    Have a nice day,
    Monique

    in reply to: Google Maps error since GRPD update #961834

    Hi,

    I had the same with several websites. What @BritaKossmann was saying (topic https://kriesi.at/support/topic/google-maps-broken-since-update-on-4-3/#post-960515) was also the case for us: somehow there was a space added in front of the Maps API Key! I believe this happened after WordPress automated updates to 4.9.6!

    Best regards,
    Monique

    in reply to: Google maps broken since Update on 4.3 #961832

    Hi,

    I had the same with several websites. What @BritaKossmann was saying was also the case for us: somehow there was a space added in front of the Maps API Key! Deleting the space helped to solve this problem. I believe this happened after WordPress automated updates to 4.9.6!

    Best regards,
    Monique

    in reply to: Change icon for mega menu sub page #940861

    Hey Vinay,

    Thanks for this. Unfortunately it doesn’t work yet. The menu on the site now shows the icon unicode (number) in stead of the icon (see http://de-starterwebsite.nl/mega-menu-icon2.jpg). I tried with other existing icons from your own library, but also then the unicode is shown in stead of the icon itself.

    Please advise.

    Best regards,
    Monique

Viewing 30 posts - 61 through 90 (of 384 total)