Forum Replies Created

Viewing 30 posts - 22,291 through 22,320 (of 35,297 total)
  • Author
    Posts
  • in reply to: Parent Pages #1088663

    Hi,
    Since you are getting the error that your token is invalid, please create a new token and ensure that you give it the correct permissions
    Please see here How to generate a Envato Personal Token
    When I look at your “Token” it looks like the old API with dashes, I don’t believe the new Token has dashes.

    Best regards,
    Mike

    in reply to: Realisierung und Programmierung #1088536

    Hi,
    Sorry, I was thinking about the hover effect, I see that you want the title to always show, please open your element and under “Element Title and Excerpt display settings” choose “Always display”
    2019-04-08-234612
    Although there is not a “read more” there is a excerpt you can choose from the options, and then use this css:

    .av-masonry-entry .avia-arrow { display: none; }
    .main_color .container .av-inner-masonry-content {
    background-color: transparent !important;
    }
    .av-inner-masonry-content h3 {
    color: #fff !important;
    }

    Best regards,
    Mike

    Hi,
    With version 4.4.1 you will need to manually update, please see the instructions within this thread on how to manually update, it is quite easy.

    Best regards,
    Mike

    in reply to: update enfold 3.8.4 to 4.5 #1088526

    Hi,
    Please download the latest version from your Theme Forest account, please note that sometimes on Theme Forest the version number that is showing in the download section is not correct, sometimes it will show as the version you first downloaded but the link automatically updates so it will actually be our latest version.
    If you open the file style.css inside the file the first few lines to tell you what the true version number is, here is an example:

    /*
    Theme Name: Enfold
    Description: <strong>A superflexible and responsive Business Theme by Kriesi</strong> - <br/> Update notifications available on twitter, facebook and via newsletter:<br/> <a href='http://twitter.com/kriesi'>Follow me on twitter</a><br/> - <a href='http://www.facebook.com/pages/Kriesi/333648177216'>Join the Facebook Group</a> - <a href='http://kriesi.at/newsletter'>Subscribe to our Newsletter</a>
    Version: 4.5.5
    Author: Kriesi
    Author URI: https://kriesi.at
    License: Themeforest Split Licence
    License URI: -
    Theme URI: kriesi.at/themes/enfold/
    Envato_ID: 4519990
    */

    Best regards,
    Mike

    in reply to: RSS feed broken since 4.5.5 using ALB ? #1088520

    Hi,
    Thank you for your patience, the dev team has suggested the solution here for you.
    I see that you referenced it above, but did you try it?

    Best regards,
    Mike

    Hi,
    That is good news in a way, but I will report back that it is not what you are looking for.

    Best regards,
    Mike

    in reply to: 2 images beside each other on mobile #1088517

    Hi,
    To target the next section you will just need to replace #av_section_2 with #av_section_3 and add it to your Quick CSS:

    @media only screen and (max-width: 767px) { 
    #av_section_3 .flex_column_table .flex_column.av_one_fourth:nth-child(odd) {
        width: 48% !important; 
        float: right !important;
        padding: 20px 1px 1px 1px !important; 
        min-height: 268px !important; 
    }
    #av_section_3 .flex_column_table .flex_column.av_one_fourth:nth-child(even) {
        width: 48% !important; 
        float: left !important;
        padding: 20px 1px 1px 1px !important; 
        min-height: 268px !important; 
    }
    #av_section_3 .flex_column_table .flex_column.av_one_fourth .el_after_av_image {
        margin-top: 20px !important;
    }
    }

    Best regards,
    Mike

    Hi,
    That is probably possible, but it would be outside the scope of what we can do here. We have partnered with Codeable to assist in such customizations and understand Enfold very well.

    Best regards,
    Mike

    in reply to: Generated Shortcode does not work #1088510

    Hi,
    If you take a look at the elements listed in the options you should be able to remember which elements you used when creating your site, or at least which elements you didn’t use such as the “Progress Bars Element”, “Headline Rotator Element”, & “Animated Numbers Element”
    You can also look at the backend of your page and the title for each element is visible without having to open it if you are unsure which elements you used.

    Best regards,
    Mike

    in reply to: Menu design: 4 or 5 columns #1088503

    Hi,
    There we go, that worked :)
    Ok so you would like the sub-menu fly out to the left,
    Please try this css:

    .html_header_top #top .av_menu_left .main_menu .menu li ul ul {
        left: -670px !important; 
    }

    Please feel free to adjust to suit.

    Best regards,
    Mike

    in reply to: scrolling not jumping #1088498

    Hi,
    I see, so you would like the Information graphic to show on mouse click. The layerslider includes buttons that you can use on the layers to link to slides. the reason I think this might work well is that the Information graphic will stay in a relevant location no matter the screen size.

    Best regards,
    Mike

    in reply to: Weird page loading behavior #1088486

    Hi,
    When I took a look Autoptimize was on but so was the loading of the jQuery in the footer, anyways undoing these seemed to help, there was still a lag in the element loading but it seemed more normal.
    Please give this a try.

    Best regards,
    Mike

    in reply to: Code block breaking after page update #1088477

    Hi,
    Please give the Shortcoder a try, I tested it and it worked good.

    Best regards,
    Mike

    Hi,
    Thanks for your feedback, so I’m it looks like I made an error, woocommerce-mod-css-dynamic.php was not meant to be in there, but when I went back to get the correct files there were more of them now, so I created a new package, linked below.
    You see I have to copy them one at a time manually and I’m placing them in a directory structure to help when you upload them.
    Anyways I know that you only care about the woo files, but I don’t know if any of the other files are needed or not so I included them.
    So now that I got the config.php and there was an added functions.php, perhaps it will work this time? Hope so :)

    Best regards,
    Mike

    in reply to: Parent Pages #1088073

    Hey A,
    Sorry for the late reply, and thanks for the login but it doesn’t have admin access so I couldn’t really investigate. I see that you are using Enfold v4.5.1, our latest version is v4.5.5, please try updating first and see if that helps.
    Now when you say your pages are not under the correct parent pages,
    do you mean in the menu or in the backend under all pages?
    When you say you can’t create new pages, do you mean that you get an error message or does the site give you a spinning wheel and doesn’t update?

    Best regards,
    Mike

    in reply to: mousewheel horizontal navigation #1088070

    Hey javcor1104,
    That is a pretty cool script, if you download the zip file you’ll see the instructions inside as “ReadMe.md” and the folder to upload to your site is “dist” and there is a “examples” folder for you to see how it works, just open the index.htm in your browser and also in your editor to see how it is set up.
    But this is not designed for WordPress so while you can get it to work, it won’t right out of the box and you will have to write some code.
    I assume that you don’t know how to code javascript, css, & html, so I recommend hiring a freelancer at Upwork.com to help you, you can probably get someone for $10-$20 but be sure you know what you want it to do before you hire someone and write it all out so they can be clear on what you want.
    Sorry but we can’t help you with this because it’s outside of our support.

    Have you looked in the WordPress plugin directory to see if there is a WordPress version of this? Maybe it’s called something else?

    Best regards,
    Mike

    in reply to: Warning message and User name #1088065

    Hey Edmund,
    Sorry for the late reply, I have taken a look at your site and do not see the error that you described,
    Where do you see the error, can you send a screenshot of it?
    I believe the error you are talking about is a warning you might see on a full size screen before you see the site, which you would need to click a link on to get to the site, link this one:
    firefox-warning-security
    In which case this doesn’t have anything to do with the theme, this is with your security certificate, please try these tips for fixing
    But I didn’t see this on your site, so I’m just guessing this is what you are seeing.

    Best regards,
    Mike

    in reply to: Change Phone Text Color on Mobile only #1088064

    Hi,
    I have adjusted your css for you so that for mobile your phone number will be green and for desktop it will be white:

    @media only screen and (max-width:767px) {
    #top .phone-info span, 
    #top .phone-info span a {
    color: #76992a !important;
    }
    }
    @media only screen and (min-width: 768px) { 
    .av_header_transparency .phone-info a {
        color: white !important; 
    }
    }
    

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Footer – Copy #1088060

    Hey Bassmann,
    Please enter this code in the socket copyright field:

    [nolink]

    Best regards,
    Mike

    in reply to: Icon List issue #1088059

    Hey Jennifer,
    Thanks for the login, but it doesn’t give us admin access so we can’t assist with this. Please give us admin access, and it would be better if we had FTP access because sometimes the theme editor doesn’t have the right permissions to edit the files.
    Another option is to try this css:

    li > .iconlist_icon {
    font-size: 30px !important;
    line-height: 30px !important; 
    }

    Best regards,
    Mike

    in reply to: update enfold 3.8.4 to 4.5 #1088058

    Hey simbakatze,
    Yes enfold does work with PHP v7.2
    You will need to update via FTP because of the recent changes at Theme Forest and their updater.
    It’s easy though, please follow these steps:
    First, with FTP access, uploaded the new version of “enfold” into /wp-content/themes/ as a directory named “enfold-new”
    Second, then in FTP rename your current theme from “enfold” to “enfold-old” and then rename “enfold-new” to “enfold”
    Third, in your web browser check that your site is working correctly.
    Forth, Once you are happy you can delete the “enfold-old” via ftp, (not from the WP theme page)
    Fifth, Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
    I recommend this way because you should never try to overwrite the theme directory because it will leave old files behind and cause errors, and doing it this way also allows you to roll back if your site crashes
    One more point for very old versions with plugins, you should disable old plugins and remove scripts from your widgets and pages that may crash your site, this doesn’t happen often but it does sometimes.

    Best regards,
    Mike

    in reply to: Referral bonus #1088053

    Hi,
    Our theme is only sold through Theme Forest, and Theme Forest has an affiliate program, so you can earn money every time you refer Enfold.
    I hope this helps and we look forward to your referrals :)

    Best regards,
    Mike

    Hey zehessc,
    Glad to hear you found the solution, we will close this then. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Remove Sub-Menu in Footer Socket Only #1088051

    Hi,
    I took a look at your footer for the menu item “service areas” but for me it is only showing as a text item, when I inspect it I see this css working:

    .widget ul ul li {
        display: none;
    }

    which is the css from Michael above, perhaps you need to clear your browser cache, because I can’t hover, or click, for a drop down on it.

    (BTW, nice design)

    Best regards,
    Mike

    in reply to: How to implement tab layout from Kreisi Demo #1088048

    Hi,
    Yay! Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    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,
    Mike

    Hi,
    Oh, I’m sorry I missed that.
    OK, I see it’s a mess :) To make the current menu item white and for the menu item to be white on hover,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top #sub_menu1 .av-subnav-menu > li.current_page_item {
    background-color: #75253e !important;
    border-bottom: 0px solid #75253e !important; 
    padding: 0px !important;
    }
    #top #sub_menu1 .av-subnav-menu > li.current_page_item > a,#top #sub_menu1 .av-subnav-menu > li > a:hover {
    color: #fff !important;
    }

    Best regards,
    Mike

    in reply to: Menu design: 4 or 5 columns #1088046

    Hi,
    Thanks but I’m not sure what is wrong, I also tried using a VPN with a de IP, but still no go?
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: scrolling not jumping #1088041

    Hi,
    Ok, so you have a white circle that is a “Information graphic” that you want to show on a slider?
    How about adding a slide to the slider that shows for 1 second? If you use the LayerSlider you can do this and make the “Information graphic” a link, if you wish. I think it can also be triggered by touch or click.

    Best regards,
    Mike

    in reply to: Remove grey-scale in tab-section #1088040

    Hi,
    That’s great news! We will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: How can I list posts by category and custom taxonomy? #1088039

    Hi,
    Sorry, I have never used the plugin, but it has very good reviews, have you tried asking the author what is needed for it to work?
    I wish I could help you with it but we have quite a backlog here. Thanks for understanding.

    Best regards,
    Mike

Viewing 30 posts - 22,291 through 22,320 (of 35,297 total)