Forum Replies Created
-
AuthorPosts
-
Hey!
Some theme files will get overwritten when you update the theme to avoid this please create a child theme
and copy the countdown.php file in
enfold\config-templatebuilder\avia-shortcodes\countdown.php to child theme
and replace this code
$this->full_time_array = array( 1 => array("interval" => 1000 , 'class'=>'seconds', 'label' => __('Second', 'avia_framework' ), 'label_multi' => __('Seconds', 'avia_framework')), 2 => array("interval" => 60000 , 'class'=>'minutes', 'label' => __('Minute', 'avia_framework' ), 'label_multi' => __('Minutes', 'avia_framework')), 3 => array("interval" => 3600000 , 'class'=>'hours', 'label' => __('Hour', 'avia_framework'), 'label_multi' => __('Hours', 'avia_framework')), 4 => array("interval" => 86400000 , 'class'=>'days', 'label' => __('Day', 'avia_framework' ), 'label_multi' => __('Days', 'avia_framework')), 5 => array("interval" => 604800000 , 'class'=>'weeks', 'label' => __('Week', 'avia_framework' ), 'label_multi' => __('Weeks', 'avia_framework')), 6 => array("interval" => 2678400000 , 'class'=>'months', 'label' => __('Month', 'avia_framework' ), 'label_multi' => __('Months', 'avia_framework')), 7 => array("interval" => 31536000000, 'class'=>'years', 'label' => __('Year', 'avia_framework' ), 'label_multi' => __('Years', 'avia_framework'))
And edit the label “Month, Week, Days, Hours, Minutes, Seconds” after the “‘label_multi’ =>
Example
the below code7 => array("interval" => 31536000000, 'class'=>'years', 'label' => __('Year', 'avia_framework' ), 'label_multi' => __('Years', 'avia_framework'))
Becomes
7 => array("interval" => 31536000000, 'class'=>'years', 'label' => __('Year', 'avia_framework' ), 'label_multi' => __('Years in German', 'avia_framework'))
Cheers!
VinayHey!
Please provide the link to your website to login so we can further investigate this issue :)
Cheers!
VinayMarch 27, 2016 at 7:13 am in reply to: Determine the size of the sidebar on the Blog-overview page an Blog-entry-pages? #603865Hi!
Please create different sidebars and add the widgets you like to show in the sidebars.
Example
Sidebar for blogs
Sidebar for pages
Sidebar for postsWhen you open a page or a post on the right side of the page under “Layout” options you can select which sidebar you like to display.
To create different sidebars with widgets try something like a https://wordpress.org/plugins/widget-logic/
Some people have found these plugins useful please review if this suit your needs
https://wordpress.org/plugins/content-aware-sidebars/
http://codecanyon.net/item/sidebar-widget-manager-for-wordpress/2287447Best regards,
VinayHi byteben!
Please check out this video
Make sure the path is correct and include the exact files path… When you don’t wordpress will only recognize some files like header.php, footer.php etc
Example:
Parent Theme > file
Child Theme > fileParent Theme > folder / file
Child Theme > folder / filePlease refer to https://wordpress.org/support/topic/overriding-parent-theme-sub-files-with-a-child-theme-how for more details.
Detailed info here https://developer.wordpress.org/themes/advanced-topics/child-themes/
Best regards,
VinayMarch 27, 2016 at 3:56 am in reply to: Problem with advanced layout builder and WooCommerce Product Add-on. #603863Hey!
Thanks we were able to login to the backend however we couldn’t check the meta.php file or the edits you have made. We are going to need the FTP access and permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.
We strongly suggest creating a child theme so when you update the theme all the changes you have made will not get overwritten by new files.
Best regards,
VinayHey!
Please add the below code in Enfold > General Styling > Quick CSS
@media only screen and (max-width: 800px) { .iconbox_content { width: 100%!important; } }
Best regards,
VinayHey!
We have setup a demo please find the link in private content. However we could not test it as your permalink settings seem to be different and the pages are not opening. Please let us know if changes were made to these settings as the pages were not opening in the frontend. Check this link to reset permalink https://codex.wordpress.org/Settings_Permalinks_Screen
Best regards,
VinayHi!
Please add this code and change the right margin to 200px
.html_header_top.html_bottom_nav_header .main_menu>div{ width:auto!important; }
Best regards,
Vinay- This reply was modified 8 years, 7 months ago by Vinay.
Hey!
We added the code in Enfold > General styling > quick css and it works.
If you still see the old menus please refresh the browser cache and try again.
Please feel free to get in touch with us if you have any questions.
Thank you for using Enfold.
Best regards,
Vinay KashyapHey!
Just figured it the button style is not working for sub headers… please use the CSS below in Enfold > General Styling > Quick CSS
#header_meta .sub_menu>ul>li { border: #000 solid 1px; border-radius: 3px; padding-top: 10px!important; padding-bottom: 10px!important; }
Regards,
Vinay KashyapHi!
Please refresh your browser cache we can see the fb likebox in the footer. Link in private
Cheers!
Vinay KashyapMarch 23, 2016 at 11:01 am in reply to: Social Icons in footer socket – Erraneous behaviour of first icon #602438Hi!
Glad it’s sorted :) Please feel free to get in touch with us if you need anything else.
We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Cheers!
Vinay KashyapMarch 23, 2016 at 10:51 am in reply to: simple menu on Enfold without logo and with social icon on the same line #602432Hi!
To achieve a header without logo just the menu and social icons go to appearance > menu > Check secondary menu
Enfold > Header > Extra Elements >
Edit the options for Header Secondary Menu and Display social icons on top right
Then hide the main menu using CSS
Cheers!
Vinay Kashyap- This reply was modified 8 years, 7 months ago by Vinay.
March 23, 2016 at 10:20 am in reply to: Social Icons in footer socket – Erraneous behaviour of first icon #602416Hey!
@tonyw please open a new ticket and provide us a link where we can inspect the element in question.
@pako69 glad the update sorted it out for you :)Cheers!
Vinay KashyapMarch 23, 2016 at 10:17 am in reply to: Full screen slider – reduce height & make fonts larger #602415Hey!
@begrafiks thanks for sharing your tip and we appreciate it :)Let us know if the above tip worked for you to change the font size and use the below css in quick css to change the height of fullscreen in portable devices. Adjust the max-height value to suit your design.
/* Fullscreen slider height in portable devices*/ @media only screen and (max-width: 775px) { .avia-fullscreen-slider .avia-slideshow { max-height: 65px !important; } }
Best regards,
Vinay Kashyap- This reply was modified 8 years, 7 months ago by Andy.
Hey!
The 3rd party plugins are causing an issue when we deactivated it for testing purpose the themes facebook like box works fine. If you wish to use a 3rd party plugin and it is not working for some reason we would like to hear what the plugin author has to say about this…To find the plugin in conflict please follow the below steps
1. Goto plugins page > Deactivate all active Plugins
2. Updated WordPress and Enfold to latest version if you have not.
3. Activate one plugin at a time… refresh the page and check for the issue.
4. Make sure the plugins are all updatedRegards,
Vinay KashyapMarch 23, 2016 at 9:32 am in reply to: Content section with slider and overlay of 75% browser-height #602403Hi!
Please try the below code it works!
feel free to adjust the max height value to suit your design.
.avia-fullscreen-slider .avia-slideshow { max-height: 65vh!important; }
Cheers!
Vinay KashyapHi!
The feature in the theme works fine please see the below screenshots. Let us know the link to the page where it is not working for you so we can further invistegate.
Cheers!
Vinay KashyapHi!
The thin white line can be removed from the color section border options. If you are using any custom css it might affect the way it works. Let us know if any customisation was done and please share the link where we can inspect the element in question.
2.
Stretch to fit uses the css property background coverScale uses the css background property contain
Regards,
Vinay KashyapHey!
We can setup a test page it would be easier for you to then look at it and make changes please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.
Cheers!
Vinay KashyapHi!
We provide support for Enfold themes or other themes by Kriesi
We noticed you are using “Divi” theme please contact the theme author for support on Divi as they know their theme best.Regards,
Vinay Kashyap- This reply was modified 8 years, 7 months ago by Vinay.
Hi!
Glad we could help :) We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Best regards,
Vinay KashyapMarch 23, 2016 at 7:22 am in reply to: Custom Color For Accordian Toggle Title Text For Individual Page #602356Hey Nathan!
Thank you for the kind words! and for wishing for the Force to be with us :)
We cannot see the site but the below css should work for you
.main_color .toggler { color:#FFF!important; }
Best regards,
Vinay KashyapHey!
Glad everything is working now :)
Please feel free to get in touch with us if you have any questions.Thank you for using Enfold :)
Cheers!
Vinay KashyapHi!
Please check private message.
To create new user for us please use (Email address hidden if logged out) or one of your own email address as we only need to be able to login to check the issue.
Best regards,
Vinay KashyapHey!
We need to take a closer looks at this issue please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.
Regards,
Vinay KashyapHi Pappasdg!
Please use the logo center menu below settings in Enfold options > Header > Header layout > Menu and Logo Position and the below css to achieve the look.
Adjust max width and margin right value to suit your needs.
NOTE: the below css works on default theme without any custom code please remove any styles applied earlier to see it in action. if you still have issue please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.
In the below code nth-child(X) should be half of the number of menus for example if you have 4 menus it should be 3 or if you have 6 menus it should be 3.
/*centered menu*/ .av-main-nav li:nth-child(3) { margin-right:350px; } .av-logo-container { position:absolute; } #header_main_alternate { margin-top: -100px; z-index:9; } .logo { z-index:9999!important; max-width:200px; }
Cheers!
Vinay KashyapHey L-mobileGroup!
This is more a youtube issue than anything to do with a theme but as always we are more than happy to help you please setup a custom thumbnail image for the video in youtube as mentioned in this link https://support.google.com/youtube/answer/72431?hl=en
Best regards,
Vinay KashyapHey!
Glad we could help you with this. we really appreciate if you rate our theme on themeforest :)
Please feel free to get in touch with us if you have any questions.Thank you for using Enfold :)
Regards,
Vinay KashyapHey Ken!
Please use layout elements > grid row
and media elements > images inside the grids and link each image to open a different page.
Cheers!
Vinay Kashyap -
AuthorPosts