Forum Replies Created
-
AuthorPosts
-
Hey!
Try adding this to Quick CSS or custom.css instead:
.html_header_sidebar #top #header.av_always_sticky { right: 0; } .html_header_left #main { margin-left: 0; margin-right:300px } .html_header_sidebar #header .av-main-nav { text-align: right; } }
Best regards,
ArvishHi!
You had a wrong $icon[‘Vk’] instead of $icon[‘Yelp’] in your code, which I corrected.
But essentially, the following code does the trick
add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_icon($icons) { //Add all icons below //$icons['icon_name'] = array( 'font' =>'which_font', 'icon' => 'icon_code'); $icons['yelp'] = array( 'font' =>'fontello', 'icon' => 'ue805'); return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1); function avia_add_custom_social_icon($icons) { //$icons['Social_Icon_Name'] = 'icon_name'; $icons['Yelp'] = 'yelp'; return $icons; }
Cheers!
ArvishHey!
Just in case, I am asking my colleagues to have a look as well.
Regards,
ArvishHey!
Just checked the site in all major browsers and they are working absolutely fine.
Cheers!
ArvishHey!
Try the following set up in Avia Layout Builder:
In first color section’s settings, select “Display a small arrow…” for Section bottom border styling.
In Quick CSS or custom.css, add the following code:
#av_section_1{ margin-top:-102px; }
where #av_section_1 is the ID of the first color section.
Best regards,
ArvishHi!
This mod will affect all pages.
Cheers!
ArvishHey Micheal0424!
Enfold supports Ubermenu out of the box.
Best regards,
ArvishHi!
Change this:
url(/wp-content/uploads/2013/04/icon_only.png);
To
url(https://www.YOURSITE.com/wp-content/uploads/2013/04/icon_only.png);
Regards,
ArvishHi!
All corrected. Could you check and let us know.
Best regards,
ArvishHey!
Just had a look at the site. For us to have a better understanding of your requirements, could you please forward us a mock up or screenshot of the type of modification required.
Regards,
ArvishHi markpevans!
In the fullscreen slider settings windows, find “Display a scrolldown arrow” and check the option to display an arrow link at the bottom of the slider.
Cheers!
ArvishHi markpevans!
Add the following code to Quick CSS or custom.css
.avia-fullscreen-slider .avia-caption-title{ font-family:verdana; text-transform: none; } .avia-fullscreen-slider .avia-caption-content{ font-family:verdana; }
Change the
font-family
to your preferred font.Regards,
ArvishHi Aefiel!
You will need to verify wether your mail settings are correctly defined.
Try installing https://wordpress.org/plugins/wp-mail-smtp and test send an email.
Veify the SMTP settings from your web host as well to make sure you are using the correct ports.
Cheers!
ArvishHi!
Sorry for the late reply.
If you wish to get a custom modal or lightbox to enter your custom content, I would advise using a third-party plugin rather:
https://easy-modal.comBest regards,
ArvishHi alwo!
” you enabled the developer section for grid rows”
Not sure what the error seems to be. Could you please mock up a screen shot of the issue. It will help us better troubleshoot the issue.With regards to the animated counter, please try the following to see if it helps.
1. Disable all third-party plugins to see if the issue gets fixed. 90% of the time, issues are caused by conflicting code from third party plugins. Disabling these plugins one by one and checking if this helps sort the issue helps pin-point the exact source of the issue.
2. Has this started occurring after a theme, plugin or wordpress update? Restoring a backup version of your site might help in such a case.
3. Switch to the default wordpress theme to see if it works. Switch back to Enfold to see if it fixes the issue.
If disabling any third party plugins does not help, please forward us administrative credentials(WordPress and FTP) to your site for us to have a closer look.
Please check the “Set as private reply (Only you and moderators will see the content of this post)” option before posting any sensitive information.
Regards,
ArvishHey Zijlstra!
You will need to verify wether your mail settings are correctly defined.
Try installing https://wordpress.org/plugins/wp-mail-smtp and test send an email.
Veify the SMTP settings from your web host as well to make sure you are using the correct ports.
Regards,
ArvishHi ytmikv!
Add the following to a php.ini file and upload it to your wp-admin folder
max_execution_time = 500 max_input_time = 500 memory_limit = 128M max_input_vars = 3000
Regards,
ArvishHi!
It works equally well in Google Chrome, Firefox, Opera and IE. Could you set up a page with the solution and forward us your site’s admin credentials so we can have a closer look.
Regards,
ArvishHi tech500!
Enfold has built in support for Events Calendar and Events Calendar Pro:
http://tri.be/shop/wordpress-events-calendar/Regards,
ArvishHi!
We will keep this thread open in case there is a re-occurence of the issue.
Best regards,
ArvishNovember 3, 2014 at 11:05 am in reply to: Dealing with fullwidth submenu styling and permalinks #345195Hi!
Glad you sorted it out. Thank you for sharing the fix.
Cheers!
ArvishNovember 3, 2014 at 10:49 am in reply to: Page is blank but all code elements show in backend #345186Hey Kathy!
Please forward us a link to your site for us to have a closer look.
Did you try clearing your browser cache before viewing your page?
Best regards,
ArvishHi DROR!
Add the following code to Quick CSS or custom.css
.html_header_sidebar #top #header.av_always_sticky { right: 0; } .html_header_left #main { margin-left: auto; } .html_header_sidebar #header .av-main-nav { text-align: right; }
Regards,
ArvishHey modelity!
There’s no need to modify the code.
Simply add a text block.
Add your link caption and then click add link on the menu.
Enter your tabs id in the URL setting as follows:Cheers!
ArvishHey billlon!
Add the following to the bottom of functions.php in your Enfold or Enfold Child theme folder:
function togglemenu_script(){ ?> <script> (function ($) { $(window).load(function () { var $menubtn = $('.awpcp-menu-toggle'); var $menu = $('.awpcp-nav-menu'); $menubtn.click(function () { $menu.toggle(); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'togglemenu_script');
If it doesn’t work, please forward us the admin credentials to your site for us to have a closer look.
Cheers!
ArvishHi bluff03!
Please refer to Woocommerce’s Paypal Standard Documentation:
http://docs.woothemes.com/document/paypal-standard/PayPal only supports 9 line items which includes shipping. Should your cart contain more than 9 lines, you will get an error from Payapl and your payment will not go through.
The Items and their quantities are shown as a single string description:
Best regards,
ArvishHey!
Add this code to Quick CSS or custom.css
#av_section_1 .avia-image-container.avia-align-center { margin: 0px auto 0px; }
Regards,
ArvishHi!
SEO by Yoast will raise a flag as it has parsed the code that is in the database which is mainly in shortcode form and not the code that is generated in the front end, i.e html, which contains the proper img and alt text generation.
Cheers!
ArvishHi Micheal0424!
You can set up Avia Layout Builder as shown below:
Add the following code to your Quick CSS or custom.css
#av_section_1 .av-special-heading{ background-color: bisque; border-top-left-radius: 10px; border-top-right-radius: 10px; padding-top:10px; } #av_section_1 .avia_textblock{ background-color: #CCC; padding:10px; color: #FFF !important; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
Change
av_section_1
to whatever ID you’ve specified for your colored section.Regards,
ArvishHey squard!
To make Tab Icons Larger, add this code to Quick CSS or custom.css
.tabcontainer .tab_icon { font-size: 23px; display: block; }
You can remove the
display:block;
if you want the icon side by side with your text.Best regards,
Arvish -
AuthorPosts