Forum Replies Created
-
AuthorPosts
-
Hey jb84,
I believe this page will explain it well.
https://docs.woocommerce.com/document/woocommerce-shortcodes/
Best regards,
MikeFebruary 24, 2017 at 11:49 pm in reply to: Limiting Portfolio Item next/back navigation via category #751648Hi Joanmarc,
Can you open a new thread with your website details so we can look at it?
ThanksBest regards,
MikeFebruary 24, 2017 at 11:45 pm in reply to: remove date from enfold pages showing in google search #751646Hi,
I believe the date you are seeing on Google is a random date that GoogleBot found on the page. For example I search for your site and found your contact page showed the date Nov 30, 2016.
Yet the only place that any date shows up is in the footer, 30/11/2016, for one of your blog posts. It is also linear to the text that Google shows in the search results. I also searched your webpage code and came to the same conclusion, this is a GoogleBot error. Hope this helps.
Best regards,
MikeHi,
I added this code to the end of your General Styling > Quick CSS field:.avia_transform .av_fullscreen .active-slide .avia-caption-content { padding-left: 20%; padding-right: 20%; }
I hope this meets your needs.
Best regards,
MikeFebruary 24, 2017 at 10:51 pm in reply to: Content section video background not working on mobile devices. #751629Hi,
There are some work around’s http://stackoverflow.com/questions/9260501/html5-video-background-on-ipad-iphone
But this kind of customization as it is beyond the scope of support we can provide here. You can request customization hereBest regards,
MikeFebruary 24, 2017 at 10:39 pm in reply to: Accept "Terms & Conditions" larger on checkout page using Woocommerce? #751625February 24, 2017 at 9:59 pm in reply to: Masonry Elements – items ( images ) stack on top of each other #751611Hi,
Sorry I can’t reproduce that issue, what browser are you using? Can you show a screenshot?Best regards,
MikeHi,
You could try activating debug mode in order to display your shortcodes from the builder and copy it from one page to the next: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
The Advanced Layout Builder saves its content separately from the content in the visual editor so that there is less chance of a small error causing your whole layout to an error. Sometimes however you may want to see the shortcodes that are building your content exactly so that you can copy and paste them elsewhere or something more advanced like nesting elements that don’t quite have support yet.
Best regards,
MikeFebruary 24, 2017 at 9:31 pm in reply to: Bottom Align Only Blog Post Element not Blog Slider #751602Hi,
I’m sorry, I have not found a way to modify one read more button without affecting all of them. You can request customization here, as this kind of customization as it is beyond the scope of support we can provide here.Best regards,
MikeFebruary 24, 2017 at 9:06 pm in reply to: How to add "read more" in the end of excerpt text in the tag view #751591Hey pimroll,
If I understand correctly you wish to remove the automatic […] and use the Read More tag from the builder.
Please add following code to Functions.php file in Appearance > Editorfunction change_excerpt( $text ) { $pos = strrpos( $text, '['); if ($pos === false) { return $text; } return rtrim (substr($text, 0, $pos) ); } add_filter('get_the_excerpt', 'change_excerpt');
Best regards,
MikeFebruary 24, 2017 at 8:39 pm in reply to: Bottom Align Only Blog Post Element not Blog Slider #751575Hey kghorbani,
Thanks a lot for your patience and for using Enfold.
How did you want the read more button aligned for the top slider? They are all centered right now.Best regards,
MikeHey mrcityrunner,
Unfortunately, it’s not possible without major modification to the theme. You can only add video backgrounds on color sections (full row) and full screen sliders.
But you can use the video element for one column and text for your second. Hope these screenshots help.
The only thing is that in the mobile view they will stack, but you would not want a video too tiny anyway.
Best regards,
MikeHi,
If you remove your anchors you will lose your page scrolling. Yet right now you anchors seem to be #valokuvaaja, #lapsikuvaus, #kutsut-ja-kortit which are all good keywords in Finnish, and SEO desirable.I’m tring to understand your slideshow issue, I believe you are describing your homepage Headline Rotator not reloading when you switch between mobile view & desktop view or visa versa when testing in your browser. If so, this is an expected testing behavior, in real world use your visitors will see the site in the one screen size they enter with so they will not experience the issue you are.
I hope this explains it well, but if I misunderstood your issue please let us know.Best regards,
MikeHi,
Did you try setting the value from 40 to 120? If you set it at 40 and it is too small try 80 or 120.Best regards,
MikeFebruary 24, 2017 at 5:56 pm in reply to: Transparent menu settings interfering with non-transparent pages #751511Hi,
Thanks a lot for your patience and for using Enfold.
Please try this code in the General Styling > Quick CSS field:.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, { color: #666666;}
Best regards,
MikeHi,
You can change the screen distance at which it hides by changing the “100” to 50 or 200.
You can also change the fadeOut / fadeIn options to fast, slow, or a number that represents thousands of a second, such as ‘2000’, to control the time of the fade.
I hope these options help you refine your logo hiding experience.Best regards,
MikeFebruary 20, 2017 at 1:38 am in reply to: Masonry Elements – items ( images ) stack on top of each other #749111Hey pandaweb,
I believe what you are seeing is the masonry animation, I see what you are talking about only if I scroll to the bottom of the page and refresh. This is because the masonry animation is scroll triggered.
If you believe your visitors will be refreshing at the bottom of the page, and would like to remove the animation try to use this code in the General Styling > Quick CSS field:.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{ -webkit-animation: none; /* Safari 4+ */ -moz-animation: none; /* Fx 5+ */ animation: none; /* IE 10+ */ } .av-masonry-entry { opacity: 1 !important; visibility: visible !important; }
Best regards,
MikeHey kilimats,
Try creating 3 columns 1/2 for your main left side image, 1/4 for your icon list, 1/4 for your new image.
Best regards,
MikeHey frknzn,
Which slider are you using? Fullscreen Slider or Fullwidth Slider?
Can you add a link to your site?Best regards,
MikeHey jorlafer,
Thank you for using Enfold.
I believe choosing “All” exceeds the 100 item display limit.Best regards,
MikeHey jimjiber,
Did you try using the “Export Theme Settings File” in the Enfold Theme Options?
Best regards,
MikeHey Wisith,
You can it by editing the page > Google Map > Add/Edit Map Locations > Edit Location > Custom Map Marker Image
Best regards,
MikeFebruary 20, 2017 at 12:05 am in reply to: How to have a normal button from ALB *without* a link function? #749097Hi,
Ok, the solution I have found is to add css in the General Styling > Quick CSS field that will disable mouse events on the button. Unfortunately this can not target only one button. But you can limit it to all buttons on a page or post. Use this code in the General Styling > Quick CSS field:.postid-3243 .avia-button { pointer-events: none !important; }
above targets buttons on post #3243, change this to your post number.
below targets all buttons on a site..avia-button { pointer-events: none !important; }
Best regards,
Mike- This reply was modified 7 years, 8 months ago by Mike.
Hi,
I believe you are using the “Fullscreen Slider” which scales to height, try the “Fullwidth Easy Slider” which scales to width.
Here is a test I did for you:
Best regards,
MikeFebruary 19, 2017 at 11:11 pm in reply to: Portfolio grid Post Number – How many items should be displayed per page #749084 -
AuthorPosts