Forum Replies Created
-
AuthorPosts
-
July 30, 2017 at 4:48 am in reply to: How to remove the default google analytics code from enfold #831659
Hey YongyanLi,
The tracking code is not in the theme, there is only a text box to add code to the theme, which can be used for any type of code you want in the header. So there is nothing to remove.Best regards,
MikeHey Rémi,
These are all great ideas, but they are not features yet, but Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
MikeHi,
You need to go to the Word Press settings > general > membership > Anyone can register
and set their level to author if you want them to publish their posts.
Please read about Roles and Capabilities: https://codex.wordpress.org/Roles_and_CapabilitiesBest regards,
MikeHey MattJensenMarketing,
Sorry, that feature is not available yet, but Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
MikeJuly 30, 2017 at 4:04 am in reply to: Blog excerpt length in Sidebar & when using Avia Editor #831654Hey Jon,
Try adding this code to the end of your functions.php file in Appearance > Editor:function custom_excerpt_length( $length ) { return 20; } add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );
The 20 is for 20 words, feel free to adjust to suit.
This may also work for the manual excerpt length.Best regards,
MikeHey zwachm,
Have you set the blog page as blog on Enfold > Theme Options > Where do you want to display blog? option.
This sets the the breadcrumbs stringBest regards,
MikeHey VJLoops-GT,
Sorry, that feature is not available yet, but Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
MikeJuly 30, 2017 at 3:38 am in reply to: Problem with Menu/ double menu and mobile menu doesn't work #831650Hey marketingjumpking,
Try this code in the General Styling > Quick CSS field:#mobile-advanced {display:none !important;}
That will take care of the extra menu, what is wrong with your header?
Best regards,
MikeHey emodesto321,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey kjwaggz,
Has this been solved, because I see posts on that page?Best regards,
MikeHey petradrumm,
I couldn’t fix your full-width button, so I made a new one :)
I cloned the button above it and changed the class, and added this css to your quick css:.buttofull .avia-button {width: 100% !important;}
Best regards,
MikeHey Oli,
Try using this code in your text in place of the apostrophes:'
or this one:
’
Best regards,
MikeJuly 30, 2017 at 1:41 am in reply to: Slow loading, a word size can't be set, What should I do? #831641Hey janejira17,
I looked at your site, but it seems you have Enfold disabled and Twenty Seventeen enabled. Please check.
For a faster loading site try using a cacheing plugin, I like https://wordpress.org/plugins/wp-fastest-cache/
For your second issue, I believe you set the size to 70, but it should be 70px, the px is needed.
Hope this helped :)Best regards,
MikeHey Tamara,
Your screenshot is not found (404 error), but I followed the link, added an item, and went to check out, and the page looked ok to me. Please see the screenshot in the Private Content area. Can you please add a screenshot to point out how you would like to see it?Best regards,
MikeJuly 30, 2017 at 1:26 am in reply to: Extra Main Menu on Desktop, Hamburger Menu Not Working on Mobile #831638Hey Matthew,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px){ .responsive #top #header .social_bookmarks { display: block!important; } }
Best regards,
MikeHey seykom,
I reviewed your site and found on the /uebermich/ page the image was set very high cutting the persons head off. You had a bit of strange code in the ID box causing this, so I removed it.<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
Was this the page you were asking for help with?
Best regards,
MikeHi,
I have read the post you linked to, and it talks about the activate menu item not changing to black on scroll, but with I visit your site it looks like it does for me. Perhaps I misunderstood, can you please explain.Best regards,
MikeJuly 30, 2017 at 1:03 am in reply to: Strange Script changing full width button on save/update #831634Hi,
Sorry for the late response, I’m not really sure what could have caused that other than a plugin conflict or a browser addon conflict. Now that it’s working properly it’s hard to say. Wish I could have been more help.Best regards,
MikeHey Luisgasser,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey GRP,
Sorry, the double click is not available right now, it requires some javascript to function. I did find this resource for you: https://stackoverflow.com/questions/4562012/make-a-link-open-on-double-click#answer-4562051
While on websites the double click is often considered an error, perhaps if you could explain what you are trying to achieve I could offer an option for you.Best regards,
MikeJuly 30, 2017 at 12:36 am in reply to: Upload / Import Theme Settings File – Button not working #831629Hi,
Sorry for the late response, in your case often this means the Zip extension needs to be installed on your host, or there is an error with it, please check with them that it is.Best regards,
MikeHey Charlotte,
Please refer to this link http://wpsites.net/web-design/fonts-wordpress/
or if you like to add a single font an alternate solution is to use a plugin like https://wordpress.org/plugins/use-any-font/Best regards,
MikeHi,
I believe your previous CSS is blocking the changes, Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey paultho,
Try this code in the General Styling > Quick CSS field:h3.widgettitle { text-align: center!important; }
Best regards,
MikeJuly 29, 2017 at 7:24 pm in reply to: Add Rounded Border & Background Color to Single Main Menu Item #831588Hey naryskina,
Try this code in the General Styling > Quick CSS field:#footer .container { width:100% !important; min-width:100% !important; }
Best regards,
MikeHey amrod1,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeJuly 29, 2017 at 6:48 pm in reply to: How to showcase Portfolio Categories inside a masonry element? #831580 -
AuthorPosts