Forum Replies Created

Viewing 30 posts - 28,681 through 28,710 (of 35,179 total)
  • Author
    Posts
  • in reply to: Demo Import Problem #935524

    Hey erman4764,
    You can find the import file at \wp-content\themes\enfold\includes\admin\demo_files
    but there could be other issues. If you would like us to check, please include a admin login in the private content area.
    Also please tell us which webhost you are using.

    Best regards,
    Mike

    Hi,
    Your dynamic css is stored at: /wp-content/uploads/dynamic_avia/
    You may have enfold.css or enfold_child.css
    and a avia-merged-styles-xxxxxxxxxx.css (the x’s are a random string)

    But these are live and if a change is made, it will be reflected in these files.
    But you can save copies of these and export your theme settings from Enfold Theme Options > Import/Export > Export Theme Settings File

    Best regards,
    Mike

    Hi,
    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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: LayerSlider covering the top of the page #935520

    Hey RodrigoGomez,
    Please try setting your page layout from the layout options on the lower right side panel, “Header visibility and transparency” to “transparent header” there are 3 options that will work.
    2018-03-30_234054

    Best regards,
    Mike

    Hey searhard,
    The instructions on that page is to add the fonts to Enfold, but Montserrat & Open Sans are already in Enfold.
    To set these fonts to these headings, please go to Enfold Theme Options > Advanced Styling > and choose your heading and assign the font and weight.
    If you find your having a little trouble with the special heading element, try adding custom css to WordPress > Customize > Additional CSS, such as this:

    h1.av-special-heading-tag {
    font-family: 'Montserrat' !important; 
    font-weight:700;
    }
    
    h2.av-special-heading-tag {
    font-family: 'Open Sans' !important; 
    font-weight:700;
    }

    Best regards,
    Mike

    in reply to: Burger Menu showing twice #935515

    Hi,
    Glad Yigit was 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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: drop shadow on layer slider text #935514

    Hey Eric,
    The first one with “.home” may work better with this:

    .home #layer_slider_1 .ls-wrapper.ls-in-out {
    text-shadow: 5px 5px 3px #000000;
    }

    The second one “.history_page” doesn’t look valid, you should have a page ID like this: “page-id-206”

    .page-id-206 #test .ls-wrapper.ls-in-out {
    text-shadow: 5px 5px 3px #000000;
    }

    But it would be easier to actually see the page.

    Best regards,
    Mike

    Hey Multispace,
    You should only use your H tags (headings) on the desktop site, as Google will see both versions of the page.
    You are on the right track though, as many have found that a layerslider built for a desktop is small and hard to view on mobile. Might I suggest making you break point 767px, under for mobile and over for tablets and above. This is just a general rule of thumb, 990px would be fine too.

    Best regards,
    Mike

    in reply to: Blog, Want the most recent to appear at top of page #935511

    Hey jpanzetta,
    That’s odd, on my install the newest posts are on top, try disabling your plugins, perhaps there is a conflict. If that resolves the issue, reactivate each one individually until you find the cause.
    Otherwise, Can you please include a admin login in the private content area so we can take a closer look.
    We will also ask for permission to temporary disable your plugins to check for conflicts.

    Best regards,
    Mike

    Hi,
    I see your webhost has PHP v5.3 installed, please ask them to update to v7
    After your site is back online, please enable your plugins one at a time to check for any conflicts.

    Best regards,
    Mike

    in reply to: Auszug Portfolio Einträge Schriftgröße ändern #935509

    Hey yoice,
    Unter der Annahme, dass der Sektor korrekt ist, könnten Sie versuchen, am Ende Ihrer Regeln wichtige hinzuzufügen. Aber wir müssen die Seite und das Element sehen, um sicherzustellen, dass dies der richtige Sektor ist.

    .grid-entry-excerpt {
    font-size: 16px!important; 
    font-style: normal!important; 
    margin-bottom: -2px;
    }

    —-translate—

    Assuming that the sector is correct, you could try adding important to the end of your rules. But we will need to see the page and element to ensure that this is the correct sector.

    .grid-entry-excerpt {
    font-size: 16px!important; 
    font-style: normal!important; 
    margin-bottom: -2px;
    }

    Best regards,
    Mike

    in reply to: Slider only half in the header #935508

    Hi,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Issue with the price filter in shop page #935506

    Hi,
    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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: Installment issue #935505

    Hi,
    Your webhost has the “PHP ZipArchive Extension” disabled, please ask them to enable and then try uploading the icons again.

    Best regards,
    Mike

    in reply to: White bar between header and main content #935504

    Hi,
    It was the title bar, I disabled from within your page by going to the layout options > Title Bar Settings and choosing “hide both”
    Please check.

    Best regards,
    Mike

    in reply to: Reduing content on mobile view #935502

    Hi,
    Is there anything else we can assist with on this issue, or shall we close this then?

    Best regards,
    Mike

    in reply to: Change font color for input_checkbox_label #935500

    Hi,
    Your !important; is missing the “;”
    Please try this:

    #form2 .input_checkbox_label, #form2 .input_checkbox_label a {color:#fff!important;}

    Best regards,
    Mike

    in reply to: On mobile device normal menu AND burger menu is shown #935497

    Hi,
    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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: Links on fullwidth submenu are not working #935496

    Hi,
    I was able to copy the debug code from your page to a new localhost install where your sub-menu worked correctly. Meaning the conflict must be from outside Enfold. Thus I would suggest try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    Otherwise try disabling you custom functions or css.

    Best regards,
    Mike

    in reply to: Grey background of layer slider for 3D-transitions #935494

    Hi,
    I created a copy of your slider named “new slider with background-color” and made some changes, such as for your background color I added the hash mark to enable the color, which then showed that the first slide image was too small allowing the background color to show around the edges.
    Please try enabling this slider to see the results and use if you wish, or study the changes.
    There is still a little gray sometimes, but not much.
    I also tried going though the layerslider files and searching the layerslider support forum to find the gray color to replace, without success.

    Best regards,
    Mike

    in reply to: Contact form 7 & Enfold contact form: identical styling #935493

    Hi,
    Please add this custom css to WordPress > Customize > Additional CSS:

    #top.page-id-7906 #cf7-contact-form #wpcf7-f8176-p7906-o1 input[type="submit"].wpcf7-form-control.wpcf7-submit {
        width: 30% !important;
        padding: 9px 1px!important; 
        font-size: 10px !important;
    }
    
    #top.page-id-7906 #cf7-contact-form #wpcf7-f8176-p7906-o1 input[type="email"].wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
       display: inline-block !important;
       width: 60% !important;
    }

    expected results
    2018-03-30_204344

    Best regards,
    Mike

    in reply to: Google Maps Not Working #935490

    Hi,
    Thanks for sharing your solution. It seems that you have advanced choices when registering this way, compared to the choice available with the recommended way: How to register a Google Maps Api key
    Google doesn’t specify which API it is.

    Best regards,
    Mike

    in reply to: Cannot Save Changes to Theme/Pages/Posts #935482

    Hi,
    I see that you still have the mixed content error, please try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    Does your webhost have any server level caching that you can clear?
    Also I tried logging into your sftp, but it seems the password is not correct. please check. (your sftp is port 22 correct?)

    Best regards,
    Mike

    in reply to: How to override the background color on Tables #935481

    Hi,
    To reduce the table to 80% and center it, Try this code in the General Styling > Quick CSS field:

    #top.page-id-3666 .post-entry-3666 {
        width: 80%!important; 
        margin: auto!important; 
    }

    I assume this means that you won’t need the padding now?

    Best regards,
    Mike

    in reply to: "Reply to:….." text in bbpress not displaying #935477

    Hi,
    Ok thanks, did this solve the breadcrumb issue?
    Where is the “reply to….[topic title]” supposed to show? If this was a similar issue as the breadcrumbs, where you had to enable them for all pages, please do, then we can hide them from the pages you wish with more css.

    Best regards,
    Mike

    in reply to: Fatal error after update to 4.2.6 #935475

    Hi,
    I’m sorry, I didn’t see that this is someone else’s thread, so you can’t see the Private Content area.
    I will post here:
    screenshot or error from the Chrome console: https://s6.postimg.org/7zxix5ri9/2018-03-29_224323.jpg
    error location: https://s6.postimg.org/4t2zdjes1/2018-03-29_224648.jpg
    I believe that this is just an element with a 404 error to a image.
    If after seeing the images above, you still can’t find the missing image on your page, we would be happy to also look if you include a admin login.
    Perhaps you should open a new thread with the login in the Private Content area, because if you add it in the thread the owner of this thread will see the info.

    Best regards,
    Mike

    in reply to: Slider Issue on Interior Pages – Mobile Issue #935472

    Hi,
    It doesn’t look like you have included the admin login to the thread, Please post the login info in the Private Content area.

    Best regards,
    Mike

    in reply to: Uploading Demo-Shop #935470

    Hi,
    Ich hatte versucht, vorher zu erklären, dass das manuelle Installieren der Demo alle Ihre Inhalte und Einstellungen überschreiben würde. Sie müssen nur Ihr Administratorkonto erneut hinzufügen. Wenn Sie Ihr Datenbankpasswort ändern, müssen Sie auch wp-config.php mit diesem Passwort aktualisieren, damit WordPress eine Verbindung zur Datenbank herstellen kann.
    Bitte versuchen Sie, Ihr Datenbankpasswort zu ändern oder aktualisieren Sie wp-config.php mit dem neuen Passwort

    —–

    I had tried to explain before that manually installing the demo would overwrite all of your content and settings. You would just need to add your admin account again. If you change your database password, you will also need to update wp-config.php with that password so WordPress can connect to the database.
    Please try changing your database password back or update wp-config.php with the new password

    Best regards,
    Mike

    in reply to: how to reverse the order of the fotter widgets on mobile? #935283

    Hey DROR,
    To do this please create copies of your widgets and place them under the current ones, but in reverse order. Then install the plugin: Widget CSS Classes and add the custom class “desktopwidgets” to the ones you want to show on the desktop, and “mobilewidgets” to the ones you want to show on mobile.
    Then add this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 766px) {
    .desktopwidgets {
    display:none !important; 
    }
    }
    @media only screen and (min-width: 767px) {
    .mobilewidgets {
    display:none !important; 
    }
    }

    Best regards,
    Mike

    in reply to: How to override the background color on Tables #935273

    Hi,
    For the text in your table that has opacity applied to it, please look in your custom css and replace:

    /* font size */
    .pricing-table>li {
        font-size: 14px;
        color: #ffffff !important;
        background: #000 !important;
        opacity: .3;
    }

    with:

    /* font size */
    .pricing-table>li {
        font-size: 14px;
        color: #ffffff !important;
        background: rgba(0, 0, 0,0.3)!important;
    }

    For your 1/4 empty cells, I see the one on the right has the class “empty-table-cell” but the one one the left doesn’t. If you add this class to the one on the left you could use this css to hide them both:

    li.empty-table-cell {display:none !important;}

    Best regards,
    Mike

Viewing 30 posts - 28,681 through 28,710 (of 35,179 total)