Forum Replies Created
-
AuthorPosts
-
Hi,
Please add the following to quick css to add the underlines first, confirm that this works:
#avia-menu .menu-item a span.avia-menu-text{ text-decoration:underline!important; }
Best regards,
Jordan ShannonHey lynettebrown,
This was built exclusively for the kriesi site. If you know how to use Google Inspector or Firebug, you can easily copy the double button coding and styling.
Best regards,
Jordan ShannonHi,
You want the rectangle to remain while you are on the selected page as well?
Best regards,
Jordan ShannonHey 1lizcollins,
You have to use a higher radius. I adjusted your code to the following:
.grid-image img { border-radius: 22px!important; }
Please check to confirm and let me know if it is working.
Best regards,
Jordan ShannonHey Gustavo,
Just to be clear, so you want the menu items to always have an underline, and then when clicked you want it to have a rectangle below?
Best regards,
Jordan ShannonHi,
I am glad this was able to be fixed for you. If you need additional help, please contact us here on the forums.
Best regards,
Jordan ShannonHey connect4consulting,
Try adding the following to quick css:
@media only screen and (max-width: 767px){ .slideshow_caption{ padding-top:3px!important; } h2.avia-caption-title{ font-size:16px!important; } .avia-slideshow-button{ margin-top:0px!important; } }
Please let me know if this fixes the issue.
Best regards,
Jordan ShannonHi,
Best regards,
Jordan ShannonHi,
No problem at all my friend. If you need additional help please don’t hesitate to contact us here on the forums.
Best regards,
Jordan ShannonHi,
Try the following:
.template-page .entry-content-wrapper h2 { text-transform: none!important; }
Best regards,
Jordan ShannonHey Alexis,
1) Yes, Enfold integrates with WooCommerce.
2) Do you mean browser editing? You it offers the same front-end editor available to all other WordPress themes.
3) We utilize our Avia Layout Builder, which is very similiar to VC.Best regards,
Jordan ShannonHi,
Have you made sure to hard reset the cache a few times over? Also please provide a link to the site.
Best regards,
Jordan ShannonHey Leonsz,
If you would like to add new text and replace existing content, please go to Enfold/includes and edit error404.php file
Best regards,
Jordan ShannonHi,
Great! If you need additional help, please contact us here in the forums.
Best regards,
Jordan ShannonApril 17, 2017 at 8:30 pm in reply to: Add link to high resolution version in image galleries #778921Hey baradigicode,
Our theme does not provide this function out of the box, but I would suggest searching for a plugin that could accomplish this task.
Best regards,
Jordan ShannonHey ekarindoti,
Please provide a link to the site/page in question.
Best regards,
Jordan ShannonHi,
Do you mean the entire post title being linked?
Best regards,
Jordan ShannonHi,
Add the following to the bottom of functions.php:
add_filter( 'avf_title_args', 'enfold_customization_title_link' ); function enfold_customization_title_link( $settings ) { $settings['link'] = null; return $settings; }
Let me know if this works for you.
Best regards,
Jordan ShannonHi,
Haha, no problem at all my friend. If you need additional help please let us know here on the forums.
Best regards,
Jordan ShannonHey dlikat,
I logged in and fixed this. Within tab options (accessed by clicking on the tab title), “Vertical align” should be set to “Above”.
Please test and confirm that this is working.
Best regards,
Jordan ShannonHey reddishpinkmedia,
Try adding the following to quick css and let me know if it works for you:
.entry-content-wrapper .post-title { pointer-events: none; }
Best regards,
Jordan ShannonHey tesspaine,
This should be fixed. You needed to set “Autorotation Active” to “Yes”, you had it at “No”.
Please test to confirm that it is working for you.
Best regards,
Jordan ShannonHi,
I am glad you were able to get this corrected. Keep in mind, we are always making updates to improve our products so if you have any suggestions, please don’t hesitate to put it into our feature requests https://kriesi.at/support/enfold-feature-requests/
Best regards,
Jordan ShannonHey mdxclr,
I have reported this bug, and hopefully we will have it taken care of soon.
Best regards,
Jordan ShannonHey RisingStar,
I am not understanding your concern and issue, can you please try to be clearer with what you need help with? Also, please provide a link to the site/page in question.
Best regards,
Jordan ShannonHey Ganubis,
You can have the menu break to the dropdown menu sooner:
Please go to Enfold > Header Layout > Mobile Menu. Look for the Header Mobile Menu activation then select the second option to activate the advance menu toggle on iPad landscape view.
Best regards,
Jordan ShannonHi,
Johns code worked, there was just a space that needed to be fixed on the class. Please test the site again.
Best regards,
Jordan ShannonHi,
You mean the sidebar with the purchase images?
Best regards,
Jordan ShannonApril 17, 2017 at 2:55 pm in reply to: how can I remove gray line and bottom padding from menu? #778718Hi,
Great! If you need additional help, please contact us here on the forums!
Best regards,
Jordan ShannonHi,
I have edited the following in functions.php:
//avia_backend_add_thumbnail_size($avia_config);
Can you please test to see if the issue is still occuring?
Best regards,
Jordan Shannon -
AuthorPosts