Forum Replies Created

Viewing 30 posts - 30,451 through 30,480 (of 34,591 total)
  • Author
    Posts
  • in reply to: Load More Plugin for enfold #888559

    Hi,
    Sorry, I don’t know why those changes are slowing down your site unless it is creating a redirect loop. Do you have other rules in your .htaccess? After adding these rules did you try saving your permalink structure again?
    I see right now that “noticias-informacion-sobre-dinosaurios/page/1” redirects to “noticias-informacion-sobre-dinosaurios/”
    but noticias-informacion-sobre-dinosaurios/page/10 doesn’t
    Perhaps try the following rule if you want to rewrite /page/X/ to /page/ exactly. (where X is any number)

    RewriteRule ^page/([0-9]+)/$ http://domain.com/page/ [R=302,L]

    If you want to rewrite /[anystring]/X/ to /[anystring]/ you can try

    RewriteRule ^(.*)/([0-9]+)/$ http://domain.com/$1/ [R=302,L]

    maybe adding the url to the redirect will help stop a redirect loop

    Best regards,
    Mike

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

    Hi,
    OK, if a unrestricted key is not working then you should try making a new unrestricted key, follow the links above the “Enter a valid Google Maps API Key to use all map related theme functions” in the Enfold Theme Options > Google Services.
    I entered my unrestricted API key and it worked.
    Note that it can take 5 minutes or more for your key to be valid for it to work.

    After getting a unrestricted key to work and you then want to restrict it, first try your url with the https:// if that doesn’t work try http:// , I have seen a couple of cases where that was the solution. But first get a unrestricted key to work.

    Best regards,
    Mike

    in reply to: enfold theme colour bug #888537

    Hi,
    shall we close this then?

    Best regards,
    Mike

    in reply to: Move add to basket to top #887949

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

    Best regards,
    Mike

    in reply to: Menu anchors not aligning anymore after remove logo #887947

    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 LOGIN ANYMORE! #887233

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Menu Links Background #887230

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

    Best regards,
    Mike

    in reply to: Phone and email link in team section? #887229

    Hi,
    Thank you for sharing your solution, shall we close this then?

    Best regards,
    Mike

    in reply to: Anchors #887228

    Hey MSM,
    You can use any id on a page as an anchor.
    You can also add a Code Block element to your page above your content and insert following as a anchor

    <div id="my-anchor"></div>

    Best regards,
    Mike

    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

Viewing 30 posts - 30,451 through 30,480 (of 34,591 total)