Forum Replies Created

Viewing 30 posts - 8,671 through 8,700 (of 10,428 total)
  • Author
    Posts
  • in reply to: Animated Countdown still not translated #603868

    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 code

    
    7 => 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!
    Vinay

    in reply to: Yoast breadcrumbs #603866

    Hey!

    Please provide the link to your website to login so we can further investigate this issue :)

    Cheers!
    Vinay

    Hi!

    Please create different sidebars and add the widgets you like to show in the sidebars.

    Example

    Sidebar for blogs
    Sidebar for pages
    Sidebar for posts

    When 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/2287447

    Best regards,
    Vinay

    in reply to: Replace class-breadcrumbs.php in child theme #603864

    Hi 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 > file

    Parent Theme > folder / file
    Child Theme > folder / file

    Please 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,
    Vinay

    Hey!

    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,
    Vinay

    in reply to: NOT DISPLAY WELL ON MINI IPAD #603862

    Hey!

    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,
    Vinay

    in reply to: Add upload CV option to Contact Form #602725

    Hey!

    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,
    Vinay

    in reply to: Logo Center with Menu To Left and Right #602706

    Hi!

    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.
    in reply to: Sub Menu Button Style #602658

    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 Kashyap

    in reply to: Sub Menu Button Style #602535

    Hey!

    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 Kashyap

    in reply to: Emergency: No Facebook likebox Works #602441

    Hi!

    Please refresh your browser cache we can see the fb likebox in the footer. Link in private

    Cheers!
    Vinay Kashyap

    Hi!

    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 Kashyap

    Hi!

    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.

    Hey!

    @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 Kashyap

    in reply to: Full screen slider – reduce height & make fonts larger #602415

    Hey!


    @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.
    in reply to: Emergency: No Facebook likebox Works #602412

    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 updated

    Regards,
    Vinay Kashyap

    Hi!

    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 Kashyap

    in reply to: Sub Menu Button Style #602372

    Hi!

    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 Kashyap

    in reply to: 3.5 – Background Image – Scale to Fit #602368

    Hi!

    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 cover

    Scale uses the css background property contain

    Regards,
    Vinay Kashyap

    in reply to: Add upload CV option to Contact Form #602367

    Hey!

    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 Kashyap

    in reply to: don t show section on mobile #602364

    Hi!

    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.
    in reply to: Footer line #602357

    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 Kashyap

    Hey 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 Kashyap

    in reply to: [layerslider] issues with latest version #602351

    Hey!

    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 Kashyap

    in reply to: Removing small arrows in mega menu's sub sections #602163

    Hi!

    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 Kashyap

    in reply to: Sub Menu Button Style #602156

    Hey!

    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 Kashyap

    in reply to: Logo Center with Menu To Left and Right #602152

    Hi 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 Kashyap

    in reply to: Show "big play button" as video overlay #602151

    Hey 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 Kashyap

    in reply to: Editing Built-In Social Sharing Buttons #602145

    Hey!

    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 Kashyap

    in reply to: Linking in Avia Gallery Element #602144

    Hey 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

Viewing 30 posts - 8,671 through 8,700 (of 10,428 total)