Forum Replies Created
-
AuthorPosts
-
Hey Roy Packham,
Thank you for considering us, I would recommend using a multi-page format and using the home page to show some great photos and general info on the house and reaching you for a showing. Then link to the other pages to go in to more detail about each room, the yard, the neighborhood, and the great experience people will have owning your home.
Our Hotel demo: http://kriesi.at/themes/enfold-hotel/ would make it easy for you to do this, just replace all of the images with yours and follow the demo text to give you topics to write about your home.
You can never add to many photos, and don’t forget to talk about the local shopping, eating, schools, and night life as your site will attract home buyers that may not know your location well.
Good luck and thanks again!Best regards,
MikeHey Jennifer,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Please also tell us which portfolio categories are not displaying, also note that as a part of testing we will disable your plugins temporary, if you have not tried disabling your plugins please see if that resolves the issue.
Best regards,
MikeAugust 20, 2017 at 5:22 pm in reply to: Delete distance to menu & different menu colours on different pages #841722Hi,
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,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeAugust 20, 2017 at 5:04 pm in reply to: Featured Image Bigger than Actual Image + Gallery Thumbnails Way Too Small #841709Hi,
I can’t seem to get past the first login to get to the wp-login.
Please check :)Best regards,
MikeAugust 20, 2017 at 4:58 pm in reply to: Removing Side Bar and Blue Colored Footer on Product Page #841706Hi,
Here’s the update:li.av-burger-menu-main:before { content: url(https://smartfredrikstad.fw3.no/wp-content/uploads/2017/06/byvaapen-fredrikstad.png); position: absolute; left: -50px; top: 25px; }
Best regards,
MikeAugust 20, 2017 at 4:33 pm in reply to: Delete distance to menu & different menu colours on different pages #841700Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
MikeHi,
Thanks for the URL and the login, I was able to login by changing the curly ‘ to standard ‘ in the password.
anyways, I was not able to reproduce your huge header/menu in Chrome, Firefox, or Edge at any screen size.
So I don’t know why you are seeing this, do you have browser extensions or addons?
Have you tried clearing your cache?
Are you using IOS – Mac?
Sorry, I wish I was more help :)Best regards,
MikeHi,
Are you using @import url(“../Enfold/style.css”);
this can cause issues, as pointed out here: Child Themes: Enqueuing the parent theme stylesheet instead of using @import
Please try enqueuing in your functions.php filefunction load_parent_stylesheet() { wp_enqueue_style( 'parent-styles', get_template_directory_uri() . '/style.css' ); } add_action( 'wp_enqueue_scripts', 'load_parent_stylesheet' );
Here’s some more info about enqueuing from WordPress Codex
Best regards,
MikeHi,
I see what you mean: https://kriesi.at/support/topic/parallax-effect-doesnt-work-on-ipad/#post-230599
Sorry, I didn’t know, I’m on W10 and Android.
But, I did find this code that might help :)@media only screen and (max-width: 767px) { .av-parallax-inner.alternate_color.avia-full-stretch { background-size: 206% 69% !important; background-position: 66% 100% !important; }}
Best regards,
MikeAugust 20, 2017 at 3:07 pm in reply to: Delete distance to menu & different menu colours on different pages #841678Hi,
2) This changes the top bar background-color, hides the bottom border, and changes the font to white:.header_color .container_wrap_meta {background-color: #000 !important;} .header_color div {border-color: transparent !important; } .header_color .phone-info {color: #fff !important;}
1) It would be better to remove the title bar on a per page basis in the editor, go to Title Bar Settings > Hide Both
Best regards,
MikeHi,
Looks like that white space is mostly created by the red hr bar, in your custom css you have this:.hr{margin: 15px 0px !important;}
try removing the 15 so it only has the 0px.
You will still have a 12.75px top margin from the paragraph below, to remove that you will have to add a custom class, otherwise all paragraphs will be effected.
The code to hide your top menu can be set to only your homepage by adding the page-id to it like this:.page-id-11 .container_wrap_logo {display:none !important; }
Best regards,
MikeAugust 20, 2017 at 12:16 am in reply to: how to decrease title font size on ALL BLOG POSTS (THE ACTUAL BLOG POST PAGE) #841512Hey vlkwatchman,
Try this code in the General Styling > Quick CSS field:h1.post-title.entry-title.lightbox a {font-size: 1em!important; }
Best regards,
MikeHi,
The logo and menu items are in the same container, I thought you wanted space at the top of your whole site.
Your logo is showing at 289×210 and it’s real size is 300×218, so it shouldn’t be looking pixelated, unless your browser zoom is on, if I set mine to 130% it does look pixelated.
Hope this helps.Best regards,
MikeAugust 19, 2017 at 11:54 pm in reply to: How to change post categories from latest to oldest #841496Hey agcreativeweb,
Please try: https://kriesi.at/support/topic/how-to-sort-the-category-alphabetically-by-sort-the-portfolio-items-by-date/#post-208629
or: http://kriesi.at/documentation/enfold/change-the-sort-order-of-blog-posts-elements/Best regards,
MikeHi,
I would try the plugin https://wordpress.org/plugins/widget-css-classes/
to add classes to the widgets, then set the first widget to:
width: 450px;
margin-left: 20%;
the middle one to:
width: 160px;
margin: 0px;
and the last one to:
width: 160px;
margin: 0px;
my test created the image in the Private Content area.
You could then add the new social icons that you find at Fontello though Upload/Select Fontello Font Zip, in the Enfold Theme OptionsBest regards,
MikeHey xandria,
Please try this solution: https://kriesi.at/support/topic/blog-posts-excerpts-enfold/#post-125278Best regards,
MikeHi,
Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
the plugin Easy Smooth Scroll Links is one to be known to cause this issue, yet there maybe others.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeAugust 19, 2017 at 10:37 pm in reply to: Removing Side Bar and Blue Colored Footer on Product Page #841466Hey Nathan,
Try choosing no sidebar and Try this code in the General Styling > Quick CSS field:.archive .container {height: 100vh !important; }
Best regards,
MikeHey farrows,
Is the contact form in a color section? If so they push the sidebars down so try using a different element. If not then Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause. The Jetpack plugin, for one, has caused issues like this before.Best regards,
MikeHey Shane,
You can move it with css code like this:.logo {left: -50px !important; }
Try adjusting to suit.
Best regards,
MikeHi,
Try using the full width sub menu element below your slider or image, then choose your menu and hide your top menu with code like this:.container_wrap_logo {display:none !important; }
Best regards,
Mike -
AuthorPosts