Forum Replies Created

Viewing 30 posts - 25,321 through 25,350 (of 34,566 total)
  • Author
    Posts
  • in reply to: Categories widget text weight #999144

    Hi,
    I took a look at your site but didn’t see any widgets, then I noticed above that said you didn’t create it yet.
    The widgets are given different IDs when they are created, so it is a little hard to write the correct css for a widget before it is created, and not effect other widgets. But as an example here is how the change the font weight, color, & size with css:

    .widget_categories a {
    color: red !important;
    font-weight: bolder !important; 
    font-size: 12px !important;
    }

    Please let us know when you have a activate widget you would like to change, so we can assist.

    Best regards,
    Mike

    in reply to: Installation #999141

    Hi,
    I was able to login to your WordPress site, but not FTP. I get a connection and the user is ok, but it fails with the password. Please check.
    I see that your current theme is v3.7.1 and that it is a active commerce site, might I suggest creating a staging site (clone) to test how your site will work with the update? Please at least ensure to have a full backup.
    Once we have a ftp login, and your ok, we can assist with the update.

    Best regards,
    Mike

    in reply to: Website is not working #999138

    Hey Aldrich Torres,
    Please include a admin login & FTP access in the Private Content area.

    Best regards,
    Mike

    in reply to: Breadcrumbs Delimiter Styling #999137

    Hey Mark,

    Open functions-enfold.php then find this code on line 476

    if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));

    Change that with

    if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '>', 'richsnippet' => true));

    Best regards,
    Mike

    Hey simulthink,
    The bundled LayerSlider only updates when the theme updates.
    Please see our documentation for more information.

    Best regards,
    Mike

    in reply to: Change color of Submit button using shortcode #999133

    Hi,
    It looks as though your site is in maintenance, please include a login in the Private Content area.

    Best regards,
    Mike

    in reply to: Link opening in new page #999131

    Hi,
    Thanks for the login, I see there is a conflict with the plugin WP Edit, it tried to replace your default editors, which was crashing the pages when I tried to edit them. The plugin also said that it included FancyBox, which is what the popups are when you try to open a link. I disabled the plugin and tried clearing your cache a few times, but the FancyBox continues to open the pages as popups.
    Please try disabling all of your plugins and clearing your cache a few times, then see if the links start opening correctly.
    I didn’t see and scripts in your functions.php, do you recall adding any to any of your theme files?

    Best regards,
    Mike

    in reply to: Accordion element Full width #999105

    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
    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: problem in settings panel of enfold theme.. #999104

    Hi,
    Thank you for the url and login info, I was able to login and saw your language and font issue.
    I found that disabling the css merging at: Enfold Theme Options > Performance > JS & CSS file merging and compression
    solved the issue. Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Change color of Submit button using shortcode #999098

    Hi,
    Please include the url to the page in question so we can take a closer look, and ensure that the code we give you only effects the one button.

    Best regards,
    Mike

    in reply to: MailChimp Newsletter Signup on Mobile #999096

    Hey eskitaco,
    I was able to login and address your issue, I added the following css to your Enfold Theme Options > General Styling > Quick CSS field
    which adjusts the form to stacked and centered for mobile & tablets, and then into one row for laptops and smaller desktop screens up to 1440px, at this size the form didn’t fit right so it moved the button to a second line. At full desktop it was fine so I didn’t change anything.

    @media only screen and (max-width: 1023px) { 
    .avia-builder-el-63 .avia_ajax_form .first_form,.avia-builder-el-63 .avia_ajax_form .first_form.av-last-visible-form-element {
        width: 100% !important; 
        margin-left: 0px !important; 
    }
    }
    @media only screen and (min-width: 1024px) and (max-width: 1440px) { 
    .avia-builder-el-63 .avia_ajax_form .first_form {
        width: 33% !important; 
        margin-left: 5px !important; 
    }
    .avia-builder-el-63 .avia_ajax_form .first_form.av-last-visible-form-element {
        width: 31% !important;
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Link opening in new page #999059

    Hey markmr,
    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: Change template #999054

    Hi,
    Please try the Shortcode Cleaner Lite plugin, it will remove all of the Enfold shortcodes from the frontend so you can migrate to a different theme.
    I tested this on my localhost by activating one of the WordPress themes (Twentyfifteen), using the free lite version of the plugin.
    If you activate the pro version, it will also remove the shortcodes from the backend, but I didn’t test this as you must pay for the pro version.
    Please read this article about the plugin.

    Best regards,
    Mike

    in reply to: Respect More Tag for Blog Elements in ALB #999033

    Hi,
    For the blog element in grid view, please manually add a excerpt by clicking the “Screen Options” option at the top of your post screen, and checking the Excerpts box, which will give you a text area below your post area.
    Then the grid will show your custom excerpt, giving you greater control.

    Best regards,
    Mike

    in reply to: problem in settings panel of enfold theme.. #999012

    Hi,
    Thank you for the login details, but can you also include the url to your site.

    Best regards,
    Mike

    in reply to: Enfold & Woo-Commerce Colors #999008

    Hi,
    This should work on mobile too, I took a look to see, but it doesn’t seem like you have the code installed yet because the desktop version is the same.

    Best regards,
    Mike

    Hi,
    I didn’t repair the code because I don’t have a login, I looked at your source code in my browser to find the error, but you will still need to fix it.

    Best regards,
    Mike

    in reply to: Timeline: Date without H2 #999000

    Hi,
    Ok, I made a few more changes, Please clear your browser cache and check.
    New final functions.php:

    function custom_timeline(){
      ?>
      <script>
    jQuery(window).load(function(){
    jQuery('.av-milestone h2.av-milestone-date').replaceWith(function () {
        return jQuery('<span/>', {
            html: jQuery(this).html()
        });
     });
     });
     </script>
     <?php
      }
      add_action('wp_footer', 'custom_timeline');

    New final CSS:

    .avia-timeline span strong {
        color: #858585 !important; 
        font-size: 25px !important; 
    }
    .av-milestone-odd span strong {
    float:right !important;
    }
    .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even > span:first-child {
        display: none;
    }

    Best regards,
    Mike

    in reply to: Accordion element Full width #998938

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

    Best regards,
    Mike

    Hey clbdcnpafe,
    Typically this is due to unclosed tags, a quick check of your page source code revels a missing span tag in one of your toggles:

    <h3><span style="color: #000000; line-height: 1.5;">How can a corporate sponsor truly leverage a performing artist corporate sponsorship originated by NPAFE?  What about Image Compatibility, Audience Composition, Media, Exclusivity, Measurability, and all the other things that have to work well for a brand? How easy is this to do?</h3>

    There maybe others.
    A easy way to check for unclosed tags is to Enable Avia Layout Builder Debug and copy all of the page shortcode and paste it into the Closing Tag Checker
    Then correct the code and paste back into the debugger and save.

    Best regards,
    Mike

    in reply to: Timeline: Date without H2 #998931

    Hi,
    Thank you for the login, I have changed the function and the css, now it is working correctly without any H tags.
    Please clear your browser cache and check.
    Here is the final code:
    functions.php:

     function custom_timeline(){
      ?>
      <script>
    jQuery(window).load(function(){
    jQuery('.av-milestone-even h2.av-milestone-date:nth-child(even)').replaceWith(function () {
        return jQuery('<span/>', {
            html: jQuery(this).html()
        });
     });
    jQuery('.av-milestone-odd h2.av-milestone-date:nth-child(odd)').replaceWith(function () {
        return jQuery('<span/>', {
            html: jQuery(this).html()
        });
     });
     });
     </script>
     <?php
      }
      add_action('wp_footer', 'custom_timeline');
    

    CSS:

    .avia-timeline span strong {
        color: #858585 !important; 
        font-size: 25px !important; 
    }
    .av-milestone-odd span strong {
    float:right !important;
    }

    Best regards,
    Mike

    in reply to: burgermenu disappeared after update #998928

    Hi,
    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

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

    Best regards,
    Mike

    in reply to: add button to top line menu #998925

    Hi,
    Yes, the button can be manually adjusted with css, if you include a link to the page and give us an idea of what size you would like it, we can assist.
    If your site is in maintenance, or hidden, please include a login in the Private Content area.

    Best regards,
    Mike

    in reply to: burgermenu disappeared after update #998921

    Hi,
    Thanks for sharing your solution, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Testimonials on mobile #998919

    Hi,
    Glad to hear, I liked the first one best too.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Enfold & Woo-Commerce Colors #998918

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

    Best regards,
    Mike

    in reply to: Timeline: Date without H2 #998917

    Hi,
    I see you are getting this error: Uncaught ReferenceError: jQuery is not defined
    Can you please include a admin login in the private content area so we can take a closer look.
    I will change the H3 to a span, I assume you still want the text to be the same color and font size though?

    Best regards,
    Mike

    in reply to: Enfold & Woo-Commerce Colors #998836

    Hi,
    Please try this code instead, it’s light green, turning to a darker green on hover:

    .avia_cart_buttons.single_button:hover {
        background-color: rgba(127, 191, 63, 0.8) !important; 
         opacity: 1 !important; 
    }
    .avia_cart_buttons.single_button {
        background-color: rgba(127, 191, 63, 0.5) !important; 
        opacity: 1 !important; 
    }
    #top .avia_cart_buttons .button:hover > span,#top .main_color .avia_cart_buttons .button:hover,#top .avia_cart_buttons .button > span,#top .main_color .avia_cart_buttons .button {
       color: #fff !important;
    }

    Best regards,
    Mike

    in reply to: Image mouse hover shows filename #998831

    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
    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

Viewing 30 posts - 25,321 through 25,350 (of 34,566 total)