Forum Replies Created

Viewing 30 posts - 21,931 through 21,960 (of 82,585 total)
  • Author
    Posts
  • in reply to: Enfold Theme bug #779324

    Merhabalar Metin! :)

    Thanks for contacting us!

    You can check out this screenshot to find your purchase code – http://kriesi.at/wp-content/uploads/2013/09/registration_steps.jpg and register to our forum here – https://kriesi.at/support/register/. After that, you can start a new thread under Enfold sub forum :)

    Cheers!
    Yigit

    in reply to: Target specific "special heading" #779319

    Hi!

    You can also try following

    .sentence_01* { 
        font-style: normal!important;
        text-decoration: none!important;
    }

    Cheers!
    Yigit

    in reply to: Widgets are not RTL #779317

    Hi,

    They show up fine on my end, attached a screenshot in private content field.

    Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Best regards,
    Yigit

    in reply to: Merhaba Yiğit ! please help #779311

    Merhabalar,

    Rica ederim :) Baska her hangi bir sorunuz veya sorununuz olursa lutfen tekrar iletisime gecmekten cekinmeyin :)

    Best regards,
    Yigit

    in reply to: website nothing showing and support #779305

    Hi,

    I see that code however they are not the same with the one i removed from Quick CSS field. I removed following

     body{
        display: none!important;
    }

    and Jordan suggested following

    #top .all_colors strong {
    background-color: none!important;
    }

    The one Jordan suggested removes background color from Strong tagged elements while the one i removed from Quick CSS simply hides the whole Body.

    Best regards,
    Yigit

    in reply to: website nothing showing and support #779237

    Hi,

    To be honest, i really do not think one of our team members added the code. I cannot see that code in other thread and i am pretty confident that my teammates would know better not to add such code. All of our moderators have good experience with CSS and they would know that code would hide the content.

    I am sorry that you felt that way about our support. We always try to be helpful as we can. I am pretty sure we will be able to change your mind about our support in future if you need any assistance or questions though :)

    Best regards,
    Yigit

    in reply to: Change social icon with fontello's icon #779211

    Hey!

    I believe they are WP admin logins as they are not working for authentication. Screenshot below :)

    Best regards,
    Yigit

    in reply to: Enfold 2.1 upgrade to 4.0 #779209

    Hi Winfried!

    You can simply go to – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=Kriesi to purchase a license then when you register to our support forum, links will be visible so you can refer to my post above and update the theme :)

    Let us know if you need further assistance

    Regards,
    Yigit

    in reply to: Enfold Showcase #779205

    Hey!


    @hautzeit
    Your website looks great :) One thing i noticed is that menu overlaps logo before scrolling. If you start a new thread we can help you with it :)

    Best regards,
    Yigit

    in reply to: website nothing showing and support #779202

    Hi,

    Yes, i can see the thread however there is nothing concerning body of your website so i doubt if it was someone from our team who added the code.

    I went to Enfold theme options > General Styling and adjusted colors on “logo area”. Please review your website

    Best regards,
    Yigit

    in reply to: Change social icon with fontello's icon #779175

    Hi,

    “Authentication required” to go to your login page. Can you please post those credentials here privately as well? :)

    Best regards,
    Yigit

    in reply to: website nothing showing and support #779174

    Hi!

    You had following code in Quick CSS field in Enfold theme options > General Styling tab

     body{
        display: none!important;
    }

    I removed it. Please review your website now

    Best regards,
    Yigit

    in reply to: Woocommerce Cart Shortcode #778975

    Hey!

    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: Cart in menu #778948

    Hi,


    @bitojoe
    I replied to your thread here – https://kriesi.at/support/topic/woocommerce-cart-shortcode/. Let us continue there :)

    Best regards,
    Yigit

    in reply to: Text Block problems with new version #778943

    Hi,

    Glad you figured it out!
    Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    in reply to: H1-H5 #778941

    Hi!

    Please add !important rule to the code as following

    h1, h2, h3, h4, h5, h6 {
        text-transform: none!important;
    }

    Best regards,
    Yigit

    in reply to: Change social icon with fontello's icon #778891

    Hi,

    Please replace ‘fontello’ in the code with font name in Enfold theme options > Import & Export – http://imgur.com/qZ39D4s

    Then edit one of your pages, add Icon element under Content Elements tab of Advanced Layout Builder to your page, edit your element and hover on your icon to find charcode – http://i.imgur.com/fMFBJMF.png and replace ‘ue800’ with that charcode.

    If that does not help, please post temporary admin logins here privately so we can apply the changes for you :)

    Best regards,
    Yigit

    in reply to: Facebook debugger logo #778888

    Hey rikv,

    Please make sure you are using a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and then add following code to Functions.php file of your child theme in Appearance > Editor

    function avia_logo($use_image = "", $sub = "", $headline_type = "h1", $dimension = "")
    	{
    		$use_image 		= apply_filters('avf_logo', $use_image);
    		$headline_type 	= apply_filters('avf_logo_headline', $headline_type);
    		$sub 			= apply_filters('avf_logo_subtext',  $sub);
    		$alt 			= apply_filters('avf_logo_alt', get_bloginfo('name'));
    		$link 			= apply_filters('avf_logo_link', home_url('/'));
    		
    		
    		if($sub) $sub = "<span class='subtext'>$sub</span>";
    		if($dimension === true) $dimension = "height='200' width='300'"; //basically just for better page speed ranking :P
    
    		if($logo = avia_get_option('logo'))
    		{
    			 $logo = apply_filters('avf_logo', $logo);
    			 if(is_numeric($logo)){ $logo = wp_get_attachment_image_src($logo, 'full'); $logo = $logo[0]; }
    			 $logo = "<img {$dimension} src='{$logo}' alt='{$alt}' />";
    			 $logo = "<$headline_type class='logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>";
    		}
    		else
    		{
    			$logo = get_bloginfo('name');
    			if($use_image) $logo = "<img {$dimension} src='{$use_image}' alt='{$alt}' title='{$logo}'/>";
    			$logo = "<$headline_type class='logo bg-logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>";
    		}
    		
    		$logo = apply_filters('avf_logo_final_output', $logo, $use_image, $headline_type, $sub, $alt, $link);
    
    		return $logo;
    	}

    Best regards,
    Yigit

    in reply to: Widgets are not RTL #778886

    Hi,

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

    .rtl .news-excerpt {
        padding-right: 50px;
    }
    

    Best regards,
    Yigit

    Hi dear Sadegh,

    Glad you found another plugin and thanks for sharing :)
    Let us know if you have any other questions or issues!

    Best regards,
    Yigit

    in reply to: Woocommerce Cart Shortcode #778879

    Hey!

    Please change the code to following one

    function avia_cart_count(){
    global $woocommerce;
    $count = $woocommerce->cart->cart_contents_count;
    if ($count > 0) {
    $avia_count = sprintf(_n(' %d', $woocommerce->cart->cart_contents_count, 'woothemes'), $woocommerce->cart->cart_contents_count);
    return "<span class='counter'>/ ".$avia_count."</span>";
    }
    }
    add_shortcode( 'cart_count', 'avia_cart_count' );

    Best regards,
    Yigit

    in reply to: Title and date in Masonry #778878

    Hey Charlotte,

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

    .av-masonry-date {
        display: none;
    }
    .av-masonry-entry .av-masonry-entry-title {
        font-size: 18px;
        color: #ff0000;
    }
    .av-masonry-entry { 
        visibility: visible; 
        opacity: 1;
    }
    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
        -webkit-animation: none;
        animation: none;
    }
    

    Best regards,
    Yigit

    in reply to: Menu going over logo #778875

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 1300px) and (min-width: 1120px) { 
    .logo a {
        max-width: 60%;
        top: 20px;
    }}
    @media only screen and (max-width: 1119px) and (min-width: 990px) {
    .logo a {
        max-width: 35%;
        top: 25px;
    }}

    Cheers!
    Yigit

    in reply to: Can't register for support #778871

    Hi Andrew!

    Thanks for contacting us!

    It seems like purchase code you provided is invalid. Please refer to this screenshot – http://kriesi.at/wp-content/uploads/2013/09/registration_steps.jpg and find your correct purchase code :)

    Best regards,
    Yigit

    in reply to: website nothing showing and support #778870

    Hey Ahmad,

    You posted your question in pre-sale thread, which is fine, we can try to help you here but for the next time, please go to Enfold sub forum and start a new thread there – https://kriesi.at/support/forum/enfold/ :)

    Can you please post FTP and WP admin logins here privately so we can look into it?

    Best regards,
    Yigit

    in reply to: H1-H5 #778867

    Hi Charlotte!

    Please add following code to Quick CSS

    h1, h2, h3, h4, h5, h6 {
         text-transform: none;
    }

    Best regards,
    Yigit

    in reply to: Enfold Showcase #778866

    Hi,


    @kzpdesign
    Thanks for sticking around! :)
    Your website looks really nice and readability is great!

    Best regards,
    Yigit

    in reply to: Problems with hover #778864

    Hey!

    It was because you used 2/3 column elements on your page and there was a gap. I changed those to 3/4 column element and that fixed the issue. Please review your website now :)

    Cheers!
    Yigit

    in reply to: Social Media Icon Size #778849

    Hey TeamBlackBox!

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

    #top #header .social_bookmarks li a {
        font-size: 20px;
    }

    Regards,
    Yigit

    in reply to: Add code under tag #778845

    Hey Charlotte,

    It is there just to comment out the line. Please remove // from the beginning of your code

    Cheers!
    Yigit

Viewing 30 posts - 21,931 through 21,960 (of 82,585 total)