Forum Replies Created

Viewing 30 posts - 17,671 through 17,700 (of 82,625 total)
  • Author
    Posts
  • in reply to: Change icon rollover #870535

    Hi,

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

    .custom-iconlist li:nth-child(1) .iconlist-char:before {
        content: '1';
    }
    .custom-iconlist li:nth-child(2) .iconlist-char:before {
        content: '2';
    }
    .custom-iconlist li:nth-child(3) .iconlist-char:before {
        content: '3';
    }
    .custom-iconlist li:nth-child(4) .iconlist-char:before {
        content: '4';
    }

    “custom-iconlist” is custom CSS class here :)

    Best regards,
    Yigit

    Hi,

    Please post FTP logins here privately as well so we can look into it :)

    Best regards,
    Yigit

    in reply to: Shrinking of header – Amount – An Info #870525

    Hi,


    @atlantchiropractic
    Please go to Enfold child theme options > Import & Export and import parent theme options. You may need to save theme options to flush dynamic stylesheet. If that does not help, please start a new thread under Enfold sub forum and we will look into it :)

    Best regards,
    Yigit

    in reply to: Merhaba Yiğit ! eForm Uyumsuzluk Sorunu #870511

    Merhabalar,

    Uzgunum yine gec cevap veriyorum fakat bu siralar baya yogunum..

    Bu gonderiye goz atip – https://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/ bahsedilen eklentiyi kullanarak var olan sitenizi subdomaine kopyalayabilirsiniz. Veritabaninizi tasimaniza yardimci olucak eklenti sonrasinda wp-content klasorunu subdomain’e kopyalamaniz yeterli olacaktir.
    Eklenti sahiplerinede ilettiniz mi sorunu? Onlar bu tarz sorunlarin neden kaynaklaniyor olabilecegine daha hakim olmalilar

    Best regards,
    Yigit

    in reply to: The theme update breaks the site. #870274

    Hi Dave,

    Sorry for the late reply!

    It seems like you are using PHP Version 5.2.17 on your “dev” subdomain. Please upgrade it to 5.6.3 as well and issue should be fixed :)

    Best regards,
    Yigit

    in reply to: can't update wordpress without parts of my site not working #870237

    Hi Silvano,

    I am afraid the only way to get full support and theme updates is by having access to a Themeforest account which was used to purchase the theme.

    The easiest way would be to get in touch with your developer and ask him for the purchase code and an API key. That would allow you to create a forum account here (one that got access to more than the pre-sale question area) and would also allow you to update the theme from your backend.

    If you cant get in touch with your developer for whatever reason, you can also try to contact Envato support and ask them if its possible for them to credit the purchase to a Themeforest account of your own: https://help.market.envato.com/hc/en-us/requests/new
    However this will probably only work if your developer already sent you a payment receipt or something similar for the purchase.

    Last option would be to create a themeforest account of your own and use it to re-purchase the theme.

    I hope one of the first two options works out for you, but unfortunately we can’t help until we have a valid verification that the theme was purchased properly. This is necessary for us, since there are quite a few people out there who don’t buy the theme on themeforest and instead download it for free on illegal file sharing sites and then even have the audacity to ask us for support.

    Sorry for that!

    Regards,
    Yigit

    in reply to: Sign in problem #870236

    Hey Milorad,

    Thanks for contacting us!

    Could you please post your purchase code in private content field so we can reset your forum account? :)

    Best regards,
    Yigit

    in reply to: ownership of page #870235

    Hi Margaret,

    Thanks for contacting us!

    We sell premium WordPress themes and website you linked is using our Enfold theme. Please contact website owners :)

    Cheers!
    Yigit

    in reply to: Max width for the entire website not working #869704

    Hi,

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

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Yigit

    in reply to: Floating image with link #869702

    Hi,

    Please refer to this post and create a child theme – https://kriesi.at/documentation/enfold/using-a-child-theme/ and then copy enfold/header.php file to enfold-child/header.php and add your content manually above/below following line

    
    	<div id='wrap_all'>
    

    Also, Enfold 4.2 is now available – kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    in reply to: Faux Bold Headings #869700

    Hi,

    Glad you figured it out! :)

    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 start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

    in reply to: After saving page- some text, icon content is lost #869699

    Hey siteraum,

    On which page are you having this issue? That issue usually occurs when HTML tags are not opened/closed properly. I corrected Strong tag on your page. For correct usage, please see – https://www.w3schools.com/tags/tag_strong.asp

    Best regards,
    Yigit

    in reply to: Mobile Menu – Not Showing Drop Down (sub pages) #869698

    Hi!

    Please go to Enfold theme options > Main Menu > Burger/Mobile Menu > Clone title menu items to submenu and choose to clone

    Regards,
    Yigit

    in reply to: Top menu separetor #869695

    Hey Guilherme,

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

    #top #header_meta .phone-info a {
        border-left: 1px solid white;
        padding-left: 15px;
    }
    .sub_menu li {
        border-color: white!important;
    }
    

    Best regards,
    Yigit

    in reply to: Problems left aligning blog text #869693

    Hey,

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

    #top .fullsize .template-blog .post .entry-content-wrapper {
        text-align: left;
    }
    

    Best regards,
    Yigit

    in reply to: The theme update breaks the site. #869690

    Hi,

    Please post FTP logins here privately as well so we can check if it is something we can fix or is it something your hosting providers should look into.

    Best regards,
    Yigit

    in reply to: Blog-Beiträge / Anzahl pro Seite #869689

    Hey Tim,

    It seems like you are using Blog Posts element. Please edit your blog page and change blog count from 3 to 10.

    Best regards,
    Yigit

    in reply to: adjustments on mobile #869686

    Shalom!

    It does look center on my end. I attached a screenshot in private content field. Can you please post a screenshot so we can make sure that we are on the same page? :)

    Cheers!
    Yigit

    in reply to: Installing enfold child-theme – parent theme missing #869684

    Hi,

    @Nik Please refer to this post – https://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/ and try re-installing the theme via FTP.

    If that too does not help, please start a new thread under Enfold sub forum and attach FTP and temporary admin logins in private content field so we can look into it :)

    Best regards,
    Yigit

    Hey!

    Does not using selector as “.my_custom_class a” help?
    If not, would jQuery solution work for you? If it would, please add following code to Functions.php file in Appearance > Editor

    function av_custom_button_class(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery('.my_custom_class a').addClass('custom-gtm-button');
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'av_custom_button_class');

    Then you can use “.custom-gtm-button” selector.

    Cheers!
    Yigit

    in reply to: [ Date Picker ] Please Match The Requested Format #869674

    Hey Eric,

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

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Yigit

    in reply to: How to change mobile search icon, hover color and "x" #869673

    Hi,

    Sorry for the late reply! Login credentials are not working for me.
    You can applies changes on burger menu in Enfold theme options > Main Menu > Burger/Mobile Menu Styling and in Enfold theme options > Advanced Styling > Menu Links in overlay/slide out

    Best regards,
    Yigit

    in reply to: WOO Commerce Social Share #869671

    Hi,

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

    #top div.product .woocommerce-tabs {
        padding-top: 30px;
    }
    

    Best regards,
    Yigit

    in reply to: Custom Shortcodes to show up in TinyMCE #869670

    Hi,

    You can refer to this post – https://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ and add new elements to Advanced Layout Builder using your child theme. As Victoria mentioned, unfortunately we cannot help you with such customization as it is out of the scope of our support.

    Best regards,
    Yigit

    in reply to: Using Breadcrumb in new position #869669

    Hi,

    It only shows up below slider on my end. I attached a screenshot in private content field. Have you figured it out already? :)

    Best regards,
    Yigit

    in reply to: Duplicate H1 solved but not responsive #869668

    Hi,

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

    @media only screen and (max-width: 1060px) {
    .template-shop .page-title {
        position: relative;
        left: 0!important;
    }}
    

    Best regards,
    Yigit

    in reply to: Custom product page Green and Red message #869667

    Hey,

    Can you please firstly update Enfold to the latest version 4.2 – kriesi.at/documentation/enfold/updating-your-theme-files/?

    If i have not said before, very nice looking website :)

    Best regards,
    Yigit

    in reply to: Merhaba Yiğit ! eForm Uyumsuzluk Sorunu #869660

    Merhabalar,

    Eger diger domainde sitenizin kopyasi yukluyse butun testleri orda yapmamiz en guvenlisi olur. Diger domain kopyasi mi? :)

    Cheers!
    Yigit

    in reply to: Further hep on an issue : opacity on a bg image #869659

    Hey Marine,

    Sorry for the late repy!

    I cannot find “ombre” class on your page. Have you figured it out already? If not, can you please post a screenshot of the issue? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Best regards,
    Yigit

    Hey,

    Please go to Enfold theme options > Header > Header Behaviour and check “Unstick topbar” :)

    Best regards,
    Yigit

Viewing 30 posts - 17,671 through 17,700 (of 82,625 total)