Forum Replies Created

Viewing 30 posts - 12,871 through 12,900 (of 82,620 total)
  • Author
    Posts
  • in reply to: Adding multiple social icons to social profiles #1036285

    Hey,

    I updated the code to following one

    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    $icons['spotify'] = array( 'font' =>'fontello', 'icon' => 'uf1bc');
    $icons['music'] = array( 'font' =>'fontello', 'icon' => 'ue800');
    return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    $icons['iTunes'] = 'music';
    $icons['Spotify'] = 'spotify';
    return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);

    Please review your website

    Regards,
    Yigit

    in reply to: Strange image on mouseover social sharing buttons #1036281

    Hey!

    You are welcome! Let us know if you have any other questions or issues :)
    Please use following code

    .av-share-box .avia-related-tooltip {
        width: 220px;
    }

    Regards,
    Yigit

    • This reply was modified 7 years, 3 months ago by Yigit.
    in reply to: Header menu width #1036279

    Hi,

    Looking at the code you shared above, there is a missing closing curly bracket. That could be the reason why it might not be working. Code should be as following

    @media only screen and (min-width: 768px) {
    .container.av-logo-container {
    margin: 0 !important;
    width: 100%!important;
    max-width: 100% !important;
    }
    
    div .logo img, div .logo {
    width: 100%;
    height: auto;
    max-width: 1900px!important;
    }}

    Best regards,
    Yigit

    in reply to: Blue outline of tabs #1036269

    Hi,

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

    CSS Snippet:

    
    :focus {
        outline: none;
    }
    
    

    Best regards,
    Yigit

    in reply to: Remove Italic in sidebar #1036266

    Hey,

    It seems like your text is wrapped in EM tags.
    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
    CSS Snippet:

    
    .sidebar em {
        font-style: normal;
    }
    
    

    Best regards,
    Yigit

    in reply to: Strange image on mouseover social sharing buttons #1036263

    Hi,

    Please go to Enfold theme options > Performance and choose to delete old CSS and JS files at the bottom of the page and save your page and check if that helps. If it does not, please create temporary admin logins and post them here privately.

    Best regards,
    Yigit

    in reply to: Drop down menus and cart are transparent, recurring issue #1036260

    Hi,

    I could not find any products to add to cart, they all seem to be out of stock.

    Also, scroll to top button shows up on my end when i scroll down. Have you figured it out already?

    Best regards,
    Yigit

    in reply to: Line between blog posts #1036248

    Hi,

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

    CSS Snippet:

    
    .archive.category footer.entry-footer {
        border-bottom: 1px dotted #000000;
    }
    
    

    Best regards,
    Yigit

    in reply to: Select Category – change name #1036246

    Hey,

    Please use this plugin – https://wordpress.org/plugins/loco-translate/ and translate the string as needed :)

    Cheers!
    Yigit

    in reply to: Strange image on mouseover social sharing buttons #1036244

    Hi,

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

    .main_color .avia-tt, .main_color .avia-tt .avia-arrow, .main_color .avia-tt .avia-arrow {
        width: 220px;
    }

    Please delete it to fix the issue

    Regards,
    Yigit

    in reply to: individual Read more button/link #1036238

    Hey,

    Sorry for the late reply.
    Login credentials did not work for me. Could you please check logins once again and share FTP logins privately as well?

    Best regards,
    Yigit

    in reply to: Merhaba Yiğit ! #1036226

    Merhabalar Ugur,

    Iyiyim tesekkur ederim, sende iyisindir umarim :)

    Search elementinin Search Settings sekmesinde “Hide preview image or icon” seceneginin secili olmadigini kontrol edebilir misiniz? Az once test ettim kendi local sitemde ve urun gorselleri goruntulendi.

    Eger fayda etmezse, gecici admin loginleri olusturup gizli alandan paylasabilir misin goz atalim? :)

    Guncellemeler surekli gelicek. Su an Gutenberg uyumlulugu uzerinde calisiyoruz :)

    Best regards,
    Yigit

    in reply to: Enfold 4.5 Tokens not working #1036212

    Hi,

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

    CSS Snippet:

    
    #top .av-submenu-container.av-sticky-submenu {
        z-index: 301;
    }
    
    

    Best regards,
    Yigit

    in reply to: avia layout editor not working #1036209

    Hi,

    I understand your position however unfortunately that would be out of the scope of our support.
    We normally do not share our IP addresses and only connect to sites that are publicly accessible but i went ahead and shared my IP address but sadly we cannot set up such session.
    Thanks for your understanding.

    Best regards,
    Yigit

    Hey Nikkita,

    Thanks for contacting us!

    We would like to inform you that we only provide support to our registered users.

    You can register to our support forum here – and then start a new thread under Enfold sub forum.

    Please make sure to elaborate on the issue you are having/changes you would like to make on your thread. If you would like to include screenshots, you can upload them on http://imgur.com, https://snag.gy or Dropbox public folder and attach the links in your posts :)

    Best regards,
    Yigit

    in reply to: problem with Your support #1036201

    Hey,

    We have replied to your thread. Let us continue there :)

    Best regards,
    Yigit

    in reply to: I olready am your customer but… #1036200

    Hey,

    We have informed our devs regarding the issue. Please kindly wait to hear from us.

    Regards,
    Yigit

    in reply to: Adsense issue #1036196

    Hi,

    You can use (Email address hidden if logged out) but please share login credentials here privately so any available moderator can look into it.

    Best regards,
    Yigit

    in reply to: Can't get into the Support forum to post #1036194

    Hi David,

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

    function jobs_count_func( $count_posts ){
    	$count_posts = wp_count_posts( 'portfolio' )->publish;
    	return $count_posts;
    }
    add_shortcode( 'jobs_count', 'jobs_count_func' );

    Then edit your menu item and following shortcode

    [jobs_count]

    Best regards,
    Yigit

    in reply to: Update 3.5.4 to latest #1036085

    Hi Jeff,

    Thanks for contacting us!

    Yes, it would work.
    After purchasing a license, please register to our support forum – https://kriesi.at/support/register/ login and then refer to this post – https://kriesi.at/support/topic/updating-to-enfold-4-5-and-validating-personal-token/.
    Please also make sure that your PHP version is 5.4 or higher.

    If you have any other questions, please let us know :)

    Best regards,
    Yigit

    in reply to: License #1036082

    Hi Gianpaolo!

    Thanks for contacting us!

    Each domain requires a separate license, therefore for 50 sites, you would need to purchase 50 licenses.
    We are planning to make a discount on Cyber Monday, 26th of November, in case you are planning to make a bulk purchase :)

    Let us know if you have any other questions!

    Regards,
    Yigit

    in reply to: Burger Menu not displaying correctly on Iphones (Safari) #1035992

    Hi!

    I could reproduce the issue on my end. Could you please create WP admin logins and post them here privately so we can look into it?

    Regards,
    Yigit

    in reply to: Https issue #1035334

    Hi,

    It was coming from Yoast. I found this this post which basically suggests you to ignore it as it will not cause any mixed content issues :)

    Best regards,
    Yigit

    in reply to: Cannot edit the pages anymore after update to PHP 7 #1035318

    Hi,

    I updated the theme to the latest version. Please review your website :)

    Best regards,
    Yigit

    in reply to: Https issue #1035317

    Hi,

    It seems like they are from a plugin. If you cannot find it, please create temporary admin logins and post them here privately so we can look into it :)

    Best regards,
    Yigit

    Hi,

    Yes, the latest version of Enfold supports PHP 7.2. Minimum recommended version is 5.4 but since your service provider supports 7.2, you would not have any issues :)

    Best regards,
    Yigit

    in reply to: Social icon #1035313

    Hey,

    You forgot to close HTML A tag in Copyright field. I added it and that fixed the issue. Please review your website :)

    Cheers!
    Yigit

    in reply to: avia layout editor not working #1035311

    Hi,

    I believe issue might be related to one of your plugins or to your firewall. An alternative would be creating a new account for your client and ask them to check if they can reproduce the issue.

    Enfold does not have such issue out of the box so it must be related to your installation or something on your clients end. However it is very difficult for us to troubleshoot an issue we cannot reproduce unfortunately.

    Best regards,
    Yigit

    in reply to: how to address via jquery an element with attribute? #1035305

    Hi,

    I tried following code for testing

    function testing_to_add_class(){
    ?>
    <script>
    	jQuery(window).load(function(){
            	jQuery('a.tag-cloud-link[aria-label*="some"]').addClass('testing-to-add-class');
    	});
    </script>
    <?php
    }
    add_action('wp_footer', 'testing_to_add_class');

    and it worked on my local installation – https://prnt.sc/lkbzak

    Could issue be in your jQuery code?

    Best regards,
    Yigit

Viewing 30 posts - 12,871 through 12,900 (of 82,620 total)