Forum Replies Created

Viewing 30 posts - 31,681 through 31,710 (of 34,988 total)
  • Author
    Posts
  • in reply to: Slanted/diagonal borders with image do not work #861692

    Hey saveedrow,
    Try using the “Section Bottom Border Styling” in the Color Section
    2017-10-08_162043

    Best regards,
    Mike

    in reply to: Can't update enfold #861689

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

    Best regards,
    Mike

    in reply to: Main Menu Text Color #861688

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

    .header_color .main_menu ul:first-child > li > a {color: #fff !important;}

    Best regards,
    Mike

    in reply to: changeing header #861687

    Hey dith_solanki,
    Go to Enfold Theme Options > Header > Extra Elements tab > Header Phone Number/Extra Info

    Best regards,
    Mike

    in reply to: Add Advanced Layout Editor To Other Themes #861686

    Hey T3 Marketing,
    Sorry the Advanced Layout Editor only works with Enfold

    Best regards,
    Mike

    in reply to: Uninstall Layer Slider to reinstall at default location #861684

    Hey steviespin,
    There is no need to deactivate the bundled version, it automatically detects if the plugin version is active and disables itself.

    Best regards,
    Mike

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Can't update enfold #861681

    Hi,
    Go to Enfold Theme Options > General Styling > Footer tab > Footer background color and choose your colors

    Best regards,
    Mike

    in reply to: Can't update enfold #861677

    Hi,
    OK I uploaded your update. You had some issues like your child theme was not official and it was broken, your Enfold theme had a child theme inside, etc.
    if you look via FTP:
    Your new Enfold is enfold-new
    your old Enfold is enfold
    your child theme is enfold-child linked to enfold-new
    I left your old enfold should you need some old custom code, I don’t think you will.
    You had this in your child theme so I added it to the official child theme

    add_filter('pms_output_subscription_plan_action_cancel', '__return_empty_string');
    add_filter('pms_output_subscription_plan_action_abandon', '__return_empty_string');

    See the Private Content area for your old theme export, I used it to import your settings.
    Hope this helped :)

    Best regards,
    Mike

    in reply to: Media images not importing with Posts #861670

    Hey Amyadelaide,
    It looks like your images are hosted on cloudinary.com and not on your site. I didn’t know about cloudinary.com but it looks like this is what they do, host images.
    So it seems ok, if you don’t mind. Do you have a paid account with them? I wonder if they have bandwidth limits for free accounts?

    Best regards,
    Mike

    in reply to: Menu Lines same width as Container #861669

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

    Best regards,
    Mike

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

    Best regards,
    Mike

    in reply to: Can't update enfold #861664

    Hi,
    Please include FTP login

    Best regards,
    Mike

    in reply to: How can change the space between Rating Stars and Price ? #861661

    Hi,
    The product rating is causing the gap, try this code in the General Styling > Quick CSS field:

    .entry-summary .woocommerce-product-rating {
        top: 0px!important; }

    Best regards,
    Mike

    Hey victoria,
    Go to Enfold Theme Options > Sidebar Settings > Sidebar on Archive Pages > and choose No Sidebar

    Best regards,
    Mike

    in reply to: change icon in image hover #861653

    Hey netzhautflimmern,
    The green circle with the arrow is not a image, it’s a font. But you could change it by replacing the content with the url to the image.
    Here’s an example of replacing the arrow with the words “Read More”

    .image-overlay .image-overlay-inside:before{content:'Read More'!important;  font-size: 14px!important; }

    2017-10-08_141143

    Best regards,
    Mike

    Hi,
    I was able to edit two pages that were in draft, and publish one page, then change the status back to draft, with no issues.
    What browser are you using?
    As a side note, I see your “PHP ZipArchive Extension” is disabled, you will need that going forward, please contact your host to enable it.

    Best regards,
    Mike

    in reply to: Menu Lines same width as Container #861644

    Hi,
    Your css was missing a curry bracelet, I fixed it :)

    Best regards,
    Mike

    in reply to: Can't update enfold #861642

    Hi,
    The theme update will not touch your child theme, it’s good to hear you are using one.
    The main menu changes removed classes from menu items, and changed the mobile menu child items, if you used custom css to control these we will help you with new css. It looks like you didn’t though.
    I can read your version.txt, it seems fine. But you can skip that part.

    Best regards,
    Mike

    Hey hoibi1984,
    /wp-content/uploads/2017/09/6866131.webm is a 404, file not found.
    Perhaps it is named wrong, can you send us the direct link to the video?

    Best regards,
    Mike

    in reply to: remove background image from column in mobile #861628

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

    @media only screen and (max-width: 767px) { .avia-builder-el-3,.avia-builder-el-10, .avia-builder-el-5,.avia-builder-el-12 {background-image: none !important; margin-bottom: 0px !important; }}

    Best regards,
    Mike

    in reply to: Menu Lines same width as Container #861625

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

    .footer_color {border-color: transparent !important; }

    Best regards,
    Mike

    Hey nahmialm,
    I was unable to login, please check.

    1) Please try deactivating any running plugins to see if that fixes the issue. If it does then reactivate one by one until you isolate the one causing the problem.
    2) Are you using an updated php version? Make sure you are using php ver 7.1+
    3) You can also try increasing memory limit. If you need to know how please view this link: http://www.tipsandtricks-hq.com/forum/topic/how-to-increase-wordpress-memory-and-php-memory-limit

    Best regards,
    Mike

    in reply to: Menu Lines same width as Container #861617

    Hi,
    Yes, change to:

    .template-page.content {border-top: 3px double!important; border-bottom: 3px double!important; }

    and remove your other footer border.

    Best regards,
    Mike

    in reply to: Can't update enfold #861612

    Hi,
    Oh I see, over 3 gigs. That’s ok just copy manually,
    Using cPanel > File Manger > highlight the files and folders for your site, then use the “compress” option to make a zip and download.
    Then using cPanel > phpMyAdmin > export your database
    In UwAmp > phpMyAdmin > import your database
    Extract your files to UwAmp > www
    Change the database user and password in your wp-config.php to match your UwAmp database settings.
    Then use a search and replace plugin to fix your urls in the database.
    Here’s more info: http://www.inmotionhosting.com/support/website/wordpress/duplicate-wordpress-site-for-testing

    Best regards,
    Mike

    in reply to: Menu Lines same width as Container #861606

    Hi,
    The element that has the border now is full width, but if you remove that border you can add a border to the content element which will give you the look you want.

    .template-page.content {border-top: 3px double!important; }

    Best regards,
    Mike

    in reply to: Can't update enfold #861600

    Hi,
    What kind of message are you getting at what stage, I use this setup very often with the free version.
    You can manual update with FTP as I pointed above, but some people had issues with the new menu changes.

    Best regards,
    Mike

    in reply to: Buddypress Problem #861597

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

    .buddypress main {
      border-right: 0 none !important;
      max-width: 100% !important;
      width: 100% !important;
    }
    .buddypress aside {
      display: none !important;
    }
    .buddypress .main_color main {
    border-color: transparent!important; 
    }

    Best regards,
    Mike

    in reply to: Custom Excerpt length for Posts from Avia Blog Element #861592

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

    Best regards,
    Mike

    in reply to: Google Map API not working #861588

    Hi,
    Ah, Google says I took too long, I would have to try again :)
    Please check your api fields for a blank trailing space and try making it unrestrected for now so we can get it up and running.

    Best regards,
    Mike

Viewing 30 posts - 31,681 through 31,710 (of 34,988 total)