Forum Replies Created

Viewing 30 posts - 30,421 through 30,450 (of 34,552 total)
  • Author
    Posts
  • in reply to: Remove footer widget title links #887227

    Hey ckwellington,
    This is very odd, I took a look but couldn’t find where this is being added from.
    I would try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    Then I would try a security scan plugin, here’s 11 WordPress Scanner to Find Security Vulnerabilities & Misconfiguration

    Best regards,
    Mike

    in reply to: Child theme doesn't work #887224

    Hi,
    Sorry, but I didn’t have any issues changing the styles in your child theme style.css
    I changed your a tag from #464646 to red, and I added a rule to make your h2.av-special-heading-tag red. Then I cleared your cache plugin and cleared my browser cache and took this screenshot:
    2017-12-10_221948
    I then changed everything back for you.

    Best regards,
    Mike

    in reply to: child theme page #887213

    Hey Martin,
    You can write html in that part of the page, try wrapping in a div, like this:

    <div class='mycontent'>HOW DO I ADD STATIC CONTENT HERE?</div>

    Best regards,
    Mike

    in reply to: How to load the demo #887212

    Hey pw998,
    Try going to Enfold Theme Options > Import demo files, and click the “Click to import” button
    2017-12-10_214252

    Best regards,
    Mike

    in reply to: Changing top level mega menu hover color #887211

    Hey tn7phy26,
    Try going to Enfold Theme Options > Advanced Styling > Main Menu Links and check the “Apply only to mouse hover state” box, then set your colors.
    2017-12-10_214021

    Best regards,
    Mike

    in reply to: Fetch coordinates not working for Google maps #887210

    Hey sundara88,
    Please try to make your key un-restricted, then apply your API, wait 30 mins or more while everything gets set with Google, and then try to restrict your key.
    This has helped others, also if you do get an error then, try removing your wildcard and also try http:// I know it makes no sense, but these are issues others have had.

    Best regards,
    Mike

    in reply to: Scrolling text #887208

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

    Best regards,
    Mike

    in reply to: image with links on the side that will stay on mobile view #887207

    Hi,
    To keep the cells centered in your page, change the Cell Padding in the cell, I had set it to percentages like 10% from the page edge and 5% from each other. Try 20% from the page edge.
    2017-12-10_211636
    To edit the css for only the text set a Custom Css Class for the text block, it’s below the text editor, I had named it “textblock”
    2017-12-10_212131
    The css class for the images is “phone”
    2017-12-10_212240

    Best regards,
    Mike

    in reply to: Conflict between Enfold, Google ads and WooCommerce #887206

    Hi,
    We can add margin to the top and bottom of the ads, but since your ad sizes change on every page load, it is hard to calculate a exact size.

    .adsbygoogle {margin-top: 50px !important; margin-bottom: 50px !important; }

    adjust the number to suit.

    Best regards,
    Mike

    in reply to: Images in mega menu appears in responsive mode #887205

    Hi,
    Yours is a good solution, and sense the the class .avia_mega_text_block has been removed, it may be the best solution. What I liked about my solution is that I added my own class and didn’t need to use any IDs or Enfold classes. But I don’t have a better solution.
    Thank you for sharing your solution, shall we close this then?
    Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: How to get rid of sub-menu indicators on an on page menu? #887199

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

    Best regards,
    Mike

    Hi,
    Ok, try creating a new page in WordPress and name it 404, and save. Be sure the url reads 404 and not 404-2 as mine did. I got past this point by naming it 4o4 (that is the letter o)
    Then add this code to the end of your functions.php file in Appearance > Editor:

    function error_page_rewrite( $wp ) {
        if (is_404()) {
            wp_redirect( home_url( user_trailingslashit( '4o4' ) ) );
            exit;
        }
    }
    
    add_action( 'wp', 'error_page_rewrite' );

    *Note this has the 4 letter o 4 – change to suit you.
    Now when you type jxjxjxjxj you will be sent to the 4o4 page and the url will only read http://www.yoursite.com/4o4/

    Best regards,
    Mike

    in reply to: Problem with menu #887195

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

    Best regards,
    Mike

    in reply to: Mobile view problem #887194

    Hi,
    Please try this code instead:

    @media only screen and (max-width: 767px) { 
    .slide-entry.flex_column.post-entry {
        margin-bottom: 20px!important; 
    }
    }

    Best regards,
    Mike

    in reply to: Google Maps Widget not working #887191

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

    Best regards,
    Mike

    in reply to: Interfacing with Visual Composer #887189

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

    Best regards,
    Mike

    in reply to: Load More Plugin for enfold #887187

    Hi,
    That is strange, I haven’t seen this on the sites I’ve tested the rule on. I may have forgot to tell you to place the rule right after “RewriteEngine On” in your .htaccess file.
    I did find another rule to try:

    RewriteRule ^page/(.*)$ /$1 [G]

    Best regards,
    Mike

    in reply to: How to hide or shorten excerpt at magazine element #887185

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

    Best regards,
    Mike

    in reply to: Titles size on mobile version #887184

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

    Best regards,
    Mike

    in reply to: add schema to single page of site #887183

    Hi,
    I see you have a security plugin, perhaps there is a setting that disables your editor?
    If you can’t find how to enable your editor, try editing your functions.php file via FTP.

    Yes, remove //Your Script Here
    and add your script.

    Best regards,
    Mike

    in reply to: hover on accordionslider #887181

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

    Best regards,
    Mike

    in reply to: How to achieve that look? #887178

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

    Best regards,
    Mike

    in reply to: Adding padding to move burger menu on mobile phone #887057

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

    Best regards,
    Mike

    in reply to: Products not adding to cart Woocommerce #887056

    Hi,
    Glad to hear you were doing it and not some shady code somewhere :)
    shall we close this then?

    Best regards,
    Mike

    in reply to: image with links on the side that will stay on mobile view #887055

    Hey remco,
    How about using a grid row with text blocks inside?
    2017-12-09_221534
    it will show side by side on desktops & stacked on mobile.
    You can use the element paddings and the custom classes so you can style it to fit with any site. After you create one you can clone it to make as many as you like.
    Paste this code in your debugger to get started:

    [av_layout_row border='' min_height_percent='' min_height='0' color='main_color' mobile='av-flex-cells' id='' av_element_hidden_in_editor='0' mobile_breaking='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='']
    
    [av_cell_one_half vertical_align='top' padding='30px,5%,30px,10%' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' custom_class='']
    
    [av_textblock size='' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' custom_class='textblock' admin_preview_bg='']
    iPhone 5<img class="phone alignleft wp-image-3203 size-medium" src="https://127.0.0.1/wp-content/uploads/2017/12/IhrUnternehmen-istdasbesteHandy-Zugeschnitten-517x1030-151x300.png" alt="" width="151" height="300" />
    
    iPhone 6
    
    iPhone 7
    
    iPhone 8
    
    iPhone 9
    
    iPhone X
    [/av_textblock]
    
    [/av_cell_one_half][av_cell_one_half vertical_align='top' padding='30px,10%,30px,5%' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' custom_class='']
    
    [av_textblock size='' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' custom_class='textblock' admin_preview_bg='']
    iPhone 5<img class="phone alignleft wp-image-3203 size-medium" src="https://127.0.0.1/wp-content/uploads/2017/12/IhrUnternehmen-istdasbesteHandy-Zugeschnitten-517x1030-151x300.png" alt="" width="151" height="300" />
    
    iPhone 6
    
    iPhone 7
    
    iPhone 8
    
    iPhone 9
    
    iPhone X
    [/av_textblock]
    
    [/av_cell_one_half][/av_layout_row]

    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: Interfacing with Visual Composer #887041

    Hi,
    Sorry, some of these elements Kriesi built for the site, and are not shared.
    Please feel free to request – or vote if already requested – such features on Enfold feature request form.
    Should you wish for more support please register here kriesi.at/support/register with your item purchase code .

    Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
    Example: https://kriesi.at/support/enfold

    Scroll to the bottom of the page to open a new ticket.
    Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: special looking of the links #887039

    Hey Marc-Robert,
    Try this code in the General Styling > Quick CSS field:

    a.encyclopedia {color: #919191!important; font-weight:bold !important; }
    a.encyclopedia:hover {color: #4b90cd!important; }

    Best regards,
    Mike

    in reply to: Child theme doesn't work #887037

    Hi,
    Please explain in detail what custom css is not being applied to your site, such as a color of a element so it will be easy to tell when it is being applied.

    Best regards,
    Mike

    in reply to: Problem with Meta Description #887035

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

    Best regards,
    Mike

Viewing 30 posts - 30,421 through 30,450 (of 34,552 total)