Forum Replies Created
-
AuthorPosts
-
July 28, 2019 at 10:15 pm in reply to: "Fullwidth Sub Menu" with internal links creates scroll and anchor conflicts #1122583
Hey peernet,
Sorry for the late reply, thanks for the images, since we can not examine your site I tried to recreate your issue on my localhost but using your css above with sub-menus seemed to work after adjusting the top px for my page, although there seemed to be a lag between clicking the anchor link and the smooth scroll effect.
replacing the “id” in the anchor with “name” solved this lag and using a slightly different css landed on the anchor correctly even though I placed the anchor below the target on the page, when I place the anchor above the target no css was needed other than the smooth scroll.
I see that you already tried moving the anchor, so please try this anchor:<a name="gogo"></a>and this css:
html { scroll-behavior: smooth; } *[name]:before { display: block; content: " "; margin-top: -190px; height: 190px; visibility: hidden; }Best regards,
MikeHey Kevin,
Sorry for the late reply, to make your video links open in a lightbox please add this to the end of the link:?iframe=trueso the full link would look like this:
https://www.youtube.com/watch?v=eJ7al3jXx0c?iframe=trueIf this doesn’t work for you then possibility the lightbox option is turned off in your theme options, please check here:
Enfold Theme Options > Theme Options > Lightbox Modal WindowBest regards,
MikeHi,
Thanks for your patience and for using Enfold. I assume we can close this now, but I like to ask first. Shall we close this then?Best regards,
MikeHi,
Glad to hear, I assume we can close this now, but I like to ask first. Shall we close this then?Best regards,
MikeHi,
I have not heard of Podlove before so I’m trying to research this to be able to assist.
Is this the Podlove Podcast Publisher plugin?
I did find that you will need to create a custom taxonomy for the blog posts element to display the posts. I also found this function that may help:add_theme_support('avia_template_builder_custom_post_type_grid'); add_theme_support('add_avia_builder_post_type_option');This post also seems to be relevant even though it’s about portfolio custom post types, it should also work for the blog element.
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad to hear, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHi,
Glad to help, once you have it installed please let us know if we can close this thread.Best regards,
MikeHey buciks1,
Please try setting your font in Enfold Theme Options > Advanced Styling and choose your headings and body or “p” for the main page content.
Then clear your browser cache and any cache plugins such as autoptimize.Best regards,
MikeHey ICEMAN,
I gave a quick test to the plugin Image Watermark and it seems to work well with Enfold.Best regards,
MikeHey univiz,
Please include an admin login & FTP access in the Private Content area so we can investigate.Best regards,
MikeHey ddagraphics,
Thanks for the login, the reason the image is not showing is because it has the wrong URL, please look at the link in the Private Content area to see the error. This was a issue with v4.5.5, In the Private Content area is a beta version with the latest fixes which has solved many issues so perhaps this will help you also.
The easiest and safest way to test the beta version is to rename your current theme to “enfold-old” via ftp then upload the new “enfold” and check that your site is working correctly.
Once you are happy you can delete the “enfold-old” via ftp, (not the WP theme page)
Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.If you would like a hand with this then please include ftp access in the Private Content area.
Best regards,
MikeHi,
There is a good chance that your webhost doesn’t have the PHP ZipArchive Extension enable, if this is true then the sliders would not have been installed because they are in a zip file.
Please include an admin login & FTP access in the Private Content area so we can check if the PHP ZipArchive Extension is enable and also upload the demo sliders for you.Best regards,
MikeHi,
Please try adding your function into your functions.php via ftp or sftp or via your cPanel file manager.Best regards,
MikeHey Jose Ramon,
In the Private Content area is a beta version with the latest fixes.
The easiest and safest way to test the beta version is to rename your current theme to “enfold-old” via ftp then upload the new “enfold” and check that your site is working correctly.
Once you are happy you can delete the “enfold-old” via ftp, (not the WP theme page)
Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.Best regards,
MikeHey JoeSurf,
In the Private Content area is a beta version with the latest fixes which has solved many IE & Edge issues so perhaps this will help you also.
The easiest and safest way to test the beta version is to rename your current theme to “enfold-old” via ftp then upload the new “enfold” and check that your site is working correctly.
Once you are happy you can delete the “enfold-old” via ftp, (not the WP theme page)
Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.If you would like a hand with this then please include ftp access in the Private Content area.
Best regards,
MikeHi,
On your live site, I can see your sidebar search almost off the screen to the right, it looks like the 285px is the cause, try changing it to zero.
Please see the screenshot in Private Content area.Best regards,
MikeHi,
For your first issue, I removed the bottom padding from the column with your profile pic, now it sits closer to the next section.
On the Über mich page the column with the profile pic already has zero padding, so we could remove the top margin from the “Berufliche Erfahrung” section, but the text might be too close to the top section text, you can try it out with this css:#top.page-id-2 .avia-builder-el-4 { margin-top: 0px !important; }Best regards,
MikeHi,
Thanks for the login, I was able to move the date below the read more link with this function in your functions.php:/* Date at bottom of blog posts loop*/ function custom_script(){ ?> <script> (function($){ $(window).load(function(){ $('.post-entry').each(function() { $(this).find('.post-meta-infos:first').insertAfter( $(this).find('.read-more-link:first') ); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');Please clear your browser cache and check.
Best regards,
MikeHi,
Please try to find this css in your custom styles:@media only screen and (min-width: 989px) { .wc_ps_sidebar_container { width: 350px!important; margin: 10px 10px 10px 285px!important; } }and replace with this css:
@media only screen and (min-width: 989px) { .wc_ps_sidebar_container { width: 100%!important; margin: 10px 10px 10px 0px!important; } }Please see the screenshot in Private Content area of the expected results.
Best regards,
MikeHi,
Sorry for the late reply, the date is already in the code for the element but this css is hiding it, please look for it in your custom styles and remove it:.bloggerroll .entry-content-wrapper .post-meta-infos { display: none; }then add this css to show the date:
.post-meta-infos time.date-container { display: block !important; color: #fff !important; } .post-meta-infos > span { display: none !important; }then please clear your browser cache and check.
Please see the screenshot in Private Content area.
I see that you wanted the date at the end so please try adding this code to the end of your functions.php file in Appearance > Editor:function custom_script(){ ?> <script> (function($){ $(window).load(function(){ $( '.big-preview.single-big' ).each(function() { $( this ).find( 'time.slide-meta-time' ).insertAfter( jQuery(this).find('.read-more-link') ); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');I couldn’t test this because your jQuery has the error “jQuery is not defined” typically this occurs when the proformce settings loads the jQuery in the footer, or it could be a plugin conflict, if you can’t correct the error Please include an admin login in the Private Content area.
Best regards,
MikeHi,
Sorry for the late reply, I took a look at your portrait pic and I downloaded the original and cropped it to the size you wanted and then uploaded the new image. The reason it didn’t work for you was because the height to width ratio was not correct.
I also did this for the portrait pic on the ÜBER MICH page.
Please clear your browser cache and check.Best regards,
MikeHi,
I took a look at your search widget in your sidebar and found that widget contains a style “display:none” please check.
Please see the screenshot in Private Content area.Best regards,
MikeHi,
@jl_tan I took a look at your phone and email links, but it seems that you have already added the phone number and removed the underline. Is this solved now?
Please see the screenshot in Private Content area.Best regards,
MikeHi,
I see that your menu text shadow is working, to only apply the css to the slider title and sub-title, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field instead of the css above:h2.avia-caption-title,.avia-caption-content { font-family: merriweather,serif!important; font-weight: 300!important; font-style: italic!important; text-shadow: 0px 1px 6px rgba(0,0,0,.7)!important; }Best regards,
MikeJuly 27, 2019 at 9:19 pm in reply to: Blog posts displayed in Masonry element open up in new tab? #1122437Hi,
Sorry for the late reply, I took a look at your site and found that your jQuery was giving this error:jQuery is not definedTypically this is due to one of your plugins is conflicting with other plugins, or
JavaScript runs before the page is fully loaded in turn before the jQuery is fully loaded, or
CDN-hosted jQuery might be blocked or down.
I ended up correcting the error by adding this to your functions.phpfunction av_add_jquery() { ?> <script src="https://code.jquery.com/jquery-1.11.2.min.js" type="text/javascript"></script> <?php } add_action('wp_head', 'av_add_jquery');Now your posts are opening in a new tab, please clear your browser cache and check.
Best regards,
MikeHi,
Sorry for the late reply, I adjusted the colors in the code above in your WordPress > Customize > Additional CSS
The message is now gray instead of green, please clear your browser cache and check.#top div.woocommerce-message { background-color: #58585b !important; color: #ffffff !important; border-color: #363639 !important; }Best regards,
MikeHi,
Sorry for the late reply, Please ask your webhost to see if they can see the cause for the 404 error on the admin-ajax.php file in the server log.Best regards,
Mike -
AuthorPosts
