Forum Replies Created
-
AuthorPosts
-
November 21, 2016 at 5:59 am in reply to: On iPhone: EVENT info (left side of page) not viewable #714671
Hi!
Please adjust the code a bit.
@media only screen and (min-width: 768px) { .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 0px; margin-top: -100px; } }Cheers!
IsmaelHey!
I found these two errors on the page so I searched for the definition of the error.
http://u1c6amn.nixweb12.dandomain.dk/wp-content/uploads/2016/11/AN3X9697-1500×430.jpg Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH
2016-11-21 11:49:43.285 http://u1c6amn.nixweb12.dandomain.dk/wp-content/uploads/2016/11/Berlin_billede-1500×430.jpg Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCHA quick summary of the error is provided here. http://stackoverflow.com/questions/31361107/images-fail-to-load-neterr-content-length-mismatch
Please contact your hosting provider and ask them about the error. Maybe they’ll find something.
Best regards,
IsmaelHi WolfvanHaeren!
Thank you for using Enfold.
Are you using the latest version of the theme, 3.8.1? Please refer to these previous threads.
// https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/
// https://kriesi.at/support/topic/woocommerce-quantity-arrow-buttons/?login_errorRegards,
IsmaelHey!
Are you using the Blog Posts element? If you are, did you set the “Blog Content length” to “Excerpt with Read more link”? If you want to manually control the excerpt, edit one of the posts then look for the Screen Options and enable the Excerpt module. Add the excerpt manually.
Best regards,
IsmaelHi alexanderjohannes!
Thank you for using Enfold.
Please use the following css code to remove the border and the title.
.av-share-box ul li { border: 0; } h5.av-share-link-description { display: none; }You have to modify the includes > loop-index.php file if you want to move the share section above the content or use the advance layout builder.
Regards,
IsmaelNovember 21, 2016 at 5:25 am in reply to: Tablet: By scrolling to the bottom the underline of menu-entry remains standing #714643Hi!
Did you adjust the position of the menu? How? Please remove the modification then add this in the Quick CSS field.
#top #header_main > .container .main_menu ul:first-child > li > a { height: 30px !important; line-height: 30px !important; } #top.home nav.main_menu div.avia-menu { top: 80px; }Adjust the values as needed.
Best regards,
IsmaelHi!
I’m not sure if I understand you clearly but I think your concern is the “loading speed” of the site. Every images in the slider or the page will be loaded simultaneously unless you’re using a “lazy load” script that is configured to work with the theme. Please optimize the images if you want to improve the loading speed.
// http://kriesi.at/archives/4-key-wordpress-image-optimization-tips
Best regards,
IsmaelHey!
We created a solution in a test page. Basically, we used the text block and added a 1/2 1/2 shortcode manually.
// http://jeelsites.nl/vmwp/wp-admin/post.php?post=4260&action=edit&message=6
Regards,
IsmaelHey!
Please replace the code with this.
add_action('wp_footer', 'ava_new_custom_script'); function ava_new_custom_script(){ ?> <script type="text/javascript"> (function($) { function a() { var ww = $(window).innerWidth(); if(ww >= 989) return; $('#top .logo img').attr('src', 'MOBILE LOGO HERE'); } $(window).load(function() { a(); }); })(jQuery); </script> <?php }It will change the logo on screens smaller than 989px.
Cheers!
IsmaelHi,
You can find the templates in the config-events-calendar > views folder. There’s only two files there so I’m sure you’ll know which is which. If you want to edit the css modifications, look for the event-mod.css file or add the css modifications in the Quick CSS field.
Best regards,
IsmaelHi,
This css code in the Quick CSS field removes the item.
.loggedin-user { display: none; }Best regards,
IsmaelHi,
Thank you for the info.
The Image Position settings are different. Please check the settings of each slides and make sure they are the same.
Best regards,
IsmaelNovember 20, 2016 at 8:32 am in reply to: Blog view distorted – only when one post per column #714426Hi,
The function is supposed to append the signature below the “the content” which is working as expected. It’s not working in the grid layout because it’s not using the “get_the_content” function. What do you want to do exactly?
Best regards,
IsmaelHi,
Thank you for using Enfold.
1.) Please try the Content Slider element, place images on each slides then link them manually to the pages.
2.) Where can we see this page? What do you mean by “pinterest”? Is this a button or a gallery displaying images from a pinterest account?
Best regards,
IsmaelHi,
The options are not working. Please go to the wp-content > uploads > dynamic_avia folder then rename the enfold.css file. Go back to the theme options and toggle any settings to regenerate the dynamic stylesheet. And make sure that the folder and file permissions of your installation are correct.
// https://codex.wordpress.org/Changing_File_Permissions#Permission_Scheme_for_WordPress
Best regards,
IsmaelHi,
Thank you for using Enfold.
Could you please provide a link to the page with the iframe? Is this an external page? If it is, I don’t think it will be included in the translation.
Best regards,
IsmaelHi,
NOT visible in:
Post Pages
HOW TO ADD? or WHAT have I missed in your instructions?If you’re using the advance layout builder, these elements (categories, tags, post meta info etc) will not be included automatically. You can either add them manually in a code or text block or create a custom shortcode.
// https://kriesi.at/support/topic/question-about-transferring-set-up-to-our-actual-site/#post-643745
// https://kriesi.at/support/topic/missing-category-info-in-post-meta-infos-using-alb/#post-588985Best regards,
IsmaelNovember 19, 2016 at 8:05 am in reply to: any solution how to disable background image in color-section for iphones? #714296Hey!
Please adjust the css media query.
@media only screen and (max-width: 989px) { #pfizerbackground { background-image:none !important; } }I would like to edit the code but the login credentials are not working. Please check it carefully.
Regards,
IsmaelHey!
I’m sorry for the late response. Jordan is no longer part of the team, unfortunately. Anyway, I checked the site and the mobile menu is hidden. I would like to disable the css but the Appearance > Editor panel is disabled for the user. Please give us full admin access so that we can check the site. Is it OK if we deactivate the plugins while working on the site?
Cheers!
IsmaelHey!
Please try this plugin.
// https://wordpress.org/plugins/woocommerce-lightbox/
Best regards,
IsmaelHi Audiolia!
Thank you for using Enfold.
This is definitely possible but there’s no option for it in the theme by default. You can either find a plugin or hire someone to create a custom script for it. I’m sorry but this feature is beyond the scope of support.
// http://kriesi.at/contact/customization
Regards,
IsmaelHey!
Lightbox is for me: an image as a preview or thumbnail is displayed on the page. By clicking on it, it displays the same image or a gallery in a (normally) higher resolution.
https://en.wikipedia.org/wiki/Lightbox_(JavaScript)Yes, that is the “lightbox” but this is not happening in the post page. Right now, if you click on the post image, it will redirect to the actual image instead of opening a “lighbox” container, which means that the “lightbox” script is disabled. If you want to completely disable the image link, add this css code.
.big-preview.single-big a { pointer-events: none !important; }Regards,
IsmaelHey!
Do you want to add it in the blog overview page? Please edit the includes > loop-index.php file, look for this code around line 186 if you’re using the “elegant” style:
echo $title;If not, look for it on line 211. Below, add the plugin function.
the_subtitle();Cheers!
IsmaelNovember 19, 2016 at 7:18 am in reply to: Masonry gallery shortcode doesn't work on further blog pages #714279Hey!
Thank you for the info. I checked the posts and the settings but I’m not sure what’s causing the issue. Could you please provide the FTP details so that we can inspect it further?
Regards,
IsmaelHey!
Thank you for using Enfold.
The “#.WCuSwSOTSKk.facebook” part of the url is creating an error but I’m not sure why. How did you get that url?
2016-11-19 12:56:22.745 7b10a13….js:2 Uncaught Error: Syntax error, unrecognized expression: #.WCuSwSOTSKk.facebook(…)
Best regards,
IsmaelHey PolatEroglu!
Thank you for using Enfold.
Please post the url to the site so that we can inspect it. Make sure that the site is running on the latest version of the theme, 3.8.1, and have WordPress version 4.6.1.
Cheers!
IsmaelHi!
Another user was experiencing the same issue with the instagram widget but we are not sure what’s causing it. We suspected that it is caused by “caching” plugins but deactivating those didn’t do anything so we suggested another plugin.
// https://kriesi.at/support/topic/instagram-widget-not-updating/#post-602135
Regards,
IsmaelHi!
This is possible but it might distort the image.
#full_slider_1 .avia-slideshow-inner, #full_slider_1 .avia-slideshow-inner img { height: 50vh !important; }If you want to adjust the width of the images, please try this.
#full_slider_1 .avia-slideshow-inner img { width: 70%; }Adjust the values as you deem fit. You can turn on the custom css class field if you want to replace the generic selector (#full_slider_1) with a custom one.
Cheers!
Ismael -
AuthorPosts
