Forum Replies Created

Viewing 30 posts - 14,761 through 14,790 (of 34,221 total)
  • Author
    Posts
  • Hi,
    Sorry for the very late reply, I believe that you need to create a translation for each post
    2020-12-13_091424.jpg
    It looks like you only have 8 posts so this should be fairly easy.

    Best regards,
    Mike

    in reply to: CHILD THEME does not support my General Styling #1266900

    Hi,
    Thank you for the feedback, I re-read your first post where you said that:

    When I set up the Child theme, is it impossible to have my general styling and quick css “running”
    It seems like that the child overrides those settings.

    The child theme will override parent theme settings, child themes are designed to do this.
    For example, I tested your child theme and found it to look very similar to the parent theme, the only difference I saw was the header was a light blue due to this css in your child theme stylesheet:

    #header_main {
        background: aliceblue !important;
    }

    but the page title bar was white and not the dark color of your screenshot.
    So since this css is in your child theme it is correct for it to display, I see this is the only css in your child theme stylesheet, was this a test?
    Please see the screenshot in Private Content area.
    I compared your child theme quick css to the parent theme quick css and see they are a little different, typically when the parent theme settings are imported the quick css is also imported, did you try this?

    Best regards,
    Mike

    in reply to: Enfold + Events Calendar Pro #1266890

    Hi,
    Sorry for the late reply, dose the plugin have any options to not use a popup, perhaps inline? Perhaps the plugin author has seen this error before, have you asked them?
    Can we login a take a look at the backend?

    Best regards,
    Mike

    in reply to: Mega menu item titles in burger menu #1266888

    Hi,
    Sorry for the late reply, I would recommend using the theme lazy load and disable the other ones.
    It seems that you have done this and the missing H6 closing tag is being added by the DOM automatically, at least in Chrome, but this might not happen in every browser, every time.
    I added the closing H6 tag to each mega menu item and I then found the css adding the border and corrected it, please clear your browser cache and check.

    /*Bordure des images*/
    .avia_mega_div > .sub-menu li > span.mega_menu_title > a:nth-child(1) {border: solid 0px #cca752!important;}

    Best regards,
    Mike

    in reply to: Picture homepage isn't adjusting in a good way to mobile #1266770

    Hi,
    For your Dutch site, I found that the css for the box is in your WordPress > Customize > Additional CSS:

    .page-id-1623 #av_section_1 .avia_textblock.av_inherit_color:first-of-type, .page-id-67 #av_section_1 .avia_textblock.av_inherit_color:first-of-type {
        background: rgba(56,56,56,0.6);
        padding: 7px 0px;
        text-align: center;
    }

    I adjusted the background color to white: background: rgba(255,255,255,0.6);
    The reason the button didn’t show was because in your custom css there was a top: 145px pushing the box down so the button didn’t show, I commented it out.

    /*.page-id-1623 #av_section_1 > div.container > main > div > div > div,*/
    	.page-id-67 #av_section_1 > div.container > main > div > div > div
        {
        	top:145px;
    
        }
    }

    I noticed the box was still over your face a little so I added this css to help:

    @media only screen and (max-width: 767px){
    html[lang="nl-NL"] #top.home #av_section_1 > div.container > main > div > div > div > section > div {
        padding: 0 !important;
    }
    html[lang="nl-NL"] #top.home #av_section_1 > div.container > main > div > div > div > section > div > h1 {
    	margin: 0 !important;
    }
    }

    This seems to help, but the text is longer in Dutch, perhaps reducing the font size a little more would help.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: CHILD THEME does not support my General Styling #1266753

    Hi,
    Thanks for the feedback, but your screenshot is leading to a 404, please check the link.
    Also, the login token seems to have expired.

    Best regards,
    Mike

    Hi,
    Thank you for changing this, the reason the last image drops down a row is that the combined width of all of the images is wider than the page, for example, on the desktop the image widths are 213px, if they were 209px they would if in a single row.
    One thing we can do is remove the un-needed right margin on the last image to give the row more space, so in your Quick CSS I added

    #top.page-id-22 #wrap_all #main .post-entry-22 div#attachment_1374.wp-caption.alignleft {
                    margin-right: 0 !important;
    }

    This seems to solve for above 1230px.
    For below 430px I needed to target this specifically so I changed your media queries to include a min width, like this:
    @media only screen and (min-width: 430px) and (max-width: 768px) and (orientation : landscape) { ... }
    then I added this for below 430px:

    @media only screen and (max-width: 429px) {
    	#top.page-id-22 #wrap_all #main .post-entry-22 .wp-caption.alignleft {
    		width: 28% !important;
    	}
    }
    

    Please clear your browser cache and check.
    I also found this css in your child theme stylesheet, and it was causing issues for this so I commented it out.

    div#attachment_1765.wp-caption.alignleft {
    		margin-left: 2px;
    	}
    	
    	div#attachment_1768.wp-caption.alignleft {
    		margin-left: 2px;
    	}
    	
    	div#attachment_1771.wp-caption.alignleft {
    		margin-left: 1px;
    	}

    So now your page seems to look good on 425px & 375px mobile devices, with 3 images per row, but the smallest 320px will need to be 2 images per row to look good.

    Best regards,
    Mike

    in reply to: Dropdown box too short for iDeal banks #1266302

    Hi,
    That is good news, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    Hi,
    Ok, can you try changing the last one to “alignleft”?

    Best regards,
    Mike

    in reply to: Mega menu item titles in burger menu #1266295

    Hi,
    Thank you for the feedback, I review the older post but I didn’t find an example of the code used, but the current missing H6 tag is an issue that should be corrected.
    It looks like the AMP plugin is rebuilding the mobile menu, please try disabling this plugin and check. Of the plugins you have installed, the ones that have shown to cause issues on other sites are AMP, Autoptimize, JetPack, & Smush. For example, you have lazyload enabled in the theme settings, and in Smush, and Autoptimize, this could be a conflict.
    Is the AMP new, I don’t recall seeing this on your site before?

    Best regards,
    Mike

    Hi,
    I tested the css by injecting it into the browser. I note that the last team image is still “alignright” where all of the other ones are “alignleft”, I was going to try changing it but in the backend of the page seems blank with the Advanced Layout Builder and the default editor. Did you use the Advanced Layout Builder for the page?

    Best regards,
    Mike

    in reply to: Enfold + Events Calendar Pro #1266277

    Hi,
    Thanks for the link to your other site, it looks like the plugin opens a popup at the point that the Enfold site gets stuck on, does the plugin have an inline option, so the popup is not used? Try disabling the Enfold Theme Options > Lightbox Modal Window theme option, perhaps there is a popup (lightbox) conflict?

    Best regards,
    Mike

    Hi,
    Glad to help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Mega menu item titles in burger menu #1266012

    Hey fcp,
    Sorry for the very late reply and thanks for the login and video, I took a look at your mega menu and see that you have added the images in the menu by adding HTML to the menu items, this HTML doesn’t include the title tag and it is missing the closing H6 tag, for example this is your first item:
    <img src="https://your-site.fr/medias/accueil/menu/nos-univers-bonne-nuit-les-petits.jpg"><h6><br>Bonne nuit les petits
    I changed it to:
    <img src="https://your-site.fr/medias/accueil/menu/nos-univers-bonne-nuit-les-petits.jpg" title="Bonne nuit les petits"><h6><br>Bonne nuit les petits</h6>
    Now the title is showing on hover for that item, please check.
    Please note that mobile devices do not have a “hover” event, so the mouseover image title will not show in the mobile menu on actual devices.

    Best regards,
    Mike

    in reply to: Enfold + Events Calendar Pro #1265997

    Hi,
    Sorry for the very late reply, I tried to test your skills shop and found that I can not complete the order, I am redirected to a page between the cart and the checkout, the URL includes ?provider=tribe_wooticket so I assume that this is due to the plugin. Please see the screenshot in Private Content area.
    I’m not sure that I took the correct steps, please describe the steps that should occur with this plugin stating with a product page.

    Best regards,
    Mike

    in reply to: Blog Layout #1265993

    Hey rokki_e_w,
    Entschuldigen Sie die sehr späte Antwort und bedanken Sie sich für den Link zu Ihrer Website. Auf der Demoseite, auf die Sie verlinkt haben, wird ein Blog-Element verwendet, um das Blog-Raster anzuzeigen. So sieht das Backend aus:
    2020-12-09_063240.jpg
    Nachdem Sie eine Seite erstellt haben, die Ihr “Blog” sein wird, können Sie einen Menüpunkt auf der Seite erstellen und den Menüpunkt “Blog” benennen.
    Bitte beachten Sie, dass in den WordPress- und Theme-Einstellungen das “Blog” eine spezielle Seite ist, die automatisch erstellt wird. Dies ist die Seite, die Sie jetzt als Ihre “Blog” -Seite sehen.
    Um Ihre neue Seite anstelle der von WordPress erstellten automatischen Seite anzuzeigen, gehen Sie zu den Optionen für das Thema “Entfalten” und suchen Sie “Und wo möchten Sie den Blog anzeigen?”. und auf “Seite auswählen” setzen, um dies zu deaktivieren.
    2020-12-09_064248.jpg
    Bitte probieren Sie es aus.

    — Translated with Google —

    Sorry for the very late reply and thanks for the link to your site. So on the demo page, you linked to, a blog element is used to show the blog grid. This is what the backend looks like:
    2020-12-09_063240.jpg
    So after you create a page that will be your “blog” you can then create a menu item to the page and name the menu item “Blog”.
    Please note that within the WordPress and theme settings the “Blog” is a special page that is automatically created, this is the page you now see as your “Blog” page.
    So to see your new page instead of the auto page WordPress creates, go to the Enfold theme options and find “And where do you want to display the Blog?” and set to “Select page” to deactivate this.
    2020-12-09_064248.jpg
    Please give this a try.

    Best regards,
    Mike

    Hi,
    Please see the screenshots in the Private Content area, of mobile and tablet when I test the above css, can you try and take a screenshot of what you are seeing?

    Best regards,
    Mike

    in reply to: text over image and dotted border #1265976

    Hi,
    Glad we could help, unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: text over image and dotted border #1265778

    Hi,
    Thank you for the login, I added a new example under your example on the test page using the class model outlined above, this will give you better control.
    I used different classes for the css and added it to a code block element on the page so it would be easier to test with, please check the page front and back.

    .dotted-div-border {
        border: 2px dotted #c9c9c9 !important;
        border-radius: 30px;
        padding: 15px;
    }
    .dotted-div-border h5 .dotted-title {
    	font-size: 14pt; 
    	color: #808080;
    }
    .dotted-div-border h5,.dotted-div-border h6 {
    	text-align: center;
    }
    .dotted-div-border .dotted-sub-title {
    	font-size: 14pt; 
    	color: #808080;
    	text-align: center;
    }
    .dotted-div-border .dotted-content {
    	font-size: 8pt;
    }
    .dotted-div-border .dotted-content a {
    	font-size: 8pt;
    	color: #000000;
    }
    .dotted-div-border .dotted-email {
    	font-size: 12pt;
    	color: #808080;
    }
    .dotted-div-border > p {
    	margin: auto;
        width: 90%;
    }
    <h5><span class="dotted-title">Welcome to the (probably)</span></h5>
    <span class="dotted-sub-title"> littlest portal in the digital universe*</span>
    <img class="size-medium wp-image-1959 alignleft" src="profile-pic-2.png" alt="" width="80" height="80" />
    <span class="dotted-content">I do digital for a better world.
        You can check my updates here:
        >a href<- Twitter>/a<
        >a href<- Slideshare>/a<   
    </span>
    <h6><span class="dotted-email"><a href>max@-----.net</a></span></h6>

    2020-12-08_084510.jpg

    Best regards,
    Mike

    in reply to: Picture homepage isn't adjusting in a good way to mobile #1265759

    Hi,
    Glad to hear this helped, to make the black text (Create…) smaller please go to your text element and adjust the font, this is where it is set at 40px, you will note that you can change the font size based on screen size.
    2020-12-08_072729.jpg
    We could override with css if you find this doesn’t help, but please try this.
    To target your Dutch pages, try adjusting html[lang="en-US"] to html[lang="nl-NL"]

    Best regards,
    Mike

    in reply to: Masonry and Blog Posts Grid Behavior #1265751

    Hi,
    Thank you for the feedback, you could try removing this css:

    @media only screen and (max-width: 767px){
    .avia-builder-el-18 article{
    margin:30px 0px!important;
    }
    
    .avia-builder-el-33 article{
    margin:30px 0px!important;
    }}

    and see if that helps. The issue with the above css is that it is too general, avia-builder-el-18 could occur on any page or post, the same with article.
    I recommend re-writing this rule to be specific, try adding the page-id to the rule as a minimum.

    Best regards,
    Mike

    Hi,
    Thank you for the feedback, please try adding this css for the mobile portrait view:

    @media only screen and (max-width: 767px) and (orientation : portrait) {
    #top.page-id-22 #wrap_all #main .post-entry-22 div#attachment_1768.wp-caption.alignleft {
    		clear: left !important;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Custom tooltip underneath other section #1265745

    Hi,
    Please try this css instead of the last code above:

    #top.page-id-1066 #main > div > div > main > div > div > div:nth-child(4) > div.avia-builder-el-8 > div:nth-child(7) > table > tbody > tr > td {
        text-align: left !important;
     }
    #top.page-id-1066 #main > div > div > main > div > div > div:nth-child(5) {
    	z-index: 0 !important;
    	position: relative !important;
    }
    

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Vimeo video links don't work any more (black screen) #1265741

    Hi,

    @ocetechnologies
    are you able to disable the server-side caching to test?

    Best regards,
    Mike

    in reply to: WPML Missing Fonts in English Version #1265484

    Hi,
    Sorry for the very late reply, glad to hear that you have this sorted out, I believe this could be related to you using two domains, I have not seen this elsewhere, but we will take note. Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    Hey cyclingcanada,
    Sorry for the very late reply, I believe the code from the documentation should work, but you’ll have to try it to see if it works as you intend it to. Is there a staging or development version of the site where you can test? If not try checking your webhost cPanel, some offer a one click staging site option, this is a option in most cPanels to create a staging clone of your site so you can test on it and your live site will stay up and running.
    Here are some screenshots of what it would look like:
    staging-1.jpg
    staging-2.jpg

    Best regards,
    Mike

    in reply to: issue with icon grid #1265478

    Hi,
    Thank you for the login, I copied your page using the Enable Avia Layout Builder Debug and tested it on my new install localhost and the icon grid worked correctly.
    I checked your Quick CSS and found the cause:

    #gridda .avia-icongrid li .avia-icongrid-content {
        padding: 0 3em;
    }

    I removed it for you, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Custom tooltip underneath other section #1265473

    Hi,
    Thank you for the feedback, to align the “budget” left and to adjust the z-index of the section below so the “budget” tooltip is on top, please try this css:

    #top.postid-2634 #main > div > div > main > div > div > div:nth-child(4) > div.avia-builder-el-8 > div:nth-child(7) > table > tbody > tr > td {
        text-align: left !important;
     }
    #top.postid-2634 #main > div > div > main > div > div > div:nth-child(5) {
    	z-index: 0 !important;
    	position: relative;
    }
    

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Move logo and header widget behind #main content #1265471

    Hi,
    Thank you for sharing your solution, the fadeTo is nicer :)
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Different pop-up menu on mobil devices #1265367

    Hey inuit68,
    Sorry for the very late reply and thanks for the link to your site, I took a look at your mobile menu for both languages, and the only difference I found was the [DE] site had an extra menu “Presse” item under “Associates”
    I see that you checked the menus and didn’t see any difference, so in the [DE] menu there is no “Presse” item?
    I’m not sure what could add a rouge menu item, I assume you tried disabling your plugins and custom scripts? If you include an admin login in the Private Content area we could take a look, we would like to be able to disable the plugins while debugging the site.
    Otherwise, you could hide this menu item only on the [DE] version with this css:

    html[lang="de-DE"] #av-burger-menu-ul > li.menu-item-1384 > ul > li.menu-item-1956 {
    	display: none !important;
    }
    

    If you want to try this css paste it in the General Styling > Quick CSS field in the theme options, or in the WordPress > Customize > Additional CSS field in the WordPress options.
    After applying the css, please clear your browser cache and check.
    To add a screenshot please try using https://savvyify.com/img/ and pasting the image URL in your post.

    Best regards,
    Mike

Viewing 30 posts - 14,761 through 14,790 (of 34,221 total)