Forum Replies Created
-
AuthorPosts
-
Hi,
Is that the only product with the issue? The other products I clicked through looked just fine.
Best regards,
Jordan ShannonHi,
No problem at all. Let us know if you need additional help.Best regards,
Jordan ShannonHi,
No not through support given here. Your best option would be try to have a freelance developer find a workaround, or like Sarah suggested make the content even.
Best regards,
Jordan ShannonHey Davidrecanatini,
You can adjust it with media queries. Add the following to quick css:
@media only screen and (max-width: 767px){ h1.av-special-heading-tag { font-size: .4em!important; } }
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
Hey mveneziane,
For now, this can be fixed by following this doc: https://createandcode.com/broken-photo-gallery-and-lightbox-after-woocommerce-3-0-upgrade/
Best regards,
Jordan ShannonHi,
You can add the following to quick css:
select.ui-datepicker-year{ display:none!important; } select.ui-datepicker-month{ width:100%!important; }
Best regards,
Jordan ShannonHi,
How are you loading the vid? Have you tried using the native wp shortcode? It has an autoplay option.https://codex.wordpress.org/Video_Shortcode
Best regards,
Jordan ShannonHi,
No problem. If you need additional help, please let us know here on the forums.
Best regards,
Jordan ShannonHi,
No problem at all. If you need help with this please let me know.
Best regards,
Jordan ShannonHey tal1234,
Please see the following thread which should help you solve this: https://kriesi.at/support/topic/autoplay-self-hosted-videos/
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
Hi,
This has been fixed. I simply followed the instructions found here: https://createandcode.com/broken-photo-gallery-and-lightbox-after-woocommerce-3-0-upgrade/ and modified your files as needed.
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
Hi,
You have to edit header transparency options within the page:
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
Hi,
Find the following in framework/php/class-form-generator.php (around line 411):
$p_class = $required = $element_class = $value = $extra = ""; $date_format = apply_filters('avf_datepicker_dateformat', 'dd / mm / yy'); $placeholder_text = 'DD / MM / YY';
replace with
$p_class = $required = $element_class = $value = $extra = ""; $date_format = apply_filters('avf_datepicker_dateformat', 'dd / mm'); $placeholder_text = 'DD / MM';
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
Hi,
You can give the logo showcase element a custom class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and hide it on mobile using media queries. You then want to create a single or two column logo showcase that’s only to be shown on mobile.
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
Hi,
No problem at all. If you need additional help, please contact us here on the forums.
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
Hi,
Is the option ‘Lightbox Modal Window’ enabled?
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
Hey vadikcoma,
Is this from within the Enfold form, or a third party plugin?
Best regards,
Jordan ShannonHi,
No problem at all. If you need a hand with anything else please let us know here on the forums.
Best regards,
Jordan ShannonHi,
I see. You should be able to add the following to quick css:
#menu-item-462 .mega_menu_title a{ color:#xxx!important; } #menu-item-463 .mega_menu_title a{ color:#xxx!important; } #menu-item-464 .mega_menu_title a{ color:#xxx!important; }
Just adjust the colors to whatever you need them to be.
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
Hi,
There will always be some spacing on the right side to accommodate the different screen sizes, so this may not be possible via css. The post file structure would have to be rearranged or a new template file created. We wouldn’t be able to do that here but your developer should be able to develop custom template to accommodate this.
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
Hi,
It should be available from your Themeforest account.
Best regards,
Jordan ShannonHi,
Add the following
span.onsale{ background-color:pink!important; color:#000!important; } .single_add_to_cart_button.button{ background-color:pink!important; color:#000!important; }
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
Hi,
Could you add a screenshot highlighting the entire section that you need fixed?
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
Hi,
You can add the following to quick css:
span.onsale{ background-color:red!important; }
Adjust the color to whatever you need
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
Hi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHey lynettebrown,
When using the ALB for posts they will act like a page and you will not get all the “regular” items with it, you can still use the ALB elements though by using the Magic Wand tool: http://imgur.com/GReRtrs (last icon on the top row). If you want the regular look then please use the default editor.
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
Hey Drebosio,
You should be able to target the text with:
.entry-content{ background:#fff; padding:10px; }
Adjust the color and padding to whatever fits.
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
Hey dondela,
You mean you want a different color for the line that appears under the text?
Best regards,
Jordan ShannonHey George,
Can you please provide a link to the site so we can look into this further. It should be possible to do via a quick css entry.
Best regards,
Jordan ShannonHey claudipro,
Add the following to quick css and let me know if it works:
@media only screen and (max-width: 767px){ article.slide-entry.flex_column.post-entry { width: 100%!important; } }
Best regards,
Jordan Shannon-
This reply was modified 8 years ago by
Jordan Shannon.
-
This reply was modified 8 years ago by
-
AuthorPosts