Forum Replies Created

Viewing 30 posts - 21,511 through 21,540 (of 82,585 total)
  • Author
    Posts
  • in reply to: Blank webpage after last update #787173

    Hi,

    I edited enfold/includes/helper-responsive-megamenu.php file and commented out line 107 which was causing the issue. It should be fine since you are not using a hamburger menu. We will report the issue to our devs.
    Please review your website now

    Best regards,
    Yigit

    in reply to: Masonry Gallery caption and title opacity #787170

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av-masonry-entry .av-masonry-entry-title { 
    color: #ffffff!important;
    }
    

    If that does not help, please create a temporary admin login and post it here privately so we can look into it. Your website is under construction :)

    Best regards,
    Yigit

    in reply to: Enfold Problems with Envira Gallery ?!? #787162

    Hey xcelsus,
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .single-product div.product .product_title {
        font-size: 20px;
        color: orange;
    }
    

    Best regards,
    Yigit

    in reply to: Enfold still not working with Envira Gallery ?!? #787150

    Hi,


    @xcelsus
    We have not heard from the user yet :)
    Can you please start a new thread under Enfold sub forum and elaborate on the issues you are having so we can look into it? :)

    Best regards,
    Yigit

    in reply to: how can i center the text here. #787149

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .home .iconbox_content {
        text-align: center;
    }
    

    Best regards,
    Yigit

    in reply to: how can i center the text here. #787148

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .home .iconbox_content {
        text-align: center;
    }
    

    Best regards,
    Yigit

    in reply to: Hiding Advance Layout Builder #787134

    Hi,

    Please add following code to Functions.php file in Appearance > Editor

    function av_hide_alb() {
      echo '<style>a#avia-builder-button, #avia_builder {
        display: none!important;
    }</style>';
    }
    add_action('admin_head', 'av_hide_alb');

    Best regards,
    Yigit

    in reply to: how can i center the text here. #787131

    Hey Alexander!

    Can you please post a screenshot and show the changes you would like to make? :)

    Regards,
    Yigit

    in reply to: Events Calendar with Sidebar #787130

    Hi Joe,

    Please add following code to Functions.php file of your child theme in Appearance > Editor

    add_action('after_setup_theme', function() {
    	if(is_child_theme()) remove_action('tribe_events_template', 'avia_events_tempalte_paths', 10, 2);
    });
    
    add_action('tribe_events_template', 'avia_events_template_paths_mod', 10, 2);
    function avia_events_template_paths_mod($file, $template)
    {
    	$redirect = array('default-template.php');
    	if(in_array($template, $redirect))
    	{
    		$file = get_stylesheet_directory() . "/tribe-events/views/".$template;
    	}
    
    	return $file;
    }

    and then create /tribe-events/views folders inside your child theme and copy enfold/config-events-calendar/views/default-template.php file inside it and then copy nfold/config-events-calendar/views/single-event.php file to /tribe-events folder on your child theme, edit single-event.php file and add following to the very bottom of the file

    
    <?php get_sidebar(); ?>
    

    and finally add following code to Quick CSS in Enfold theme options under General Styling tab

    #tribe-events-content {
        width: 70%;
        float: left;
    }

    Best regards,
    Yigit

    in reply to: Hiding Advance Layout Builder #787123

    Hey intense,

    You can go to Enfold theme options and check “Lock advanced layout builder” :)

    Best regards,
    Yigit

    in reply to: Remove date from search results not working #787120

    Hi,

    I added the code to top of Quick CSS field without any spaces as following

    .ajax_search_excerpt {display: none !important;}

    and flushed cache and that worked – http://i.imgur.com/Lr21giT.jpg
    Please review your website

    Best regards,
    Yigit

    in reply to: theme upgrade doesn't work 4.0.5 #787103

    Hi,

    Yes, Enfold works fine with PHP version 5.6.x :)

    Best regards,
    Yigit

    in reply to: How do I remove the right panel #787102

    Hi,

    If you would not like to display sidebars, please go to Enfold theme options > Sidebar Settings and choose not to display sidebar on your posts & pages :)

    Best regards,
    Yigit

    Hey Robyn,

    Thanks for contacting us!

    1- Yes, you can remove social network links. In case you need assistance with it, you can start a thread on our support forum and we can help you with that :)

    2- Yes, you can easily add links to your content which are linked to your suppliers’ websites.

    3- Yes and it comes with a 6 month support included. After 6 months you can choose to extend the license or not but you will be receiving the updates either way :)

    If you would consider any other theme, we would recommend Enfold theme as well which is the most popular, powerful, flexible and user friendly theme we have ever created.
    Enfold is fully compatible with WPML. You can easily turn site into a multilingual one.

    You can import one of Enfold demos with a single click in Enfold theme options > Demo Import within a few minutes and start working on your website right away.

    Enfold uses Advanced Layout Builder ( please go to – http://kriesi.at/documentation/enfold/videos/ and check out “Intro to the Advanced Layout Editor” video to see how it works. Currently there are many more elements on ALB and we are adding new ones with major updates).

    Enfold is $60 on ThemeForest

    Let us know if you have any other questions! :)

    Best regards,
    Yigit

    in reply to: WordPress-Theme ENFOLD 3.8 letzte verfügbare Version #787098

    Hallo Alexander!

    You can contact Envato support here – https://help.market.envato.com/hc/en-us/requests/new :)

    Let us know if you have any other questions!

    Best regards,
    Yigit

    Hi!

    That is because of the changes you have done on single-event.php file. If it was not a something major, maybe you could let us know about the changes you applied/want to apply so we could solve this issue together quicker :)

    Cheers!
    Yigit

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    Hi,

    I overwrote default-template.php file with a fresh one. Please review your website :)

    Best regards,
    Yigit

    Hi,

    I added the code from the other to functions.php file of your child theme, then moved default-template.php file into /views folder and moved single-event.php file to /tribe-events folder and it worked. Please review your website now :)

    Best regards,
    Yigit

    in reply to: current widget menu item #786747

    Hi!

    My pleasure Peanuttario :)
    Let us know if you have any other questions or issues!

    Best regards,
    Yigit

    in reply to: How can I add a second column to socket? #786716

    Hey!

    You can use HTML in copyright field in Enfold theme options > Footer or you can use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and copy enfold/footer.php file to your child theme and modify the file to insert your custom content :)

    Best regards,
    Yigit

    in reply to: Testimonial Grid #786682

    Hi,

    Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
    If that too does not help, please create a temporary admin login and post it here privately so we can look into it. Also, please point out the page you are working on :)

    Best regards,
    Yigit

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

    in reply to: current widget menu item #786673

    Hey!

    Please use following code

    #top .widget_nav_menu li.current-menu-item a {
        color: red!important;
    }

    You have used !important rule so many times in your custom CSS code so that might stop the code from applying. If that too does not work, please create a temporary admin login and post it here privately so we can look into it :)

    Best regards,
    Yigit

    in reply to: CODE ERRO #786664

    Hi,

    You are welcome! Let us know if you have any other questions or issues

    Best regards,
    Yigit

    in reply to: Testimonial Grid #786663

    Hey! Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-testimonial-image {
        width: 120px;
        height: 120px;
        float: none;
        margin: auto;
        margin-bottom: 10px;
    }
    .avia-testimonial-meta {
        margin-left: 0;
    }
    

    Best regards,
    Yigit

    in reply to: How do I remove the right panel #786658

    Hi,

    Please go to Appearance > Widgets and place empty text widget inside Displayed Everywhere widget area if you would not like to display default widgets :)

    Best regards,
    Yigit

    in reply to: Enfold layout and WPML plugin issues #786648

    Hi,

    I added following code to Quick CSS field in Enfold theme options > General Styling tab

    #currency_sel_widget-3 {
        max-width: 235px;
        float: left;
        clear: none;
    }
    a.wcml-cs-item-toggle {
        font-size: 12px;
        line-height: 20px!important;
        height: 30px!important;
    }

    and added following code to Functions.php file in Appearance > Editor

    function av_move_currency_switcher(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery("#currency_sel_widget-3").detach().insertBefore('#menu-item-shop.cart_dropdown')
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'av_move_currency_switcher');

    Best regards,
    Yigit

    Hi,

    Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
    If that too does not help, please create a temporary admin login and post it here privately so we can look into it :)

    Best regards,
    Yigit

Viewing 30 posts - 21,511 through 21,540 (of 82,585 total)