Forum Replies Created

Viewing 30 posts - 3,781 through 3,810 (of 82,624 total)
  • Author
    Posts
  • in reply to: Mobile Not Looking Right #1325726

    Hi,

    I have updated those pages as well and confirmed it on my iphone. Please review your website :)

    Best regards,
    Yigit

    in reply to: Footer Design #1325723

    Hi,

    I created a dummy menu in Appearance > Menus and chose to display it as your footer menu and then added following code to Quick CSS field in Enfold theme options > General Styling tab

    @media only screen and (min-width: 1250px) { 
    #socket .sub_menu_socket {
        float: none;
        left: 20%;
        position: relative;
    }}

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Sticky Mobile Menu Error In Code? #1325717

    Hi,

    Thanks for contacting us!

    Please add the code to Style.css file of your child theme instead

    /* Sticky header on mobile */
    @media only screen and (max-width: 767px) {
    .responsive #top #main {
    /* Margin top value should be equal to header height*/
    margin-top: 180px;
    }
    .responsive #top #wrap_all #header {
    position: fixed;
    }
    }

    Regards,
    Yigit

    in reply to: Blogs Archive Page design #1325709

    Hi,

    I edited following code in Appearance > Customize > Additional CSS

    /*Align the read more button on the blogs archive page*/
    #top .avia-content-slider .read-more-link
    {
      position: absolute;
      top: auto;
      bottom: 120px;
      left: 0;
      right: auto;
    }

    and changed it to following one

    /*Align the read more button on the blogs archive page*/
    #top .avia-content-slider .read-more-link
    {
      position: absolute;
      top: auto;
      bottom: 20px;
      left: 0;
      right: auto;
    }

    Then added following code right below it

    .avia-content-slider .slide-entry-excerpt {
        height: auto;
    }
    

    Please review your website :)

    Best regards,
    Yigit

    in reply to: The Events Calendar Mobile View special #1325706

    Hi Mike,

    1- Sorry but I did not note them. You can use this website – http://csslint.net/ to check for errors in your CSS though :)

    2- I checked both sites on my iphone on both Safari and Chrome however buttons show up fine on my end. I attached a screenshot in private content field below. I will ask my teammates to check your website on Android :)

    Best regards,
    Yigit

    in reply to: SVG Logo disappeared since the new Enfold update (4.8.6.4) #1325705

    Hi fkm,

    I added following code to bottom of Quick CSS field

    
    .logo a { -webkit-tap-highlight-color: rgba(0,0,0,0); }
    

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Logo SVG #1325704

    Hi,

    I am not really sure but there seems to be some sort of conflict with SVG Support plugin and re-creating the SVG file solves the issue.

    I am happy we could help! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: Licences #1325703

    Hey IdaB,

    Thanks for contacting us!

    We are unable to create coupon codes on ThemeForest so sadly, we cannot make an offer for your next purchase. However, we are going to make a Black Friday/Cyber Monday sale if that is not too late for you :)

    Regards,
    Yigit

    in reply to: Support Renewal #1325466

    Hi Daniel,

    Thanks for contacting us!

    There is an option to extend it to 12 months when you purchase a license however it is only possible to renew support for 6 months I am afraid.

    Regards,
    Yigit

    in reply to: Support license #1325465

    Hey Wolfgang,

    Thanks for contacting us!

    We have implemented the requirement for a valid ThemeForest support period in order to be able to post on the support forum a while ago. This has been a requirement for ThemeForest authors for a long time, but we wanted to wait as long as possible to implement it. Here’s a statement from @kriesi, as to why this was implemented:

    The main reason is basically that it is long overdue since ThemeForest requires it from its authors, and I was asked to finally comply with this rule

    All ThemeForest/Envato authors who provide support are required to follow this rule.

    Thanks for your understanding.

    Regards,
    Yigit

    in reply to: Adding second menu above logo area + some style #1325464

    Hey Alex,

    Thanks for contacting us!

    1- Please add a widget area to header – https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area and display your menu inside it.

    2- Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top .av-hamburger {
        border: 2px solid black;
        line-height: 40px;
        padding: 10px;
    }
    

    Best regards,
    Yigit

    in reply to: How to change Fullwidth Sub Menu icon text #1325460

    Hey,

    Thanks for contacting us!

    You can use – https://wordpress.org/plugins/loco-translate/ plugin to translate it to another language.

    If you would like to change the text on your child theme ( https://kriesi.at/documentation/enfold/child-theme/ ), please copy /enfold/config-templatebuilder/avia-shortcodes/menu/menu.php file to your child theme into /shortcodes/ folder and find

    $mobile_button .=		'<span class="av-current-placeholder">' . __( 'Menu', 'avia_framework' ) . '</span>';

    Then add following code to bottom of Functions.php file of your child theme

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
      $template_url = get_stylesheet_directory();
          array_unshift($paths, $template_url.'/shortcodes/');
    
      return $paths;
    }

    Best regards,
    Yigit

    in reply to: Blogs Archive Page design #1325458

    Hi,

    Thanks for contacting us!

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

    
    #top article.flex_column {
        background-color: #f8f8f8;
        padding: 20px;
    }
    

    Cheers!
    Yigit

    in reply to: Footer Design #1325456

    Hi,

    I chose to display 2 columns in Enfold theme options > Footer and then added following code to Quick CSS field in Enfold theme options > General Styling

    #footer div .av_one_half.first {
        width: 20%;
    }
    #footer div .av_one_half:nth-child(2) {
        width: 78%;
        margin-left: 2%;
    }

    It seems like you chose to add menu items to footer instead so I am guessing that is no longer needed.

    Please review your website :)

    Regards,
    Yigit

    in reply to: enfold token for updates #1325454

    Hi,

    Are you sure that you are generating a Personal Token on correct Envato account which you used to purchase Enfold?

    I re-installed Envato Market plugin and attached a link to settings page in private content field. Please go to that link and click “save” to see the error message.

    Edit: I am unable to login to my Envato account so I believe there is an issue on their servers. Please try validating your Personal Token later .

    Regards,
    Yigit

    • This reply was modified 4 years, 4 months ago by Yigit.
    in reply to: enfold token for updates #1325451

    Hi,

    I tried uploading Envato Market plugin and received “Failed to query total number of items in API response.”. In your screenshot it seems like “View the user’s account profile details” is missing. Could you please make sure that it is checked in your new Personal Token as well?

    Cheers!
    Yigit

    in reply to: Full wdidth google maps #1325450

    Hey,

    Thanks for contacting us!

    Please refer to this post – https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width :)

    Best regards,
    Yigit

    in reply to: Logo SVG #1325449

    Hi,

    Thanks for the information! I recreated your SVG logo and reuploaded it and that helped.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Blogs Archive Page Date #1325438

    Hey,

    Great :) Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .html_elegant-blog #top .avia-content-slider .blog-categories {
        margin-bottom: 30px;
    }

    You can use following selector to target it

    #top .slide-meta-time.updated { 
    
    }

    Cheers!
    Yigit

    in reply to: Blog Excerpt #1325435

    Hey,

    Glad @guenni007 could help :)


    @guenni007
    thanks for your help as usual :)

    Best regards,
    Yigit

    in reply to: First click problem + mobile burger menu missing #1325433

    Hi Keiro,

    I could reproduce the issue but it seems like a plugin conflict. Could you please de-activate all active plugins and activate them one by one to find the culprit?

    Regards,
    Yigit

    in reply to: Language files for elements #1325431

    Hey,

    Thanks for contacting us!

    You can find them inside /enfold/lang/ folder. You can also use this plugin – https://wordpress.org/plugins/loco-translate/ to translate the strings into Estonian :)

    Regards,
    Yigit

    in reply to: Blogs Archive Page Date #1325429

    Hi,

    Sorry for the confusion, I realized I made a typo. Please create a folder and name it “shortcodes” :)

    Regards,
    Yigit

    in reply to: SVH Header Logo #1325428

    Hey,

    Glad you figured it out!

    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: Blogs Archive Page Date #1325425

    Hi,

    Please create a new file on your child theme inside /shortcodes/ folder using this code – https://pastebin.com/P9EHiaMD and name it postslider.php. Then add following code to functions.php file of your child theme

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
      $template_url = get_stylesheet_directory();
          array_unshift($paths, $template_url.'/shortcodes/');
    
      return $paths;
    }

    Best regards,
    Yigit

    • This reply was modified 4 years, 4 months ago by Yigit. Reason: typo
    in reply to: SVH Header Logo #1325422

    Hi,

    I re-created your SVG logo and wanted to re-upload it however I am locked by your security plugin.

    Please try to re-create your SVG logo and re-upload it :)

    Best regards,
    Yigit

    in reply to: Blogs Archive Page Date #1325155

    Hi,

    Could you please a link to your page and a screenshot showing the changes you would like to make so we can make sure we understand clearly? :)

    Regards,
    Yigit

    in reply to: Blog posts links #1325153

    Hey,

    Thanks for contacting us!

    Could you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com and post the links here :)

    Best regards,
    Yigit

    in reply to: SVH Header Logo #1325152

    Hey,

    Thanks for contacting us!

    Could you please create temporary admin logins and post them here privately so we can look into it? :)

    Regards,
    Yigit

    in reply to: Keyboard Accessibility – Drop down menus #1325151

    Hey,

    Could you please elaborate on the funny things that are happening so we can report them to our devs? :)

    Regarding the release date, we do not have an ETA yet but I am guessing in less than a month. We will announce it on the forum sidebar when we have an ETA.

    Regards,
    Yigit

Viewing 30 posts - 3,781 through 3,810 (of 82,624 total)