Forum Replies Created
-
AuthorPosts
-
June 29, 2017 at 3:48 am in reply to: How to do the "Latest Portfolio Entries without Excerpt" section #814188
Hi,
I’m not sure I understand your question about your example link, but on the most part the code is not the same for everyone. The code above only works on one page “.page-id-305”Best regards,
MikeHi,
I changed the color in the Advanced Styling, and it seems to have fixed it. Very odd that it did that.
Please clear your cache :)Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field to remove the arrows:.ajax_next, .ajax_previous {display:none !important; }
Sorry I didn’t find a solution to share the actual career post rather than the page, sense it is page based.
Please clear your cache :)Best regards,
MikeJune 26, 2017 at 11:49 pm in reply to: Many visitors cannot comment on my posts – get Nothing Found error message #813253Hi,
Can you please include a admin login in the private content area so we can take a closer look?Best regards,
MikeHi,
I wonder why the size of your images did not change, Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeJune 25, 2017 at 10:02 pm in reply to: Visitors commenting using mobile site can't scroll down to "Submit" button #812817Hi,
I could not login to test this, but I believe this code will increase the size of the comment box so long comments won’t push the button down behind other elements.
Try this code in the General Styling > Quick CSS field:#respond.comment-respond {height: 900px !important; }
Best regards,
MikeJune 25, 2017 at 9:40 pm in reply to: Extra field with contact information and photo in the mobile menu #812814Hi,
You probably would find it easiest to use a plugin such as: https://wordpress.org/plugins/widgets-in-menu/
While you can add a widget to the header: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ I couldn’t find a solution to adding a widget to the menu.
I did try adding a custom menu item with this as the link text:<div class='contact'><img class='img-circle' src='https://127.0.0.1/wp-content/uploads/2017/02/people-3.jpg'>Mike<br>Phone: 555-5555</div>
and this CSS:
.img-circle {border-radius: 50%; height: 100px; display: block;} .contact {margin-left: 35%; } @media only screen and (min-width: 999px) { .contact {display: none !important;}}
While it worked, it was not the best and the link text field has it’s limitations. So you may wish to look for a plugin :)
Best regards,
MikeHi,
I can see the logo, before and after scroll. Here’s how to move it down:div .logo { top: 15px!important; }
Best regards,
MikeJune 25, 2017 at 8:19 pm in reply to: Many visitors cannot comment on my posts – get Nothing Found error message #812799Hey suzannewm94,
I was able to make two random posts, perhaps you have a comment spam blocker that flagged them?
Here’s someone that had the same issue and it was their .htaccess file: https://kriesi.at/support/topic/404-error-when-trying-to-post-a-comment/#post-98553Best regards,
MikeHi,
To move your logo left, Try this code in the General Styling > Quick CSS field:div .logo {top: 8px!important; left: 50px!important; }
note the “top” in the code, it is what your site is set to right now, to move the logo up make the number smaller or negative, to move down make it larger. To move the logo right, make the “left” number larger, or negative to move left. Please clear your cache: [http://www.refreshyourcache.com/en/home/] after each change :)
To change the phone info, use and adjust this code:.phone-info {font-size: 20px!important; }
For the border, use and adjust this code:
.html_header_transparency #top .avia-builder-el-0 { border-bottom-width: 20px!important; border-bottom-style: solid!important; border-bottom-color: #777!important; }
For the search box, please read this: https://kriesi.at/support/topic/how-to-make-very-large-search-box-in-middle-of-front-page/#post-387135
Best regards,
MikeHi,
You should not need a business account if you are only using on one domain.
Our themes allow you to change most colors very easily, and we are also happy to help with any colors with CSS code in the support forum. We also help with many other changes, including the branding. :)
Best regards,
MikeJune 25, 2017 at 7:19 pm in reply to: [re-open]How to remove space below logo+main menu area? #812777Hi,
Try this for the url given:.content.av-content-full {padding-top: 0px!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,
MikeJune 25, 2017 at 5:47 pm in reply to: Background image color section – text position on mobile view #812752Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey milieti,
Try this code in the General Styling > Quick CSS field:h3.slide-entry-title { font-size: 20px !important; }
Best regards,
MikeHey ronmann,
Your thumbnail is 75×100 showing at 277×370, Please try going to Settings > Media and increase thumbnail sizes to 370x370px and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/Best regards,
MikeJune 25, 2017 at 5:33 pm in reply to: Blog Post – remove space between logo/menu and heading and horizontal line #812743Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey kilimats,
Please see https://kriesi.at/support/topic/autoplay-self-hosted-videos/#post-183985Best regards,
MikeJune 25, 2017 at 5:24 pm in reply to: Accordion element opening and closing immediately on our FAQ page. #812736Hi,
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,
MikeJune 25, 2017 at 5:03 pm in reply to: Background image color section – text position on mobile view #812726Hey anma,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { #top #wrap_all .av-inherit-size .av-special-heading-tag { padding-top: 50px!important; }}
Best regards,
MikeJune 25, 2017 at 4:59 pm in reply to: Add additional "Widget" or "Content-Box" on Start Page #812724Hey strauch27,
The text and buttons are in your slideshow, open that element, and look for the “caption” tab, there you will see the text and below will be the buttons :)Best regards,
MikeHey wescrete,
Try this code in the General Styling > Quick CSS field:.team-img-container img {width: 50%!important; }
Feel free to adjust the size to suit :)
Best regards,
Mike-
This reply was modified 8 years ago by
Mike.
June 25, 2017 at 4:41 pm in reply to: I got a strange error message when I uploaded the enfold theme to my WordPress #812716Hey sophieareli,
Please try to clear the server cache and overwrite the theme files with a fresh copy from your Themeforest account via FTP to see if that helps? http://kriesi.at/documentation/enfold/updating-your-theme-files/Best regards,
MikeHey Horea,
Try this code in the General Styling > Quick CSS field:::-webkit-input-placeholder { color: #fff !important; } :-moz-placeholder { color: #fff !important; } ::-moz-placeholder { color: #fff !important; } :-ms-input-placeholder { color: #fff !important; }
Best regards,
Mike -
This reply was modified 8 years ago by
-
AuthorPosts