Forum Replies Created
-
AuthorPosts
-
Hey!
We are working on your ticket please stick around we will update the result here soon.The only change that was made to your site was in Enfold Options > General Styling > Quick CSS it is non-destructive way to make changes to your site and which can be easily reverted back by removing the CSS code. It is the only way we could help you faster.
I do not see that code now however please add the below code in quick css again so the links will scroll to proper position in firefox.
@-moz-document url-prefix() { #l_webdesign, #l_cms, #l_shops, #l_grafik, #l_consult{ padding-top: 130px; } }
Cheers!
Vinay- This reply was modified 8 years, 9 months ago by Vinay.
January 21, 2016 at 8:21 am in reply to: Change the position of a div in the woocommerce product grid #569223Hey!
Glad we were able to help you :)
Yes we would love to see what you have done with enfold. Please feel free to showcase your site here https://kriesi.at/support/topic/enfold-showcase/
Should you have any questions in future please get in touch with us :)
Best regards,
VinayJanuary 21, 2016 at 12:18 am in reply to: Change the position of a div in the woocommerce product grid #568993Hi!
Thank you for the kind words and appreciation :)
The price position is moved using the modified version of the jQuery code Yigit provided earlier please check the site and let us know what you think.
// Price Position function add_custom_price_pos(){ ?> <script> jQuery(window).load(function(){ jQuery('span.amount').each(function() { var movePrice = jQuery(this); movePrice.prev().append( movePrice.html() ); jQuery(this).parents('.inner_product').find('.thumbnail_container').append('<span class="price">'+'<span class="amount">'+movePrice.html()+'</span>'+'</span>'); console.log('Price is :' + movePrice.html()); }); }); </script> <?php } add_action('wp_footer', 'add_custom_price_pos');
Cheers!
Vinay- This reply was modified 8 years, 9 months ago by Vinay.
January 20, 2016 at 8:35 pm in reply to: Change the position of a div in the woocommerce product grid #568868Hi!
Ok Sure, we will help you with this customization but we need more time to work on this as it involves more work. Until then please continue to use this alternate solution to display on the bottom of all the products and please keep the admin access open till we update you next.
Regards,
VinayHi yvonnetje!
Sorry the login info you provided is not working please send us working credentials so we can take a closer look at it.
However you can use Advance layout builder > Color Section > Add your own grids and use the side bar option in the right side of the page options in a dropdown.
Cheers!
VinayHey eisme!
Please use the following CSS in Enfold > General Styling > Quick CSS
.avia-icon-list .iconlist_icon { position: absolute!important; right: 0; } .avia-icon-list .iconlist-timeline { position: absolute; right: 50px; border-left-width: 1px!important; border-left-style: dashed!important; border-right-width: 0px!important; border-right-style: none!important; } .main_color .iconlist_content { padding-right: 120px!important; }
Cheers!
VinayHi pgh!
Please upload your screenshot to imgur.com and share the direct link so we can help you better.
Did you check the margins and paddings option in the grid section ?
Cheers!
VinayHey!
Please try this css in Enfold > General styling > Quick css
.nested_nav li a { color: #4C14BE!important; }
Regards,
VinayHey hamzahmauzam!
Please let us know more info… did you install any plugins or made any changes recently? It is possible that there is a conflict with some plugins or updates.
Please de-activate all plugins and update the theme and wordpress. then activate the plugins one by one to know which is causing this issue.
If the issue still exist please get back to us with admin login info in a private message and permission to deactivate all plugins.
Best regards,
VinayHi!
Yes i think everything is possible but we cannot say for sure until we see the site. please send us your website link and admin login details in a private message so we can take a closer look.
Regards,
VinayHi haydaw!
It looks like some font icons are missing
Please follow the steps in the below link and re-upload them and setup them up in the backend.
Cheers!
VinayJanuary 20, 2016 at 4:35 pm in reply to: On form submition error need to add error string, how can i do it? #568726Hey katvanee!
If you are using contact form element in Advance Layout builder by default it will validate the form inputs. If you still have any issue please send us URL for the site and admin access in a private message so we can take a closer look.
Cheers!
VinayHey!
Glad we were able to fix this issue for you… please feel free to get back to us if there is any issue in future.
Thank you for using Enfold.
Regards,
VinayJanuary 20, 2016 at 4:24 pm in reply to: Change the position of a div in the woocommerce product grid #568719Hi!
To move this price tag on top and to make it look good on any size product you will have to break it free from it’s exciting container and place it inside the thumbnail container and this can only be done using a child theme. all tho an easier alternative would be to display the price on the bottom right of the product images. That way we can move it up same distance on all products and it will show up correctly on any size product in any size screen… Please check the site now and Let us know…
Regards,
Vinay- This reply was modified 8 years, 9 months ago by Vinay.
Hey!
We are working on your issue please stick around we will update the results here soon.
This effect can be easily re-created in Enfolds Advanced Layout Builder.
Goto Edit Page > Advanced Layout Builder > Content Elements > Color Section
In color section edit options select height 100%
Insert a text box and add your logo in it.
Disable sidebar and footer.
or use the below short code
[av_section min_height='100' min_height_px='500px' padding='small' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_color' custom_bg='#000000' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern=''] [av_image src='http://localhost/_proj/enfold/wp-content/uploads/2016/01/Avalanche-BW1.jpg' attachment='2975' attachment_size='full' align='center' styling='' hover='av-hover-grow' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='fade-in'][/av_image] [/av_section]
Add an extra textbox and write your custom code for email icon.
Once you get this far please get back to us with your admin login info in a private message so if you have any issue we can help you with it.
Cheers!
Vinay- This reply was modified 8 years, 9 months ago by Vinay.
January 20, 2016 at 3:47 pm in reply to: Create a page where the whole page has a drop shadow #568691Hi!
Please use the below css for rounded corner + drop shadow
Feel free to change the value of border-radius:10px; to suit your design. Target the container by it’s class name such as “wrap_all”.page-id-000 .wrap_all { box-shadow: 10px 0px 10px white; border-radius:10px; }
Regards,
VinayHi!
We have fixed this issue please check the site.
Cheers!
VinayJanuary 20, 2016 at 2:36 pm in reply to: Color Bar AND Sidebar – but Keep "Horizontal Panel" coloring with ALB #568629Hi CharlieTh!
We are working on your issue please stick around we will update the results here soon.I’m not sure i could understand everything you said but please provide us a mockup of the frontend so we can understand what you are trying to achieve and help you better.
Regards,
Vinay- This reply was modified 8 years, 9 months ago by Vinay.
January 20, 2016 at 2:23 pm in reply to: How to add padding to the itemprop="headline" in the tabbed container #568614Hi DigitalEssence!
We are here to help you! Please upload your screenshots to imgur.com and paste the direct link here so we can help you better.
Regards,
VinayHey!
It should not be the case you can try re-uploading the original icons by following the steps below
http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/Then download the custom icons you like by giving it a different font name so it wont get overwritten when you upload them to enfold.
If you still have any issue please get back to us with your admin login details in a private message so we can take a closer look.
Regards,
VinayHey!
1. & 2.
Add a featured image in the post entry.
Insert your audio as a media in a text box if you are using Advanced Layout builder. And set post format to audio.
You can also try some plugins like http://premium.wpmudev.org/blog/free-wordpress-audio-player-plugins/
3. Enfold theme is designed to load fast. Your page speed depends on many other factors please check the private link and you have some suggestions from google page speed and pingdom when you can improve the page speed. one of the major areas is image optimization and js files.
Regards,
VinayHey!
After we switched your child theme to the main enfold theme everything works perfect and looks same as
http://kriesi.at/themes/enfold-lifestyle-blog/
There seem to be some issue in the child theme please follow the steps provided in the link below and create a new child theme.
http://kriesi.at/documentation/enfold/using-a-child-theme/
Once you setup a new child theme everything should be good. If you have any questions please feel free to let us know about it.
Best regards,
VinayHi!
We are working on your issue please stick around and we will update the results here.After testing your theme by de-activating the child theme and activating the main enfold theme we found that all options works as it should. please see the screenshot attached.
However the problem is zeroed down to the child theme.
Please follow the steps provided in the link below and create a new child theme and copy your child theme css block by block to know which code is causing conflict.
http://kriesi.at/documentation/enfold/using-a-child-theme/
Once you setup a new child theme everything should be good. If you have any questions please feel free to let us know about it.
Regards,
VinayHi!
We have checked the grid and it functions correctly. However if you need the images to align in same row please upload same size images with min height of 200 px. The images will automatically align in the grid.
Best regards,
VinayHey!
Ok everything looks fine on my end please check and let me know…
For some reason Firefox refuse to recognize the #ID you have added to the links on the page. So to over come it we are using extra paddings on the top of each div in firefox.
Best regards,
VinayHey!
Thank you for bringing this to our notice.
Enfold’s Advanced Layout Builder is tightly integrated in the theme to create advanced layouts with the right html code.
The reason you are seeing these errors could be dude to customization of the theme or any plugin conflict.Please deactivate all the plugins and child theme customization before running the check again and let us know your results so i can update our devs about it with the same.
Regards,
VinayHey Sadegh!
1.
We need admin login access to check the issue please send us the details in a private message.2.
To align search icon please add the following css to quick css#top #searchsubmit, .ajax_load { height: 45px!important; line-height: 45px!important; }
3.
To adjust the line height on h2 or h1 please use the below css. feel free to play around with the number 1.5h1 { line-height: 1.75em!important; } h2 { line-height: 1.5em!important; }
4.
Please elaborate more on this issue with a screenshot so we can help you better. upload the screenshot to imgur.com and paste the link here.5.to customize the blogpost please goto Appearance > Widgets > Sidebar Blog
Drag and drop the widgets you like in the sidebar and enter the required details.Cheers!
VinayJanuary 20, 2016 at 8:47 am in reply to: Contact form 7 & Enfold contact form: identical styling #568434Hey!
Please check the contact form now
We have used the below custom css to create this.
#cf7-contact-form .wpcf7 .col-50p { width: calc(50% - 5px); display: inline-block; margin-right: 10px!important; } #cf7-contact-form .wpcf7 .col-50p.fright { float: right!important; margin-right: 0px!important; } @media only screen and (max-width: 480px) { #cf7-contact-form .wpcf7 .col-50p { width: 100%; display: block; margin-right: 0px!important; } }
Best regards,
VinayHi!
Please check if the skin.css exist in the location it is looking for… The error simply means that the css styles it is looking for is missing.
Best regards,
VinayJanuary 20, 2016 at 8:11 am in reply to: Change the position of a div in the woocommerce product grid #568417Hi!
We have made some changes in the css please check the site now.
#top .main_color .price{ position: absolute; top: -220px; }
I could not figure out where you added the below css but you can remove it if it is in a child theme css.
.inner_product_header span.price { display: none !important; }
Hope this helps.
Best regards,
Vinay -
AuthorPosts