Forum Replies Created
-
AuthorPosts
-
March 4, 2017 at 8:41 am in reply to: Just need a simple way to keep the header visible all the time #755540
Hi,
No problem. If you need any additional help please contact us!
Best regards,
Jordan ShannonHi,
For #2 above:
/**** Remove vertical line in middle of the button ********/
.button-mini-delimiter{
border:none !important;
}/*** Change color on mouseover, adjust colors to whatever you prefer *****/
.avia_cart_buttons:hover {
background: #000!important;
color:#fff!important;
}Best regards,
Jordan ShannonHi,
I am still not able to access your login screen. Do you have a different link than /wp-admin to access the login screen?
Best regards,
Jordan ShannonHi,
What is the link to your admin page? /wp-admin does not seem to work.
Best regards,
Jordan ShannonHi,
I am glad you were able to get this sorted. If you need any additional help please let us know.
Best regards,
Jordan ShannonMarch 4, 2017 at 8:20 am in reply to: Making the space between the main nav bar and dropdown smaller. #755530Hi,
What part of the page is custom_text div affecting? This gives me a better idea of where to search.
Best regards,
Jordan ShannonHi,
You are looking to have them in Alphabetical order?
Best regards,
Jordan ShannonHi,
I changed the width to 667 and adjusted the block to the top of the quick css field. It seems to be working now.
Best regards,
Jordan ShannonHi,
I am not seeing this message “you added Lady mira to the shopping cart – see shopping cart”
Best regards,
Jordan ShannonHey waynerigley,
Please add the following to the quick css question or styles.css file:
.av-layout-tab.av-animation-delay-container.av-active-tab-content.__av_init_open.avia-builder-el-1.avia-builder-el-no-sibling{
vertical-align: top !important;
}.av-layout-tab.av-animation-delay-container.avia-builder-el-9.el_after_av_one_third.el_before_av_tab_sub_section{
vertical-align: top !important;}
To change the active tab:
#top a.av-active-tab-title {
color: #2d5c88; /* Enter your desired color */
}Let me know if this works out for you.
Best regards,
Jordan ShannonWould you be able to provide your admin login info so that I can investigate this further?
Best regards,
Jordan ShannonHi,
Try adding to the quick css section or style.css file. If neither of them works for you please attach your admin info so I can investigate this further for you.
Best regards,
Jordan ShannonHi,
Please add this to the very end of your functions.php file.
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;
}Let me know if this works.
Best regards,
Jordan ShannonHi,
You can turn on custom CSS field for ALB elements – https://kriesi.at/support/enfold-feature-requests/ and create your Author box using Text Block element and customize its look. Then you can enable debugging mode – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ and copy to shortcode to paste in places you would like to display it.
Please feel free to request such element here – https://kriesi.at/support/enfold-feature-requests/Best regards,
Jordan ShannonMarch 4, 2017 at 12:34 am in reply to: Simple way to change german translation for breadcrumbs #755419Hey Alexander,
Try locating:
framework > php > class-breadcrumb.php
Search Du bist hier and replace it with the appropriate change.
Best regards,
Jordan ShannonHey esliran,
I suggest checking for a plugin solution like:
https://wordpress.org/plugins/fancier-author-box/
https://wordpress.org/plugins/wp-author-box-lite/More:
Best regards,
Jordan ShannonHey aka-alex,
You can add two slider sections in the advanced editor, and simply choose to hide one on the desktop, while hiding the other on mobile.
Best regards,
Jordan ShannonHey jaroljmek,
Could you please provide a link to the site and admin info so that I can look into this further.
Best regards,
Jordan ShannonHey bauchope,
I am trying to log in to look into this further but I am getting a “forbidden” error with the credentials posted.
Best regards,
Jordan ShannonHey Vincent,
The Suggested image size for full width slideshow is 1500x430px.
Best regards,
Jordan ShannonHi,
Can you provide a screenshot of the ipad display?
Best regards,
Jordan ShannonHi,
Can you explain this a little more, I am trying to get a clear picture of what you mean.
Best regards,
Jordan ShannonHey enricobaumgart,
Can you please provide a link to the site, along with the section you need to correct.
Best regards,
Jordan ShannonHey JustJulesNL,
What are these updates for? Also were they added to quick css or style.css?
Best regards,
Jordan ShannonHey tmgscanada2,
Can you please share the admin login info so that I can look into this further, also what is the expected logo size?
Best regards,
Jordan ShannonHi,
You can try adding this to quick css:
#top .avia-button.avia-color-light {
font-weight: bold !important;
border: 3px solid #000!important;
background: rgba(0, 0, 0, 0.8)!important;
{Best regards,
Jordan ShannonHi,
No problem, I’m glad this worked out for you. If you need additional help just let us know.
Best regards,
Jordan ShannonHi,
Great I’m glad this worked out.
Best regards,
Jordan ShannonHi,
Great I’m glad you were able to get this worked out!
Best regards,
Jordan ShannonHey OrangeMoose,
Open framework > php > function-avia-set-frontend.php and find this code
$output .= “”.sprintf(__(“Page %d of %d”, ‘avia_framework’), $paged, $pages).””;
Best regards,
Jordan Shannon -
AuthorPosts