Forum Replies Created
-
AuthorPosts
-
Hey siteraum,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) { .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar { display: block; } }Best regards,
VinayHey stephtaryn,
Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
VinayHi,
I checked your site on my android phone and both the slides show up fine. Please let us know more details about the phone and the browser you are using.
Best regards,
VinayAugust 25, 2016 at 4:03 am in reply to: Adding full rotation animation to images in a text element #677306Hi,
Thank you for the clarification. There is no easy way to rotate the images on scroll if the images are in text block. It requires a lot of custom coding.
please setup the layout using a colorsection and 2 1/2 columns and inside each 1/2 column use the heading and image elements as shown in the below screenshot.

Once you have this setup enable custom css class name so you can target specific elements using CSS and align the images next to each other.
Best regards,
VinayHey gzelasco,
Please setup a payment option as paypal for testing purpose and select paypal as your payment option while checking out.
For more info please check this link https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/
Best regards,
VinayHey LukasE,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayHey al3ksey,
I checked your site and it appears you are able to hide the header text in mobile.
Please let us know if you have any questions.
Best regards,
VinayHi,
To space out the menu Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
nav.main_menu { left: 0!important; width: 100%!important; } .av-main-nav-wrap { width: 100%!important; } #avia-menu.av-main-nav { display:flex; justify-content: space-between; }Best regards,
VinayAugust 24, 2016 at 8:27 pm in reply to: How do I add the scroll to top link on just one page of my site? #677230Hi,
Glad we could help! We really appreciate it if you rate our theme on themeforest.
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHey dannywouters21,
It’s not clear what you are trying to achieve. However if you like to target specific layout builder elements and make css changes please enable custom css class name support http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
If you still need help would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
VinayHi,
Did you get any documentation or links to install the code provided by your host?
Please try adding the code in the code block element and let us know if you have any questions.
Best regards,
VinayHi,
Did you select update theme from WP Admin > Dashboard > Updates > Update Theme and got an issue ?
In that case please download a latest copy of the theme from themeforest and replace the theme folder via FTP in wp-content\themes – http://vimeo.com/67209750
Let us know if issue remains.
Best regards,
VinayHi,
The fonts generated using fontsquirrel.com/tools/webfont-generator are web fonts and it should be supported. Please try again and upload the fonts folder to Enfold/css folder and add the @font-face CSS to custom.css file and it should work.
Let us know if you have any questions.
Best regards,
Vinay-
This reply was modified 9 years, 5 months ago by
Vinay.
Hey czphx,
I noticed the social icons already appear in the mobile menu, did you manage to sort it? Let us know if you need any help with it.
To change the mobile menu icon please try adding this at the very end of your themes / child themes functions.php file:
Edit the icon value in the below code with the entypo icons unicode
'icon' => 'ue811');add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1); function avia_replace_standard_icon($icons) { $icons['mobile_menu'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue811'); return $icons; }
Best regards,
Vinay-
This reply was modified 9 years, 5 months ago by
Vinay.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file and adjust the color values or add more css properties.
ul.stock_ticker li.minus .sqitem, ul.stock_ticker li.minus .sqitem:hover { background: gold; } ul.stock_ticker li.plus .sqitem, ul.stock_ticker li.plus .sqitem:hover { background: #CCC; }Unfortunately it would require quite some time to customize a third party plugin to achieve exactly the same as the example, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
VinayHi,
As i understand you like the site to look like the below screenshot correct?

Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.custom-overlay .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content { top:0!important; opacity: .85!important; } .custom-overlay .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content { top:0!important; opacity: .0!important; } .custom-overlay .av-masonry-entry-content.entry-content { top: 50%!important; left: 50%!important; transform: translate(-50%)!important; position: absolute!important; }Best regards,
VinayAugust 24, 2016 at 3:03 pm in reply to: Keep sidebar on the right side, next to content on iPad. #676999Hey Érik,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
/* Landscape */ @media only screen and (min-width: 768px) and (max-width: 1024px) { .responsive #top #main .sidebar.smartphones_sidebar_active { width: auto!important; clear: none!important; } .responsive #top .container .av-content-small { width:65%; padding-right:30px; } .responsive .content { border-right:none; } .responsive .content .entry-content-wrapper { padding: 0; } }Best regards,
VinayAugust 24, 2016 at 2:43 pm in reply to: Adding full rotation animation to images in a text element #676986Hi,
Are you referring to the round images below “HYDRO/PRESSURE JETTING”. Right now it rotates as soon as you scroll the the page. What exactly are you trying to achieve with this? Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
VinayHi,
There are no known issues as of now but the plugin should work well. Please feel free to give it a try.
Let us know if you have any questions.
Best regards,
VinayHi,
Glad you sorted the 1 and 2 issues.
3. Please point us to the portfolio items where we can see the issue and the element in question.
4. To change the mega menu header title and bullet colors please use the below css
#top #header .mega_menu_title a { color: #FFF; } #top #header a:hover .avia-bullet { border-color: #ffffff; }Best regards,
VinayHi,
There is no easy way to change the menu color dynamically but we can add a background color so the menu item is clearly visible please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.current-menu-item { background-color:#000; }Best regards,
VinayHi,
Did you remove the icons i cannot see any reference to ” No Contacts and Monthly reports” Please point us to the element in question and as mentioned earlier post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinayHi,
Please create a new ticket and post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
- permission to switch themes if necessary.
Best regards,
VinayHi,
We need to take a closer look at the backend to check the layout builder issue. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinayAugust 24, 2016 at 7:40 am in reply to: Easy Slider, Image sizing options, Blog featured image size #676832Hey AndreSA33,
1. The images in the slider are not displayed because the path to it is giving a 404 error and a console error “Failed to load resource: the server responded with a status of 404 (Not Found)” It could be an issue with the permission please contact your hosting company and let us know what they have to say bout this.
2. There is no issue with the image size when i upload a new image. Please check the screenshot below

3. The featured images are not displayed due the error I mentioned earlier. You may need to hire a freelancer to make this customisation but once the images are displayed we will be able to tell you accurately if it can be resolved using a small snippet of custom code.
Please let us know if you migrated the site using any plugin and automated it?
We recommend using https://wordpress.org/plugins/duplicator/ or https://updraftplus.com/ to migrate the wordpress sites.
Thank you for your kind co-operation we await your testing results.
Best regards,
VinayHey maggie8741,
1. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
Please adjust the padding-top value as required.#av_section_3 .content { padding-top: 0 !important; }2. To display the full image under “WHY YOGA” please try use a colorsection with a image element if that does not work for you edit the colorsection and minimum height to be 100%.
3. Please check the 2/3 column settings and remove the padding it should look fine. if you still have any issues use the below css in Quick CSS
.avia-builder-el-35 { padding-left: 0 !important; padding-right: 0 !important; }Best regards,
VinayHi,
Thank you for reaching out to us. As Basilis mentioned it would take a lot of time to achieve this type of customization hence we recommend hiring a freelancer.
Let us know if you have more questions for us we are happy to help.
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
VinayHey Justin,
Thank you for reaching out to us.
I tried to create a simple layout with the layout builder using the credentials you provided (Link to the test page that i created is in private.) and everything worked smooth for me on Chrome. Please elaborate the issue you are facing and let us know how we can re-produce the same so we can help you better :)
Best regards,
VinayHey df50,
Thank you for sharing the info, I checked for the issue and it does seem like a permission issue on the server. We would be interested to know what the hosting guy’s has to say about this.
Best regards,
Vinay -
This reply was modified 9 years, 5 months ago by
-
AuthorPosts
