Forum Replies Created
-
AuthorPosts
-
Hi,
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,
MikeHi,
That’s great news!
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Please download the icon set here
and use the import option at Enfold Theme Options > Import/Export > Upload/Select Fontello Font ZipBest regards,
MikeAugust 19, 2017 at 9:31 pm in reply to: How to enable "Header Title and Breadcrumbs" but only on bbPress pages? #841429Hey hmuscroft,
If you use the inspector in your browser, you can hide them on some pages like this:.postid-1, .page-id-2 .title_container {display:none !important; }
but if you have many pages you may wish to use a plugin.
Best regards,
MikeHey Candratech,
Have you tried a caching plugin? I like https://wordpress.org/plugins/wp-fastest-cache/
Perhaps a combine and minify plugin such as https://wordpress.org/plugins/merge-minify-refresh/
I have not tried that one, but there are many to choose from
This article may help: http://www.wpbeginner.com/plugins/how-to-minify-css-javascript-files-in-wordpress/Best regards,
MikeHi,
I would be able to better answer after I see your site, thank you for the login details, but we don’t know your URL.Best regards,
MikeHey servingpaleo,
If you find your page ID using the inspector in your browser, you can target one page or an element with code like this:/* this is for one page */ body.page-id-1 p { font-family: Raleway; } /* this is for one element */ .avia-builder-el-45 p { font-family: Raleway; }
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts