Forum Replies Created
-
AuthorPosts
-
Hi,
The provided credentials aren’t working for me.
Best regards,
Jordan ShannonHi,
You seem to have some broken css somewhere, as when I remove everything below my code, the text appears. Please review your css rules to locate the break and it should work.
Best regards,
Jordan ShannonHi,
I entered in an incorrect user/pass and have been locked out. Could you please reset?
Best regards,
Jordan ShannonHi,
How are you attempting to overwrite the file? It are you receiving any kind of errors when you attempt to do so? Make sure you have the file permissions set to 777.
Best regards,
Jordan ShannonJune 6, 2017 at 6:38 pm in reply to: Make bold letters black instead of red in certain cases? #804637Hi,
Great! I’m glad Yigit’s solution worked for you. If you need additional help please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Great! I am glad I was able to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
No problem, if you need any additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Unfortunately no permanent solution has been found for this particular issue yet. All bug fixes are listed on future updates, so hopefully this is something that can be addressed soon.
Best regards,
Jordan ShannonHi,
Have you set it to center within the actual separator options?
Best regards,
Jordan ShannonHi,
Try with just start:
#start{ padding-bottom:100px!important; }Best regards,
Jordan ShannonHi,
I see, and did 115% center it for you?
Best regards,
Jordan ShannonHi,
I will ask my teammates if they have additional ideas on this issue.
Best regards,
Jordan ShannonHi,
You can give the class whatever you need. If you want, you can copy the classes (only-desktop, only-mobile) from the css I have posted above.
Best regards,
Jordan ShannonHi,
It looks likes someone edited the css I put for the icon. It is now saying 115% when I gave you 120%. If you correct that it should be fixed.
Best regards,
Jordan ShannonHi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonJune 6, 2017 at 4:06 pm in reply to: How to make the logo image smaller on mobile screens only? #804549Hi,
Great. If you need additional help let us know here in the forums.
Best regards,
Jordan ShannonHi,
Are you looking for auto-play on mobile?
Best regards,
Jordan ShannonHey retawer,
Add the following to quick css:
#menu-item-229{ margin-top:15px!important; }Let me know if this works
Best regards,
Jordan Shannon-
This reply was modified 8 years, 9 months ago by
Jordan Shannon.
Hey msbllc,
Remove this that you have above:
@media only screen and (max-width: 900px) .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar { #top .fullsize .template-blog .blog-meta { float: none !important; width: 200px; margin-right:0px !important; }}and add the following to quick css:
@media only screen and (max-width: 767px){ .blog-meta { float: none!important; margin-right:none !important; width:100%important; } }Best regards,
Jordan ShannonHey Jasmer,
You could create a second version of the section (and place it at the bottom) and use classes like this for each respective section so the top one only appears in desktop and the bottom one in mobile. That way you can properly arrange the mobile one to whatever you’d like it to be:
.only-mobile{ display: block !important; } .only-desktop{ display: none !important; } @media only screen and (min-width: 767px) { .only-mobile{ display: none !important; } .only-desktop{ display: block !important; } }Best regards,
Jordan ShannonHey blizzmarketing,
I am not sure of one that would work 100% as we don’t see this request to often. But, with this search link something that suits you should turn up. It just may take a bit of testing and research.
https://wordpress.org/plugins/search.php?q=slider+widget
Best regards,
Jordan ShannonJune 5, 2017 at 11:43 pm in reply to: Remove space between main menu sublevel links and subcategory header #804225Hi,
I am glad that Yigit’s solution worked for you. If you need additional help, please contact us here in the forums.
Best regards,
Jordan ShannonHey dhuet,
Please see the following on how to alleviate this issue:
http://www.wpbeginner.com/wp-tutorials/how-to-fix-render-blocking-javascript-and-css-in-wordpress/
Best regards,
Jordan ShannonHey pczjrh,
We haven’t tested it ourselves but some users reported issues, try googling: ‘eventon site:kriesi.at’ or https://kriesi.at/support/tags/eventon/. Unfortunately we do not have a concrete solution that would alleviate the issue, but perhaps in the future, a plugin update will solve things.
Best regards,
Jordan ShannonJune 5, 2017 at 11:35 pm in reply to: My domain host says that part of the enfold theme is placed there by hackers. #804218Hey ernzthubertlindberg,
Have you attempted a fresh install of the WordPress theme. Fresh files without any malicious code injected. This may be a better solution if more than one file has been effected.
Best regards,
Jordan ShannonJune 5, 2017 at 11:30 pm in reply to: not to display thumbnails images of product categories #804216Hey goldglobe,
Add the following to quick css:
.category_thumb{ display:none }Best regards,
Jordan ShannonHi,
This portion:
#start .template-page content.av-content-full.alpha.units{ padding-bottom:180px!important; }Try increasing from 180px and see if that helps.
Best regards,
Jordan ShannonHey miltonjeffrey1,
Would you be able to provide WP-admin and FTP info so that we can look into this issue further?
Best regards,
Jordan ShannonHi,
Through research I have read additional threads about this issue, but unfortunately no concrete solution or permanent fix. Perhaps contacting the Yoast developers could yield results.
Best regards,
Jordan ShannonHi,
You can edit what I originally gave you to the following:
.light_bg_color.title_container .container{ width:100%!important; max-width:100%!important; padding-top: 25px!important; min-height: 86px!important; }That should take care of the height.
Best regards,
Jordan Shannon -
This reply was modified 8 years, 9 months ago by
-
AuthorPosts
