Forum Replies Created

Viewing 30 posts - 24,571 through 24,600 (of 34,981 total)
  • Author
    Posts
  • in reply to: Error when updating! #1027284

    Hi,
    The problem is with the Theme Forest move away from the API to the Token system, the fix for this requires files to be replaced via ftp, so it was integrated into the v4.5 update, which is a easier solution than trying to explain which files go where.
    Luckily there is a easy plugin that updates the theme without using FTP, I see that it was posted above along with the steps to use it.
    I’m glad that you don’t need help with FTP, but we are happy to assist anyone that does need help with this one time inconvenience.
    Thank you for your patience and understanding.

    Best regards,
    Mike

    in reply to: Custom Sub-Menu Not clickable #1027280

    Hi,
    Thank you for the login, I read your comments above and looked at the sticky sub-menu url, and found that the menu was not visible because the slider element had a higher z-index than the sub-menu, so I changed the sub-menu z-index in your WordPress > Customize > Additional CSS to 5
    Now it seems to work correctly, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: SUB-PAGES DISAPPEARED WITH THEME UPDATE #1027272

    Hey Invoke_Media_Group,
    I tried to login with the info you provided, but I was not able to, please check the info.
    I also tried to find an error with your sub-pages but they all seem to be working, please describe the error a little more.

    Best regards,
    Mike

    in reply to: Error when updating! #1027270

    Hi,

    @charlotteraboff
    the update to v4.5 is the fix, if you would like assistance in updating, please include a admin login & ftp access in the Private Content area.

    Best regards,
    Mike

    in reply to: Related post styling problem #1027269

    Hi,
    Glad Victoria could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Mobile mode shows big cap between header and body #1027268

    Hey Cameron,
    Than you for the link to the page, Please try this code in the General Styling > Quick CSS field:

    
    @media only screen and (max-width: 767px) { 
    .main_color.container_wrap_first.container_wrap.fullsize .container:first-child {
    display: none !important;
    }
    }

    I noticed that your sub-menu was braking into two lines for mobile, if you would like it to be just one line try this css instead:

    @media only screen and (max-width: 767px) { 
    .main_color.container_wrap_first.container_wrap.fullsize .container:first-child {
    display: none !important;
    }
    #sub_menu1 .avia-menu-text {
    font-size: 10px !important;
    }
    #sub_menu1 .container.av-menu-mobile-disabled {
    width: 100% !important; 
    max-width: 100% !important; 
    }
    }

    Best regards,
    Mike

    Hi,
    Glad Victoria could help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Error with updating theme #1027259

    Hi,

    @ArneDaMan
    sorry for the late reply, I have taken a look at the 3 urls you posted and see that 2 of them are using v4.5 and the third “mitglieder” is using v4.2, but it seems the backend login is available by adding /wp-admin/
    to the end of the url.
    Please try login in and updating by following these steps:
    Here are the steps to update with the plugin
    *Please ensure your “PHP Max Upload Size” is at least 20mb, because Enfold is 16.7mb.
    1: please install the plugin: Update Theme and Plugins from Zip File
    2018-10-20-104358
    2: then go to WordPress > Themes > Add New > Upload
    2018-10-20-104649 2018-10-20-105401
    3: after the install, click “Return to Themes page” (NOT Activate)
    2018-10-20-105705
    4: success:
    2018-10-20-110104
    If you still have trouble updating, then Please open a new thread so we can assist, and include your admin login & FTP access in the Private Content area, but as this is not your thread your login info will not be private.
    Please post the url to the new thread here.

    Best regards,
    Mike

    in reply to: H1-H6 font size, Title, Paragraph, Breadcrumbs #1027258

    Hi,
    In this case I recommend not using a broad css rule that will effect all of the heading for the whole site, like the rule above. It is why you are having the conflict with your sidebar headings. So for the h3 heading in your article that you want the -10px for try this css:

    .entry-content h3 {
     margin-top: -10px !important;
    }

    If you were also trying to move your h1 title up some, I would recommend looking at the top padding of your posts, it is set to 50px, where there is no top padding or margin for the h1 titles.

    .template-single-blog .content {
    padding-top: 10px !important;
    }

    please adjust to suit.
    As for the symbol in the accordion I tried adding a ‘ in the title and content of a accordion in my localhost, but didn’t see how it was messing up, but I did find this solution for you to try.

    Best regards,
    Mike

    in reply to: Font color different on faq page #1027254

    Hi,
    Thanks, I see now that the link I was going to was not the same as your image.
    Ok, I found the green sections have a inline font color and font face, and extra quotes in the code:

    <div class="mb-open-content"><font color=""#575757"" face=""Arial"">

    where the black ones do not have this, they only have the paragraph tag:

    <p>

    The best solution would be to remove the inline styling form the elements, I assume you have taken a look at doing this, but if not please do.
    To change this color with css we will have to try to override the inline color which is harder, so please add this css to WordPress > Customize > Additional CSS field:

    .board-list table.table-list .mb-open-box .mb-open-content font {
    color: #000 !important;
    }

    Best regards,
    Mike

    in reply to: Category pages #1027187

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Add links to menu #1027186

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: problem update 4.5 failed #1027185

    Hi,
    Thanks great news, thanks for using Enfold and your patience.

    Best regards,
    Mike

    Hi,
    Please include a admin login & FTP access in the Private Content area so we can examine it closer.

    Best regards,
    Mike

    in reply to: Image Overlay Color Section Won't Center #1027181

    Hey Teresa,
    Please try this code in the General Styling > Quick CSS field:

    #top.page-id-852 #av_section_3 .avia_textblock  p {
        display: flex !important; 
        justify-content: center !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Font color different on faq page #1027180

    Hey ohmani,
    Sorry, I looked a a few of them but they all were black. Please link to two different ones so we can compare them.

    Best regards,
    Mike

    in reply to: Header and footer instagram icon is old #1027177

    Hey SPVL,
    Please try this solution or this one

    Best regards,
    Mike

    in reply to: Category pages #1027176

    Hey Charlotte,
    Please try this code in the General Styling > Quick CSS field:

    .big-preview.single-big {
    display: none !important;
    }

    Best regards,
    Mike

    in reply to: Cannot install 2017 Demo Theme #1027174

    Hey skendus1,
    Which demo are you trying to install? Your error messages look like it was trying for a second time and should have been reset with the “wp-reset” plugin.
    Can we reset it and try?
    Please include a admin login & FTP access in the Private Content area.

    Best regards,
    Mike

    in reply to: Add links to menu #1027171

    Hey Charlotte,
    Thanks for the link to your page, so looking at your last link in your menu “Länkar” I suggest to create a menu item and add more menu items as sub items under it. That is drag them a little to the right like this:
    2018-10-27-132052

    Best regards,
    Mike

    in reply to: Blog does not show widgets #1027168

    Hey heiratenmitstil,
    Glad to hear, 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

    in reply to: Blogsettings do not work #1027166

    Hey heiratenmitstil,
    Glad to hear, 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

    in reply to: Magnific Popup & Enfold conflicts #1027163

    Hi,
    The popup is still working, try testing with this code:

    <script type="text/javascript">
    jQuery(window).load(function(){
      jQuery('.open-popup-link').magnificPopup({
        type:'inline',
        midClick: true
      });
    });
    </script>
    <!--/*triger*/-->
    <a href="#test-popup" class="open-popup-link">Click this button to open a lightbox</a>
    <!--/*popup box*/-->
    <div id="test-popup" class="white-popup mfp-hide">
    THIS IS A LIGHTBOX
    </div>
    <style>
    /*css*/
    .white-popup {
      position: relative;
      background: #FFF;
      padding: 20px;
      width: auto;
      max-width: 500px;
      margin: 20px auto;
    }
    </style>

    Paste all of it in a code block element on a page, it will create a link and popup on just that page.
    If this doesn’t work then please include admin login in the Private Content area.

    Best regards,
    Mike

    in reply to: H1-H6 font size, Title, Paragraph, Breadcrumbs #1027153

    Hi,
    I assume you cleared your browser cache, please try adding “!important;” to the css like this:

    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 5px !important; 
        margin-top: 20px !important; 
    }

    Otherwise please include a url to your page so we can examine it.

    Best regards,
    Mike

    Hi,

    Please remove that filter and try this one:

    add_filter('avf_markup_helper_args','av_events_markup');
    function av_events_markup($args){
    if(single-tribe_events()){
    $args = "";
    }
    return $args; 
    }

    Best regards,
    Mike

    in reply to: error updating #1027142

    Hey neonlights79,
    Were these errors from updating via FTP?
    Can we try? Please include FTP access in the Private Content area.
    Do you have a full backup at your webhost?

    Best regards,
    Mike

    Hi,
    The team replied with this function:

    add_fillter('avf_markup_helper_args','av_events_markup');
    function av_events_markup($args){
    if(tribe_is_event()){
    $args = "";
    }
    return $args; 
    }

    Please give it a try

    Best regards,
    Mike

    Hi,
    I believe we could be misinterpreting the error, because if you search the source code of the page there is no “hcalendar” on the page, nor is there one in the theme files.
    I’m starting to think that the error is there is a missing “location” please see this example of hCalendar

    <span class="vevent">
     <span class="summary">The microformats.org site was launched</span>
     on <span class="dtstart">2005-06-20</span> 
     at the Supernova Conference 
     in <span class="location">San Francisco, CA, USA</span>.
    </span>

    notice how location has a input, but on your page it doesn’t:

    <dd class="tribe-venue-location"> <address class="tribe-events-address">

    do you have a empty field for venue?

    Best regards,
    Mike

    Hi,
    I will ask the rest of the team to take a look for a solution, thanks for your patience.

    Best regards,
    Mike

    Hi,
    I search the theme files and this markup is in these files:

    \enfold\config-events-calendar\event-mod-css-dynamic.php
    \enfold\config-events-calendar\views\single-event-no-mobile.php
    \enfold\config-events-calendar\views\single-event.php
    \enfold\config-templatebuilder\avia-shortcodes\magazine\magazine.php
    \enfold\config-bbpress\bbpress-mod.css

    I’m not sure of the result if this code is removed, I recommend you keep copies of the files should removing the code cause errors.
    Unfortunately this doesn’t look like a easy task, and is beyond our support scope

    Best regards,
    Mike

Viewing 30 posts - 24,571 through 24,600 (of 34,981 total)