Forum Replies Created
-
AuthorPosts
-
Hi,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
If I understand correctly, you are confirming that your issue is solved?Best regards,
MikeHi,
@Guenni007 thanks for sharing the example.Best regards,
MikeHi,
Sorry for the late reply, I will try to answer these questions:Can I use the advanced editor in conjuction with the default editor?
No, you can not use them together.
html tags show up in the text section and not in the visual section
Yes this is how the text section works, but the shortcodes will not show there, this is by design.
You can enable the Avia Layout Builder Debug to view and edit the shortcodesWhen using the default editor, why is the short code [shortcode ] text and brackets showing up in the Visual section
Yes you can see the shortcodes, but this is due to an incompatibility between the default editor and the advanced editor. Editing the shortcodes this way will brake the codes.
WHen you are in my wordpress backend, please check out all pages and you will see what I am talking about.
Yes I see, but I believe this is because the code was broken by using the default editor, I have tried to recreate your home page and it is working correctly. I have also set the new page as the frontpage to show it works.
Please check.
Please note that your questions may have been put to the end of the list each time you added to your post, causing us to not see it right away as we are trying to work the oldest first. I hope I have answered your questions, let us know if we can be of more assistance.
Thank you for using Enfold.Best regards,
MikeHey Claudia_Stegfellner,
I see you are using Enfold Version: 3.4.7 with WordPress version 4.9.1
Please try updating Enfold to v4.2 and your PHP to v7Best regards,
MikeDecember 23, 2017 at 9:45 pm in reply to: advanced layerslider elements in mobile view not appearing until I scroll #891861Hi,
Please add the code to the end of your functions.php file in Appearance > Editor or via FTP.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.av-parallax-inner.av-parallax-woo { background-image: url(https://77.104.157.200/~truenatu/wp-content/uploads/2017/12/honey_im_subtle.png)!important; background-position: 50% 50%; background-repeat: repeat!important; background-size: auto!important; }please see screenshot in Private Content area
Best regards,
MikeDecember 23, 2017 at 9:31 pm in reply to: Button element in different columns stack on mobile #891859Hey santanin,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { .responsive #top #wrap_all .av_one_fifth { margin: 0!important; margin-bottom: 20px!important; width: 49%!important; float: left!important; clear: none!important; } }please see screenshot in Private Content area
Best regards,
MikeHey Richard Claridge,
Thank you for reaching out to us, as I see your site is built with WordPress it would be easy to add a new theme such as Enfold to create a new updated look while retaining all of your current pages and content.
Enfold offers many styles and demos to choose from, here are some examples.
One that seems to stand out when I compare it to your site is this one.
Enfold is built to allow you or your staff to create and manage your site yourselves. In your case I would recommend creating a staging site for you to test with either on your local computer or on a sub-domain of your webhost, until you are ready to replace your live site.
Please let us know if you would like some guidance on creating a staging site, or if you have any other questions about Enfold.Best regards,
MikeHey codecreative,
I’m not sure what was causing this issue, but I copied the layers and created new layers on your two slides, they seem to be working now. Please clear your cache and check.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.mec-wrap .mec-single-event div.col-md-8 { width: 55.66666666666666%!important; }Another solution would be to go to your events calendar settings and choose to use the themes css, as I recall there are 3 options for that setting, but I don’t recall the exact wording.
Best regards,
MikeHey brandhands,
I received a 403 error when using the password, please check.
Are you blocking any ip addresses?Best regards,
MikeHey NigelWebb,
Please try removing ‘Coda’ font from your custom css for h2. and changing the text-transform to none using this css:.template-page .entry-content-wrapper h2 { text-transform: none!important; }Best regards,
MikeHi,
For the loop-index.php it should work in your child theme if it is in your /includes folder in the child theme.
I have just tested this on my localhost and this works, perhaps check the file & folder permissions in your child theme.
If this doesn’t help, please include admin & ftp login in the Private Content area so we can take a closer look.Best regards,
MikeHi,
Please try this solution for putting the social icons in the burger menuBest regards,
MikeHey djabsolut,
Please check your code for curly quotes:$(‘.kontaktformular-senden a’).on(‘click’, function() {$('.kontaktformular-senden a').on('click', function() {If that doesn’t help, try targeting the button via the target of it
Also try clearing any cache plugin.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.html_elegant-blog #top .post-entry .post-meta-infos {margin-top: 0px !important; } .html_elegant-blog #top .entry-content-header .av-vertical-delimiter {display:none!important;} .html_elegant-blog #top .post-entry .post-title { padding-bottom: 0px !important; margin-bottom: 0px !important; }Best regards,
MikeHi,
Sorry for the late reply, I see that you have a logo image at the top of your page that is not quiet 100%, and under it you have the same image in a color section. The image in the color section is centered virtually, with the height of the color section much more than the image. If you change the height of the color section it will remove the extra white space.
But then your request is to remove the header, which we can do with:.av-logo-container {display:none!important;}But I wonder if a better solution would be to use your logo at full width instead:
.logo, .logo img { width: 100% !important; height:auto; } .av-logo-container {padding: 0px !important; }Please let us know if either of these help you achieve your design.
Best regards,
MikeHey VanTe,
Sorry, that feature is not available yet, but Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#top #header.header_color.av_header_transparency .av-main-nav>li.current-menu-item >a .avia-menu-text {color: red !important;} #top .header_color.av_header_transparency .avia-menu-fx {background: red !important;Adjust the color to suit.
Best regards,
MikeDecember 23, 2017 at 5:32 pm in reply to: Magnific Popup in combination with an Enfold Contact Form #891828Hey opalion,
Do you have a facebook plugin or script active?
I’m seeingdocument.domain = 'facebook.com';__transform_includes = {};self.__DEV__=self.__DEV__||0;and wonder if this is a conflict.
Please try disabling your plugins and custom scripts to see if that resolves the issue.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.tribe-events-tickets .tribe-tickets-remaining { display: inline-block!important; }please see screenshot in Private Content area
Best regards,
MikeHi,
I believe the solution is to remove the:
$src = str_replace( 'https://www.domain.com', 'https://cdn.domain.com', $src );like this:
Please try this corrected code, if it doesn’t work please include a admin login & FTP login in the private content area so we can take a closer look.Best regards,
MikeDecember 23, 2017 at 4:24 pm in reply to: WPML flags next to social media icons in the footer socket #891819Hi,
@Guenni007 thanks for the detailed solution,
@Lukas did you have a chance to try this?Best regards,
MikeDecember 23, 2017 at 4:20 pm in reply to: Navigation main menu is turning blue when clicking on a button #891818Hey lech07,
Try this code in the General Styling > Quick CSS field:li a:-webkit-any-link { color: #719430!important; }Best regards,
MikeHi,
Please try:.hr-custom.hr-icon-yes .hr-inner { margin-left: 0px!important; margin-right: 0px!important; width: 48% !important; } .hr-custom { width: 102%!important; }48% is the maximum width without the icon jumping out of center, but we will offset this by making the HR width 102% thus equaling the 50% you want.
Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeDecember 21, 2017 at 11:26 am in reply to: bullet points within table cell incorrectly positioned on mobile #891088Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
