Forum Replies Created
-
AuthorPosts
-
October 28, 2017 at 10:17 pm in reply to: Sliders, number animation and google maps not working homepage mobile phone #870029
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Massimo,
Please include the url to the page in question so we can target the element and remove those margins.Best regards,
MikeHey Massimo,
Please remove your logo in two places:
Enfold Theme Options > Header > Transparency Logo
Enfold Theme Options > Frontpage Settings > Logo
Add this to your functions.phpadd_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= get_bloginfo('name'); return $sub; }
then add this to your quick css:
.logo > a > img { display: none !important; }
and clear your cache
Best regards,
MikeHi,
I logged in to make the changes for you but your Appearance > Editor is not showing, are you using a security plugin to block some features?
Anyways, first you will need to enable the custom css option:
Go to your Appearance > Editor > functions.php and look for this at the end of the file:// add_theme_support('avia_template_builder_custom_css')
remove the // and save.
Then go to your page and edit the column, you will see a new option box at the bottom “Custom Css Class”
add this to it:fixed_element
Then add the script above in the functions.php file and save
Then go to Enfold Theme Options > General Styling > Quick css , which is at the bottom of the page
and add the other code.
Best regards,
MikeOctober 28, 2017 at 9:10 pm in reply to: Back to Having Error Messages on Updates Page With Layerslider #870018Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeOctober 28, 2017 at 9:01 pm in reply to: Right Sidbar Menu dividers not same / full length when on TRL #870016Hi,
I added it to your Enfold Theme Options > General Styling > Quick CSS field while in your other language and it works.
Please checkBest regards,
MikeHey simsb79,
Try using the masonry gallery element, I recreated the page by using the same images and settings the columns to 3 and number of images to 4 with the “Perfect Automatic Masonry” chosen as the size option.
Then I choose to use the image title as the mouse overlay. That is what gives you the animation.
Note that the 16:9 ratio is key to having the wide or tall images use two blocks.
Best regards,
Mike-
This reply was modified 7 years, 4 months ago by
Mike.
October 28, 2017 at 8:01 pm in reply to: Back to Having Error Messages on Updates Page With Layerslider #870005Hi,
Glad to hear it is resolved, I’m not sure how to address the issue as I’m not sure how to recreate. But I know many layerslider issues were address with this weeks Enfold update. Have you updated? Shall we close this?Best regards,
MikeOctober 28, 2017 at 7:30 pm in reply to: Popup / Modal Video with the Lightbox Modal Window off #870002Hi,
To open a modal in Enfold you would need to use the lightbox and use the ?iframe=true
This is how to make a link for an image to open in lightbox, use in a code block element:<a href="http://127.0.0.1/wp-content/uploads/2015/07/portfolio-9.jpg" rel="prettyPhoto" title="">Image</a>
To open pages in lightbox using an iframe, create a link like this in a code block element:
<a href="http://127.0.0.1/pages/blank-pages/coming-soon-page/?iframe=true">Page</a>
This is the format for opening a Youtube video in lightbox:
<a href="http://www.youtube.com/watch?v=qqXi8WmQ_WM" rel="prettyPhoto" title=""><img src="images/thumbnails/flash-logo.jpg" alt="YouTube" width="60" /></a>
But since you are having compatibility issues you could try a plugin such as: Modal Window
Best regards,
MikeHey simsb79,
Those are the extended tinymce options, you could try a plugin such as: TinyMCE AdvancedBest regards,
MikeHi,
The description text looks white on my end, please see screenshot 1 in Private Content area.
For the cart total:.main_color strong .woocommerce-Price-amount {color: #fff !important; }
screenshot 2
On the check out page the only text that is green is “United States (US)” I don’t see “Billing Details” and “Your Order”
screenshot 3
am I looking in the right place?Best regards,
MikeOctober 28, 2017 at 5:32 pm in reply to: Responsive issues with grid row and content in large testimonial slider #869978Hey 4ROI,
#2: To change the font size of the testimony slider you will want to target:.avia-testimonial_inner p {font-size: (your-size)px !important; }}
so for between 768 & 1024:
@media only screen and (min-width: 767px) and (max-width: 1024px) {#top .avia-testimonial_inner p {font-size: 12px !important;}}
but it doesn’t address the width of the element unless you add:@media only screen and (min-width: 767px) and (max-width: 1024px) {#top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {padding: 0px 50px!important;}}
is that what you had in mind?
#1 Try this code, it is set for 1025, so it will work on 1024 but you may want to set it higher like 1100. Test and adjust to suit.@media only screen and (max-width: 1025px) { .responsive .boxed #wrap_all { overflow: hidden; /*needed for mobile menu scrolling */ } .responsive #top { overflow-x: hidden; } .responsive .boxed#top, .responsive #top.boxed .stretch_full , .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency div #header{ width: 100%; max-width: 100%; } .responsive #top #wrap_all .container { width: 85%; max-width: 85%; margin: 0 auto; padding-left:0; padding-right:0; float:none; } .responsive .units, .responsive .unit { margin: 0; } .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { margin: 0; margin-bottom: 20px; width: 100%; } .responsive #top #wrap_all .av-flex-cells .no_margin{ display: block; margin: 0; height:auto !important; overflow: hidden; padding-left:8% !important; padding-right:8% !important; } .responsive #top #wrap_all .av-flex-cells .no_margin .flex_cell_inner{ width: 100%; max-width: 100%; margin: 0 auto; } .responsive #top #wrap_all .av-flex-cells .no_margin.av-zero-padding{ padding-left:0% !important; padding-right:0% !important; } .responsive #top #wrap_all .flex_column:empty{margin:0;} }
Best regards,
MikeHey Sigmund,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 1024px) { figcaption.av-inner-masonry-content.site-background { display: none!important; }}
For me your site had that behavior up to 1024px, but you can adjust to suit.
Another option:@media only screen and (max-width: 1024px) { .main_color .container .av-inner-masonry-content { display: none!important; }}
Best regards,
MikeOctober 28, 2017 at 4:42 pm in reply to: Right Sidbar Menu dividers not same / full length when on TRL #869963Hi,
Try this code in the General Styling > Quick CSS field:#top.rtl .main_menu .menu li { float: none!important; }
Best regards,
MikeHi,
When I look at the site 39 files have the 404 error, which is “not found” and is a different error than 403.
they point to:https://your-site.de/pk2017/wp-content/themes/enfold/css/layout.css
please check with ftp what your real path is
Best regards,
MikeHey Mark,
From what I have read this has been a factor that is being implemented in stages, to give every one time to switch.Best regards,
MikeHey kobeleung,
Often this is resolved by increasing the PHP memory limit in WordPress, using FTP, try pasting this code in the wp-config.php file just before the line that says ‘That’s all, stop editing! Happy blogging.’define( 'WP_MEMORY_LIMIT', '256M' );
Another solution is to also try adding these rules in your .htaccess file using FTP:
php_value max_execution_time 180 php_value upload_max_filesize 20M php_value post_max_size 50M
Sometimes this may conflict with your host so try adding one line at a time & if any of them causes your site to stop working just remove them.
Also try disabling all of your plugins.
If this doesn’t help, please include a admin login in the private content area so we can take a closer look for errors.Best regards,
MikeHi,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
I don’t see any conflicts, try this code and adjust to suit:/*menu text color*/ .header_color .main_menu ul:first-child > li > a {color: blue !important;} /*menu background color*/ .header_color .main_menu ul:first-child > li > a {background-color: tan !important;} /*menu text hover*/ .header_color .main_menu ul:first-child > li > a:hover {color: red !important;} /*menu background color hover*/ .header_color .main_menu ul:first-child > li > a:hover {background-color: black !important;} /*sub-menu text color*/ .header_color .main_menu .menu ul li a {color: black !important;} /*sub-menu text hover*/ .header_color .main_menu .menu ul li a:hover {color: blue !important;} /*sub-menu background color*/ .header_color .main_menu .menu ul li a {background-color: red !important; } /*sub-menu background hover color*/ .header_color .main_menu .menu ul li a:hover {background-color: green !important; }
Best regards,
MikeHi,
Thanks, Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
It played for me as soon as I scrolled down to find it, I just had to click on one of the tracks.
I’m using Chrome on Windows 10, what are you using?Best regards,
MikeHey th-photography,
I understand, but all of the images on a page that are lightbox enabled will show in the lightbox. We don’t have a way to exclude a certain image. Solutions to this are:
1. Add the no pointer event (your using this now)
2. You can edit your blog posts and choose not to display featured image on single posts
3. add the “noLightbox” class to your /enfold/includes/loop-index.php
starting at line 196 look for:if($slider) $slider = '<a href="'.$link.'" title="'.$featured_img_desc.'">'.$slider.'</a>'; if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>'; } if(!empty($before_content)) echo '<div class="big-preview '.$blog_style.'">'.$before_content.'</div>';
replace with:
if($slider) $slider = '<a href="'.$links.'" title="'.$featured_img_desc.'">'.$slider.'</a>'; if($slider) echo '<div class="big-preview noLightbox '.$blog_style.'">'.$slider.'</div>'; } if(!empty($before_content)) echo '<div class="big-preview noLightbox '.$blog_style.'">'.$before_content.'</div>';
Best regards,
MikeHi,
I fixed the name, Glad we were able to help, we will close this now. Thank you for using Enfold.
Best regards,
MikeHey ScottYetter,
Try using the Enfold Theme Options > Advanced Styling > Main Menu Links and check the box Apply only to mouse hover state for the hover state. This means that you need to use this option twice, one checked, one not.
For the box shadow and the line try this code:.av-main-nav ul {box-shadow: none!important;} .av-main-nav > li > ul { border-top-width: 0px!important; border-top-style: none!important; }
Best regards,
Mike -
This reply was modified 7 years, 4 months ago by
-
AuthorPosts