Forum Replies Created
-
AuthorPosts
-
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,
MikeHi,
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,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeDecember 12, 2017 at 3:00 pm in reply to: Menu anchors not aligning anymore after remove logo #887947Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey 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,
MikeHey 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 & MisconfigurationBest regards,
MikeHi,
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:
I then changed everything back for you.Best regards,
MikeHey 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,
MikeHey 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,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeDecember 11, 2017 at 4:24 am in reply to: image with links on the side that will stay on mobile view #887207Hi,
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.
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”
The css class for the images is “phone”
Best regards,
MikeDecember 11, 2017 at 4:10 am in reply to: Conflict between Enfold, Google ads and WooCommerce #887206Hi,
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,
MikeHi,
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,
MikeDecember 11, 2017 at 3:43 am in reply to: How to get rid of sub-menu indicators on an on page menu? #887199Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeDecember 11, 2017 at 3:34 am in reply to: 404 page – How to change the URL address in the browser please? #887198Hi,
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,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Please try this code instead:@media only screen and (max-width: 767px) { .slide-entry.flex_column.post-entry { margin-bottom: 20px!important; } }
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
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,
MikeDecember 11, 2017 at 2:05 am in reply to: How to hide or shorten excerpt at magazine element #887185Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
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 -
AuthorPosts