Viewing 30 results - 85,981 through 86,010 (of 142,833 total)
  • Author
    Search Results
  • #731051
    NNE
    Participant

    Hello,

    I am experiencing a problem with flag icons that are in my main header ( to the right) hat I don’t manage to remove.
    I first contacted WPML support, but it seems that it’s not on their end, they sent me the link to an older Enfold support thread and I followed the steps it described to remove the flag icons. It worked for a bit, but then the website went offline (error 500) and I used filezilla to restore my functions.php and remove the code snippet.

    #731038

    I was able to install Enfold 3.8.0, but the problem still occurs. WPML support forum has a thread about this issue: https://wpml.org/forums/topic/translated-content-is-not-saved-for-a-page-enfold-no-error-no-debug-log/

    The thread there is marked as “solved” although I can see no solution there. I will post another thread there.

    • This reply was modified 9 years, 2 months ago by chios.
    #731015

    In reply to: disable border

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .home .av-share-box .av-share-link-description {
        color: white;
        text-align: center;
    }
    
    #top.home .av-share-box ul, 
    .home .av-share-box ul li {
        border: 0;
    }
    
    .home .av-share-box ul li a {
        padding: 0;
    }
    
    #top.home #main #av_section_2 .template-page {
        padding-top: 20px;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #731009

    In reply to: Contact form 7

    Hey Dee007,

    Try the following css codes and add it on Quick CSS:
    1.)

    #top #main input.wpcf7-text {
        font-size: 18px;
        padding: 10px 20px;
    }

    2.)

    #top #main textarea.wpcf7-textarea {
        height: 80px;
    }

    3.)

    #top #main .wpcf7-submit {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #731008

    i’m using a child theme…

    perhaps i have to add something to functions.php or style.css?

    currently my theme options has:
    enfold > general layout > logo and main menu SET TO “left sidebar”

    and that is causing the title to be not shown at the top of any page

    thanks for the help

    #731006

    Thank you!

    for “Enfold > Header > Header Title and Breadcrumbs settings. Make sure that the title and breadcrumb is enabled. ”

    I cannot edit this because it says:

    These options are only available if you select a layout that has a main menu positioned at the top. You currently have your main menu placed in a sidebar

    You can change that setting at General Layout

    for “edit the page then set the Layout > Title Bar Settings”

    The only options available to edit are:

    Sidebar Settings
    Select the desired Page layout

    Sidebar Setting
    Choose a custom sidebar for this entry

    Footer Settings
    Display the footer widgets?

    And “Title Bar Settings
    Display the Title Bar with Page Title and Breadcrumb Navigation?”
    Settings is grayed out because it says:

    These settings are only available for layouts with a main menu placed at the top – Change layout

    #731005

    Hi,

    I just checked your site and tested it out and I think the reason it doesn’t make any progress is because it’s still the same page just new content being fetched inside gravity forms. I don’t have a gravity form plugin that I could test, but if you could give us temporary admin access so we can have a quick look on the settings, we’ll try to give it a shot. You might also want to try this plugin for the gravity form’s progress bar: https://wordpress.org/plugins/gravity-forms-start-progress-bar-at-zero-percent/

    As for the buttons, try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .gform_wrapper .button {
        font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 13px;
        border-radius: 3px;
    }
    

    Best regards,
    Nikko

    #730999

    Hi,

    Please adjust the code a bit.

    @media only screen and (max-width: 767px) {
    .home #av_section_1 .flex_column_table:first-child {
        margin-top: -110px !important;
    }
    }

    Best regards,
    Ismael

    #730995

    Hi,

    This code in the Quick CSS field is invalid. Please copy the code directly from this forum, not from your email.

    #top #header .av-main-nav > li > a {
        font-size: 15px;
        font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 700;
    }

    Best regards,
    Ismael

    #730992

    Hi,

    Please add this css code.

    @media only screen and (max-width: 767px) {
    .avia-slider-testimonials .avia-testimonial-meta .avia-testimonial-image {
        margin: 0 auto !important;
        float: none;
    }
    
    #top .av-large-testimonial-slider .avia-testimonial-meta-mini {
        float: none;
        text-align: center;
    }
    }

    Best regards,
    Ismael

    Hi,

    No problem, glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #730986

    I thought I would move this back up to the top to see if anyone is familiar with this, thanks :)

    #730978

    Hi @vero,

    I’m not sure I understand what you mean by your post, the topic you linked to says you found a solution?

    Best regards,
    Rikard

    #730977

    Hi,

    Thank you for the update.

    Please add this in the Quick CSS field.

    @media only screen and (max-width: 1024px) {
    .responsive #top #wrap_all #header {
        position: relative;
        width: 100%;
        float: none;
        height: auto;
        margin: 0 !important;
        opacity: 1;
    }
    
    .main_menu .avia-menu, #header_main_alternate, .fallback_menu {
        display: none;
    }
    
    .container #advanced_menu_toggle, #advanced_menu_hide {
        display: block;
    }
    
    .responsive #top #wrap_all .container {
        width: 85%;
        max-width: 85%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
        float: none;
    }
    }

    Best regards,
    Ismael

    #730968

    Hey vero,

    Great, glad you got it working and thanks for sharing your solution :-)

    Please let us know if you should have any further problems on the topic.

    Best regards,
    Rikard

    #730960

    Hi,

    Great, glad you got it working :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    Hi Markus,

    Great, glad you found the problem and thanks for sharing your solution. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #730945

    Hi,

    Please add this code in the Quick CSS field.

    #top .gform_wrapper input, #top .gform_wrapper select {
        margin-bottom: 0;
        min-width: auto;
        width: 100%;
        margin-bottom: 0;
        display: inline;
        min-width: 50px;
        padding: 13px;
        border-radius: 2px;
    }
    
    #top .gform_wrapper .gfield_required {
        color: #109bc5 !important;
    }

    Best regards,
    Ismael

    #730944

    Hi,

    Thank you for the info. I checked the site and the background is set to blue.

    html.html_boxed {
        background: #114985 top center repeat scroll;
    }
    

    Please make sure that you’re not looking on a cached version of the site.

    Best regards,
    Ismael

    #730943

    Hey kenwae,

    Thank you for using Enfold.

    The feature, unfortunately, is not implemented in the theme yet but other users found a plugin which works well with posts but not pages.

    // https://kriesi.at/support/topic/enfold-amp-accelerated-mobile-pages/#post-723062
    // https://kriesi.at/support/topic/amp-pages/#post-701007

    Best regards,
    Ismael

    #730941

    Hey web4698,

    Thank you for using Enfold.

    The font weight “light” is invalid. Please set the value to 300 or 400.

    #top .avia-button-fullwidth {
        font-family: "Lato" !important;
        font-weight: 300 !important;
        font-size: 12px !important;
    }

    Best regards,
    Ismael

    #730930

    In reply to: Word Press 4.7

    Since updating to Word Press 4.7 the “add to cart” button is not working on my site.

    A window does appear stating that the item has been added to my cart, however, when clicking the “view cart” button or the cart icon at the top of the page, nothing is in the cart. When I am logged into my site and I have my website loaded the cart functions properly, only having this problem when I am not logged in, which is of course the case for my customers.

    I have the latest of Enfold.

    #730921
    Cliffy
    Participant

    Hi guys,

    I have tried to use Desktop server for the first time to download a copy of my website and run it locally – but … I receive two errors when trying to view the site:

    WARNING: INCLUDE(E:\WEBSITES\WWW.MYTESTWEBSITE.DEV/E:/WEBSITES/WWW.MYTESTWEBSITE.DEV/WP-CONTENT/UPLOADS/AVIA_FONTS/FONTELLO/CHARMAP.PHP): FAILED TO OPEN STREAM: INVALID ARGUMENT IN E:\WEBSITES\WWW.MYTESTWEBSITE.DEV\WP-CONTENT\THEMES\ENFOLD\CONFIG-TEMPLATEBUILDER\AVIA-TEMPLATE-BUILDER\PHP\FONT-MANAGER.CLASS.PHP ON LINE 488

    and

    WARNING: INCLUDE(): FAILED OPENING ‘E:\WEBSITES\WWW.WWW.MYTESTWEBSITE.DEV/E:/WEBSITES/WWW.MYTESTWEBSITE.DEV/WP-CONTENT/UPLOADS/AVIA_FONTS/FONTELLO/CHARMAP.PHP’ FOR INCLUSION (INCLUDE_PATH=’.;C:\XAMPPLITE\PHP\PEAR’) IN E:\WEBSITES\WWW.MYTESTWEBSITE.DEV\WP-CONTENT\THEMES\ENFOLD\CONFIG-TEMPLATEBUILDER\AVIA-TEMPLATE-BUILDER\PHP\FONT-MANAGER.CLASS.PHP ON LINE 488

    I did copy over all the theme files into my local directory (as if doing a fresh FTP install) but get the same errors.

    Full log is in private below.

    Hope you can help, Many thanks, and a Happy New Year to all.

    H

    #730920
    BerniN
    Participant

    Hi,
    I have been searching around the forum for a solution to edit the picture size above my bolg entries.
    I’m not sure if I have found a solution. Also I don’t know how to find Quick CSS. Is that the same as “Additional CSS”?
    How do I determine the size of the picture. Also, how does it change with mobile?
    Right now, it is a little small on mobile and very small on desktop. (www.beingberni.com)

    I would appreciate your help,

    Berni

    #730918

    Hi,
    the described line in the post Basilis was refering to:
    https://kriesi.at/support/topic/blog-post-excerpts-2/#post-169503
    Line:
    $prepare_excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( ‘avf_postgrid_excerpt_length’ , 20) , apply_filters( ‘avf_postgrid_excerpt_delimiter’ , ” “), “…”, true, ”);

    Doesn’t exist in my (config-templatebuilder/config.php)?

    What can I do? Should I just add it?

    Thanks,
    Berni

    #730916

    The banner is on top of the menu bar since I removed your code. Can´t use the banner below the bar. Can you help please?

    #730906

    BUMP.
    Trying to get in touch with mlk92
    Please take a look here. https://kriesi.at/support/topic/video-gallery-with-the-portfolio-grid-shortcode-help/
    thank you

    #730904

    In reply to: Own custom font

    Hi Bernhard!

    Please take a look here
    https://kriesi.at/support/topic/using-custom-font-with-enfold/

    all the things / resources that are been there explain the process.
    Let us know if we can do anything else

    Cheers!
    Basilis

    Hallo Guenni,

    vielen Dank, es klappt! Ich musste zwar !Important dafür noch nutzen, aber es klappt.

    #top .bs_h2size h2{
    font-size: 16px !important;
    line-height:22px;
    }

    #730898

    In reply to: PHP update

    Dear Yigit,

    Thanks a lot. I updated today and now I have a few problems (I am using a child theme).

    -I went to “Upload theme settings file” in the child theme to upload the file I had exported befor the update. It said that the upload of the file was completed but the sign is still blue (saying “Upload theme settings …). It should be green, isn’t it?
    -As a consequence, I think, in the General settings there are type colours I didn’t use (grey and green, probably default colours), and my logo on my entry page is cut off. When I go to the logo on the dashboard it says “Upload” next to my logo – do I have to upload the logo after the theme update?

    Unfortunately I am in a hurry because my hoster will stop support for the PHP version I use now by the end of next week…

    Can you advise?

    Thanks a lot

Viewing 30 results - 85,981 through 86,010 (of 142,833 total)