Forum Replies Created

Viewing 30 posts - 27,391 through 27,420 (of 34,593 total)
  • Author
    Posts
  • in reply to: Colour Section Centered #951994

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

    #welcomepanel {
        width: 85%!important; 
        max-width: 85%!important;
    margin-left: 7.1% !important; 
    }

    Please see screenshot in Private Content area for expected results.

    Best regards,
    Mike

    in reply to: Problem with menu – change of look #951990

    Hey fkadmin99,
    I see that you are using Enfold v3.8, can I ask what changed lately, did you update a plugin?
    Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    in reply to: Contact form does not work #951989

    Hi,
    Can I ask if you are using the Disable Template Builder Elements options? Please try to “Always load all elements”
    It seems you have some scripts not loading, Please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: element gallery #951988

    Hey tecnicoposiciona,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Archive Pages #951987

    Hey Viktoria,
    Please try adding this to your functions.php:

    //change category page layout to blog grid style
    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); 
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'blog-grid';
    return $layout;
    }
    

    Best regards,
    Mike

    in reply to: Google Maps Platform #951985

    Hi,
    From the latest Google release, sites will have “25,000 free map loads per day” The new charge should not affect very many.

    The Google Maps Web APIs (Maps JavaScript API, Maps Static API, or Street View API) offer 25,000 free map loads per day. If you enable billing to access higher quotas, you are billed $0.50 USD per 1,000 map loads over the daily limit of 25,000, up to a maximum of 100,000 map loads daily.

    Source
    Hope this helps.

    Best regards,
    Mike

    in reply to: Quick CSS for checkout page modifications #951982

    Hey web6s,
    I’m sorry, your check out looks nothing like the example on the post, perhaps you have more code already in play?
    Perhaps if you could remove any other code.
    This seems we are re-designing a woocommerce page vs helping with the theme?

    Best regards,
    Mike

    in reply to: Website Lanauge #951980

    Hey hgrantdesigns,
    I believe you need to use a Hebew font, and that is why you see ???
    Please try: Hebrew Font plugin

    Best regards,
    Mike

    in reply to: overall spacing #951621

    Hey fgrippe,
    Typically the separators have a top & bottom margin of 30px by default. You can remove this will css, or you can not use the separators and control the spacing by adding padding or margin to the text blocks directly. Please link to a example page with a spacing mockup so we can demonstrate.
    Please note that “exactly” across browsers & devices are best achieved using percentages of the browser & device, which in reality is not “exact”, but very close.

    Best regards,
    Mike

    in reply to: Removing date from the frontpage/blog #951616

    Hey Petersjuul,
    Try this code in the General Styling > Quick CSS field:

    #top.home .av-magazine-time.updated {display: none !important;}

    Best regards,
    Mike

    in reply to: gTranslate causes problems with Hotspot Images #951613

    Hi,
    Glad Rikard was able to help, shall we close this then?

    Best regards,
    Mike

    in reply to: Problem with Adsense #951611

    Hey bboyguil,
    In your second link your ads show after I disable “Adblock Plus” in my browser, perhaps you can not see the ads due to a ad block browser plugin?
    Please note that your first link is going to have very low conversions due to the site is only viewed with “Flash”, which most people will not enable, just my experience.
    I hope the translate reads this well.

    Best regards,
    Mike

    in reply to: Color section with one half column full width #951602

    Hey Kavvermus,
    Thank you for the link, but I’m not sure I’m imagining your vision correctly.
    You would like a image in the second half of the second section where the diagonal boarder is?
    If so please try adding the image as a background to the color section.
    Please see this mockup:
    2018-05-04_063731
    2018-05-04_064131
    If this is not what you meant, please try including a mockup.

    Best regards,
    Mike

    in reply to: Video & other issue #951587

    Hey vandrea,
    I see you are using Enfold v4.2.6, please update to v3.1 via ftp, which fixes a few small errors and will help.
    Please note that you should remove the theme folder “enfold” via ftp before adding the new one, so old files are not left behind. Please do not try to overwrite your theme folder with the new one.
    This will solve the number of css stylesheet, as the newer version mergers them, Please read this post: PERFORMANCE UPDATE
    After you update we will look again at your video/column issue.

    Best regards,
    Mike

    in reply to: Enfold child theme add google analytics code #951578

    Hey ST,
    The best approach to adding Google Analytics is by adding the code in Enfold Theme Options > Google Services > Google Analytics Tracking Code box.
    This works whether you use a child theme or not, and it stays active after updates.
    But if you really want to place it in a header.php, then copy header.php to your child theme via FTP & it will be active automatically.
    Another option is to include your Google Analytics code in this function and add it to your child theme functions.php:

    function add_ga_code(){
    ?>
    YOUR Google Analytics CODE GOES HERE 
    <?php
    }
    add_action('wp_head', 'add_ga_code');

    Best regards,
    Mike

    in reply to: slider #951547

    Hey frosch178,
    Bitte versuchen Sie es mit dem “Easy Slider” und wählen Sie in den Optionen “Autorotation aktiv” = “Nein”
    ——-
    Please try using the “Easy Slider” and in the options choose “Autorotation active” = “No”
    2018-05-04_052429
    2018-05-04_052815

    Best regards,
    Mike

    in reply to: Contact form does not work #951537

    Hey finon,
    In my test I don’t see an error message, please try using the plugin WP Mail Logging as it will help discover errors.
    Also Try disabling your plugins.
    After you install it, try to send a message and view the log. If you wish more assistance, please include a admin login in the private content area so we can take a closer look.
    Have you changed webhosts since it last worked?

    Best regards,
    Mike

    in reply to: Modificar titulo #951509

    Hey Javier,
    Para realizar la mayoría de los cambios en el menú principal, vaya a Opciones de tema Enfold> Estilo avanzado> y elija Enlaces de menú principal en el menú desplegable. Luego puede cambiar la fuente, el color y el tamaño del menú principal, y guardar. Para tener diferentes opciones para el estado on-hover o el estado activo, elija el menú dos veces y use los cuadros “Aplicar solo al estado de desplazamiento del mouse” y “Aplicar solo al estado activo”. Si desea realizar cambios adicionales, avísenos y podemos ayudarlo con algunos CSS personalizados.

    ———–
    To make most main menu changes please go to Enfold Theme Options > Advanced Styling > and choose Main Menu Links from the drop down.
    Then you can change the font, color and size of the main menu, and save.
    To have different choices for on-hover state or active state, choose the menu twice and use the boxes “Apply only to mouse hover state” & “Apply only to active state”.
    If you wish to make additional changes lets us know and we can assist with some custom css.

    2018-05-04_043605

    Best regards,
    Mike

    in reply to: How to make the search bar like this type? #951331

    Hey keir2012,
    Please try adding the search widget to your header widget area, it will take 100% of the area.
    Then Try this code in the General Styling > Quick CSS field:

    #top #search-4 #searchsubmit {
        right: 100% !important; 
    }
    #top #search-4 input[type='submit'] {
        background-color: #F8F8F8 !important; 
        color: #919191 !important; 
    }

    Please note that your “search-4” might be a different number, if you need help with it, let us know.
    Expected results:
    2018-05-04_002023

    Best regards,
    Mike

    in reply to: footer socket is bigger than it should be #951319

    Hey azinity,
    I believe it is because of the lack of content of the contact page.
    You could try this code in the General Styling > Quick CSS field:

    #top.page-id-1167 #main .content {min-height: 70vh !important; }

    Please adjust to suit.

    Best regards,
    Mike

    Hey blinddrop,
    I was able to remove most of it, but the very last row needs to come up a little, so if you could add a class or ID to the flex_column_table_cell above the last row we can add a negative margin to pull it up. I also added the page ID to the code so it won’t effect any other pages. Feel free to adjust this code to suit.

    #top.page-id-33 .flex_column_table_cell .avia_textblock p {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
    }

    Best regards,
    Mike

    in reply to: HOW TO DO THIS SECTION? #951289

    Hey Turgay,
    Try this code in the General Styling > Quick CSS field:

    #top.page-id-793 #main #av_section_1 .container .content {
        padding-top: 10px !important; 
        padding-bottom: 10px !important; 
    }

    Please adjust to suit.

    Best regards,
    Mike

    in reply to: Some Images Not Loading after Update to 4.3 #951281

    Hi,
    Sorry I was unable to login, please check.
    Please try the Performance features settings again, and then go to the General Styling > Quick CSS field and enter a space to enable the “Save all changes” button, click to save. This will re-merge your css & js files.
    Then go to your page and clear your cache, and see if that helps.

    Best regards,
    Mike

    in reply to: Import Demo Fails for Enfold 2017 #951272

    Hey id8872,
    Which webhost are you using, is it a managed wordpress host?
    Are you using settings like this:
    PHP Version: 7.0.x
    PHP Time Limit: No limit
    PHP Memory Limit: 256M
    PHP Post Max Size: 50M
    PHP Max Upload Size: 20M

    Are you working on one site, or many? Perhaps we can assist with a manual import.

    Best regards,
    Mike

    in reply to: custom.css #951262

    Hey Farynella,
    The stylesheet in the child theme should not be overwritten, because the updates only target the parent theme folder.
    How do you update the theme, FTP?
    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: Description column in table not scrolling #951256

    Hi,
    Glad Yigit could help, shall we close this then?

    Best regards,
    Mike

    in reply to: Admin message. #951255

    Hey lami4d,
    Please try clicking the link to view the message, instead of dismissing it. If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look?

    Best regards,
    Mike

    Hey kikosanchezestudio,
    I have tested the Coda font in the advanced styles for the “body” tag, with the option “Load only used elements”and It is working in Enfold v4.3.1
    Please try these settings again, and the go to the General Styling > Quick CSS field and enter a space to enable the “Save all changes” button, click to save. This will re-merge your css files.
    Then go to your page and clear your cache.
    Let us know if this helps.

    Best regards,
    Mike

    in reply to: Fontello icons #951230

    Hey ptolda,
    Glad to hear, we will close the now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Search Icon not showing #951227

    Hi,
    At the root of your WordPress installation, but only if your webhost is IIS7
    Most are Apache with .htaccess file at the root of your WordPress installation.

    Best regards,
    Mike

Viewing 30 posts - 27,391 through 27,420 (of 34,593 total)