Forum Replies Created

Viewing 30 posts - 7,111 through 7,140 (of 82,624 total)
  • Author
    Posts
  • in reply to: Partner Logo On Mobile #1264197

    Hi,

    Each time I log in, I am fixing CSS errors. Those fixes make CSS work as expected but also makes CSS conflicts visible. Please ask the person who is adjusting CSS to check their code on http://csslint.net/ for errors :)

    1&2&3- I changed the code to following one

    @media only screen and (min-width: 990px) {
    .header_color.av_header_transparency .av-hamburger-inner, .header_color.av_header_transparency .av-hamburger-inner::before, .header_color.av_header_transparency .av-hamburger-inner::after { 
    background-color: white; 
    }}
    .av-hamburger-box strong {
        display: block;
        text-align: center;
        position: absolute;
    }
    @media only screen and (min-width: 990px) {
    .header_color.av_header_transparency .av-hamburger-box strong {
    color: white; 
    }}

    4- If you would like to switch to 1 column on screens below 990px instead of 767px, please add following code to bottom of Quick CSS field

    @media only screen and (max-width: 990px) {
    #footer .flex_column {
        width: 100%;
        margin-left: 0;
    }}

    5- “Home page footer container squeezed different width than other pages (mobile and tablet)” was probably related to broken CSS as it currently shows up fine on my end.

    Please review your website.

    Best regards,
    Yigit

    Hi,

    Thanks for contacting us!

    You are currently using a very old version of Enfold which is not compatible with your WordPress version. Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.7.6.4. Updating the theme would fix the issues you are having. After updating the theme, you can refer to this post – https://kriesi.at/documentation/enfold/theme-registration/ and insert Personal Token in Enfold theme options to receive auto updates in WP dashboard and keep the theme up-to-date :)

    Cheers!
    Yigit

    Hey,

    Thanks for contacting us!

    It seems like you have copied all files from parent theme to your child theme. Please download pre-built Enfold child theme here – https://kriesi.at/documentation/enfold/child-theme/, adjust style.css file and apply your changes and only copy the files that you are going to modify to your child theme :)

    Best regards,
    Yigit

    in reply to: Adding date to Blog Posts Element #1264185

    Hi,

    You are welcome! :)

    1- Please go to Settings > General and change it under “Date Format”

    2- Please replace following code

    .bloglist-compact .date-container {
        float: right;
    }

    with following one

    .main_color .bloglist-compact .fallback-post-type-icon {
        display: none;
    }

    3- Please add following code to Quick CSS as well

    .bloglist-compact .date-container {
        color: black;
        font-size: 14px;
    }

    Best regards,
    Yigit

    in reply to: Adding date to Blog Posts Element #1264172

    Hi,

    I moved the file inside “includes” folder and that helped.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Enfold Consulting #1264170

    Hey Moser,

    Thanks for contacting us!

    You can simply edit the element and link Grid Row columns to single pages. You could use a plugin such as this one – https://wordpress.org/plugins/zen-menu-logic/ to display different menu on your single pages (you would need to use yourdomain.com/#link instead of #link on your inner pages).

    If you would like to keep using a one page layout, maybe you could use ajax portfolio, an example here – https://kriesi.at/themes/enfold-2017/portfolio/portfolio-4-columns-centered-ajax/.

    I hope that helps! Let us know if you have any other questions :)

    Best regards,
    Yigit

    Merhabalar,

    Iyiyim tesekkur ederim sende iyisindir umarim!
    Mesaj icin cok tesekkurler calismaya tebessumle basladim :)

    But let’s continue in English ;D

    Could you please post temporary admin logins privately? HTML on the page seems broken but we need to look into it to find out why :)

    We can keep working on this issue on this thread but in the future, you can start new threads under Enfold sub forum – https://kriesi.at/support/forum/enfold#new-post :)

    Best regards,
    Yigit

    in reply to: Single page menu – indicator at wrong positions #1264166

    Hi,

    Have you figured it out already because currently it highlights correct section on my end. I attached screenshots in private content field below :)

    Best regards,
    Yigit

    in reply to: Adding date to Blog Posts Element #1264164

    Hi,

    Could you please clear cache and check if that helps?
    If it does not, please post FTP logins here privately so we can apply the changes for you :)

    Best regards,
    Yigit

    in reply to: Update enfold theme #1264050

    Hey,

    I believe this was resolved in another thread – https://kriesi.at/support/topic/enfold-update-not-working-6/ :)

    If you need further assistance, please let us know!

    Best regards,
    Yigit

    in reply to: Enfold update not working #1264048

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Enfold update not working #1264041

    Hey,

    Thanks for contacting us!

    I updated the theme via cPanel. Please review your website :)

    Regards,
    Yigit

    in reply to: Customising the title attribute of a text link #1264040

    Hi,

    You are welcome and thank you for your kind message! We really appreciate it :)
    We are always here ready to help so if you have any other questions or issues, please feel free to start new threads :)

    Best regards,
    Yigit

    in reply to: Partner Logo On Mobile #1264039

    Hi,

    1- I added following code to bottom of Quick CSS field to switch to mobile menu on screens below 1350px

    /* Activate burger menu */
    @media only screen and (max-width: 1350px) {
    #top #header .av-main-nav > li.menu-item  {
        display: none!important;
    }
    #top #header .av-burger-menu-main {
        cursor: pointer;
        display: block!important;
    }}
    @media only screen and (min-width: 990px) {
    .header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after { 
    background-color: white; 
    }}

    You can adjust container width in Enfold theme options > General Layout > Dimensions tab. Please do not compare footer and header container width to the width of your Grid Row elements as their width is not dependent on container width.

    2- Cookies were disabled, I went to Enfold theme options and enabled them. It has the text and Accept and Learn buttons. Attached a screenshot in private content field below.

    3- Thanks for adding page ID to target homepage only, I forgot to do that. I am not sure if I understood the issue you are having now though and it is pretty difficult find correct screenshots out of 44 of them :) Could you please delete the ones that are no longer relevant?

    Best regards,
    Yigit

    in reply to: Delete Kriesi Support Account #1264036

    Hi,

    Thanks! I have just deleted the account. If you would like to register a new account, you can use this purchase code :)

    Let us know if there is anything else we can help you with and enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Gallery Issue #1264029

    Hi,

    You are welcome, Michael! Let us know if you have any other questions or issues and enjoy the rest of your day :)

    Cheers!
    Yigit

    in reply to: bought fonts are not appering #1264027

    Hey,

    Thanks for contacting us!

    I have converted .woff file using this website – https://transfonter.org/ and uploaded in Enfold theme options. Please review your website. I tried the same file on my local installation and it worked as expected.

    Best regards,
    Yigit

    in reply to: Gallery Issue #1264024

    Hey,

    I temporarily switched to parent theme and lightbox worked as expected so I am guessing the issue is related to header.php or footer.php files.
    Could you please update them as well and apply the changes you made on those files on updated versions and check if that helps? :)

    Regards,
    Yigit

    in reply to: Code line on my wordpress dashboard #1264021

    Hi,

    Thanks for WordPress logins. We would need FTP logins to access the files on your server though :)

    I deactivated WooCommerce Admin plugin for now. If you would like to use the plugin, please post FTP credentials.

    Regards,
    Yigit

    in reply to: Customising the title attribute of a text link #1264019

    Hi,

    Please add following code to bottom of Quick CSS field and adjust as needed

    a.tip span {
        color: orange;
        background-color: red !important;
    }

    Regards,
    Yigit

    in reply to: "Display a small arrow that points down to next section" #1264018

    Hey,

    Thanks for contacting us and sorry for the late reply!

    You are currently using an older version of the theme. Could you please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.7.6.4?

    I tested it on my local installation and scroll down arrow shows up correctly on my end on screensizes :)

    Best regards,
    Yigit

    in reply to: Customising the title attribute of a text link #1264015

    Hey,

    Your text is not wrapped inside Span tags. Please wrap the text you would like to display as tooltip in Span tags as following

    
    <a href="#" class="tip">Link<span>This is the CSS tooltip showing up when you mouse over the link</span></a>
    

    Cheers!
    Yigit

    in reply to: Single page menu – indicator at wrong positions #1264014

    Hey Ralph,

    Thanks for contacting us and sorry for the late reply!

    I see that you have given the ID to column element in Sessions section. Please edit your Color Section element and give the ID to it instead. The same applies for “Venues” and “Join” sections as well. That should help :)

    Best regards,
    Yigit

    in reply to: Cannot Reach Support #1264010

    Hey,

    Thanks for contacting us!

    I have searched your email in our database but it could not be found. Please make sure that you are registered on our support forum using your purchase code – https://kriesi.at/support/register/.

    To receive auto updates, you would need a ThemeForest account with valid purchase. It seems like you have API keys inserted in Enfold theme options which are replaced by Personal Tokens – https://kriesi.at/documentation/enfold/theme-registration/.

    I also see that you have successfully updated the theme to the latest version. If you need further assistance, please let us know :)

    Regards,
    Yigit

    in reply to: General Enquiry #1264009

    Hi,

    Thanks for contacting us!

    You are using Enfold versions 3.8 and 3.5.2 on your websites which are not compatible with your WordPress version. Updating the theme to the latest version 4.7.6.4 – https://kriesi.at/documentation/enfold/theme-update/ would fix the issues you are having.

    Please try to contact the previous developer and request them to update the theme and to generate Personal Token for you – https://kriesi.at/documentation/enfold/theme-registration/. If that would not be possible, I am afraid you would need to purchase a new license to update the theme and to receive full support.

    I hope that helps! Let us know if you have any other questions :)

    Regards,
    Yigit

    in reply to: ENFOLD UPDATE IS NOT POSSIBLE #1264008

    Hey,

    As I replied in your other thread – https://kriesi.at/support/topic/after-updating-wp-cant-see-left-sidebar-in-enfold/, you would need to manually update the theme to the latest version – https://kriesi.at/documentation/enfold/theme-update/ :)

    Regards,
    Yigit

    in reply to: After updating WP cant see left sidebar in Enfold #1264007

    Hi,

    Please update the theme manually. Envato has updated their API and we have implemented those changes in Enfold 4.5 so any older Enfold version needs a manual update first.

    Both of your sites are using older versions than 4.5 so manual update and then inserting Personal Token in Enfold theme options would help :)

    Regards,
    Yigit

    in reply to: Code line on my wordpress dashboard #1263999

    Hey,

    Issue seems to be related to WooCommerce Admin plugin as de-activating it helps. WP Menu Cart Pro, WooCommerce Shipping & Tax, WooCommerce PDF Invoices & Packing Slips, WooCommerce MultiStep Checkout, Booster for WooCommerce, WooCommerce Stripe Gateway and Mailchimp for WooCommerce plugins are apparently were not tested with the latest version of WooCommerce so culprit could be one of those plugins :)

    WP Debug seems to be enabled on your installation. Please disable it – https://codex.wordpress.org/WP_DEBUG if you would like to keep your plugins active.

    If you would like us to do it for you, please post FTP logins here privately.

    Cheers!
    Yigit

    in reply to: Problems with registering? #1263992

    Hey,

    Thanks for contacting us!

    We have reset your forum account. Please see private content field below :)

    Best regards,
    Yigit

    in reply to: After updating WP cant see left sidebar in Enfold #1263984

    Hi,

    Thanks for contacting us!

    You are currently using an older version of Enfold 4.4.1 which is not compatible with your WordPress version. Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.7.6.4 and clear cache. That should help :)

    Best regards,
    Yigit

Viewing 30 posts - 7,111 through 7,140 (of 82,624 total)