Forum Replies Created
-
AuthorPosts
-
Hey dnweil,
Please try this css format:#top .av-main-nav span.avia-menu-text { font-family: sans-serif !important; font-size: 16px !important; font-weight: bolder !important; color: red !important; }If this doesn’t help please include the url to the page in question so we can take a closer look at what rules you are trying to achieve.
Best regards,
MikeHey scobiac,
I took a look at your site, and it is loading fine for me, I check all 3 pages.
Please check if this has been resolved.Best regards,
MikeHey algkent,
To change the search text to black so you can see what you type, Please try this code in the General Styling > Quick CSS field:#top .header_color input[type='text']#s { color: #000 !important; }Best regards,
MikeHey bobfurgo,
Please try this code in the General Styling > Quick CSS field:#header .avia-menu-text .av_font_icon span.av-icon-char { padding: 3px 8px!important; }Best regards,
MikeHey algkent,
It seems that the page you linked to is a 404, so I was not able to see your screenshots.
I believe that you are trying to say that you want some links to not be a blue color, which can be changed if a class or ID can be assigned to the links.
Please link to the page and screenshots.Best regards,
MikeAugust 11, 2018 at 10:40 pm in reply to: Adjust the Colour Section Image Position on Mobiles #996348Hey lilijabula,
For the color section background image Please try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { .responsive #top h1.av-special-heading-tag { font-size: 20px !important; } .responsive #top #service { background-position: top 55px left !important; } .responsive #top #wrap_all #service .container { width: 65% !important; margin-left: 5px !important; } }Please see the screenshot in Private Content area.
Best regards,
MikeHey lilijabula,
I see that the font ‘Italianno’, is loading correctly but replacing it with ‘Great Vibes’, seems to load a different font.
I tested this on my localhost which worked correctly.#top .av-special-heading .av-subheading.av-subheading_below { font-size: 24px !important; font-family: 'Great Vibes', cursive !important; }Can you please include a admin login in the private content area so we can take a closer look.
Best regards,
MikeHey crouchy25,
I took a look at the page you linked to in mobile, but I don’t see any dates. I assume you have tried clearing the cache on your device, and checked the link in incognito (private) mode.
Please include a screenshot of what you are seeing, and which browser you are using so we can try to reproduce it.Best regards,
MikeHi,
Glad we were able to help, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeAugust 11, 2018 at 6:51 pm in reply to: Main Blog Posts page – Posts Rows: Title & image on left, excerpt on Right #996323Hey OhYa1337,
I took a look at your page and changed the sidebar settings to show a sidebar, for the small single author layout the sidebar must be enabled to show the image to the left of the post.
I also see that you added some custom css to make the images 280px square, but there was an error in the code that I corrected, so it is now working.
To remove the pencil icon and gray background color from the posts with no featured image, you could add this css to your Quick CSS:#top.page-id-344 .small-preview .iconfont { display: none !important; } #top.page-id-344 .main_color a.small-preview { background: transparent !important; }If you would like to have a background image for the posts that have no featured image, try this css:
#top.page-id-344 .blog-meta a.small-preview { background: url(https://your-site.com/wp-content/uploads/2018/05/hero-blurred.jpg)center center no-repeat; background-size: cover; } #top.page-id-344 .small-preview .iconfont { display: none !important; }just replace the image url with one you would like to use, or replace “your-site.com” with your domain to test with.
Best regards,
MikeAugust 11, 2018 at 5:14 pm in reply to: Part of the header remains stuck when I scroll down in tablet device #996311Hey nickgin,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
I added a slightly different version of the solution to your functions.php and it seems to be working correctly now.
Please clear your browser cache and check.Best regards,
MikeHi,
Thanks for the login, I found a function in your child theme functions.php that is not working as intended, and is causing the error.
I recommend removing it to ensure it is causing the error, and then look at where the code was found to figure out where the error is within the code.Best regards,
MikeHi,
To add the bullet, Please try this code in the General Styling > Quick CSS field:#newsbox-2 li { background: url(https://www.barrelracingtips.com/wp-content/themes/socrates/images/bullet.png) no-repeat -1px 5px !important; padding-left: 16px !important; padding-right: 2px !important; padding-top: 0px !important; padding-bottom: 3px !important; }please replace the image url with the url of the image on your new site, see the post above to download the image.
I checked some of your other pages and didn’t see the “recent post” in the sidebar, so let us know if you need this to work on another page.Best regards,
MikeHey Max,
I took a look at your site, and it looks like some products are perhaps hidden, possibly based on post type or something else.
I found this css in your page:#top #main .product aside {display:none;}Please try disabling your plugins, and cache and removing your custom css to see if that corrects the layout.
Also try choosing: Enfold Theme Options > Performance > Disable Template Builder Elements > “Always load all elements”
If this doesn’t help, please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey Max,
It looks like this is created by this rule in your custom css:#top #main .inner_product_header {min-height: 150px;}Please try adjusting it to a smaller number to remove the extra space.
Best regards,
MikeHey Steve,
I took a look at your page, but the headlines seem to have no text transform, perhaps this was a caching issue for you?
Please see the screenshot in Private Content area, to ensure I’m looking at the correct elements.Best regards,
MikeHey mframe,
As I understand, the contact form posts directly without going to anther url. You can examine the function at:
enfold\config-templatebuilder\avia-shortcodes\contact
Sorry, I haven’t used AMP so I hope this helps point you in the right direction.
My forum search didn’t reveal anything specific that needs to be done to use the contact form with AMP.Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHey Demaup,
Please try this code in the General Styling > Quick CSS field:.breadcrumb .sep { overflow: visible !important; }Best regards,
MikeHey Golobish,
I have taken a look at your page, and I don’t see any errors in the browser console when I click “load more”, Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
We are happy to take closer look into this for you. Please change the blog element back to using the categories, like you had it and temporarily deactivate all of your plugins to see if this situation continues, if so you can reactivate them, so your shop will continue to be open and I will ask the rest of the team to take a look for their input.
I recommend doing this during a slow time of day for your shop.
I tired to login but the login isn’t working for me now? Please check this as I’m sure the team will also want to take a look from your admin panel.
Thank you.Best regards,
MikeHey steviger,
I tested this solution out on my localhost, and found that it worked good. Please check the ID you added to the color section and ensure you didn’t include the # sign.
I edited my hosts file & went to your site, but I don’t see the columns that your are trying to center. Are they on your homepage? can you include a screenshot?Best regards,
MikeHey So Evolve,
This article explains how to format phone number links
Can you explain what issues you have been experiencing, and what solutions you have tried?Best regards,
MikeAugust 10, 2018 at 5:03 am in reply to: increase the horizontal spacing between the main menu items #995803Hey hostworks,
To increase the padding between the menu items, Please try this code in the General Styling > Quick CSS field:.av-main-nav > li > a { padding: 0 26px !important; }The current padding is 13px, so this would double the padding. Please adjust to suit.
Best regards,
MikeHey bobfurgo,
Please try this code in the General Styling > Quick CSS field:#top.home .sfm-navicon,#top.home .sfm-navicon:after,#top.home .sfm-navicon:before,#top.home .sfm-label-metro .sfm-navicon-button,#top.home #sfm-mob-navbar { background-color: #fff !important; }Best regards,
MikeHi,
I took a look into your sidebar widgets and see you are using the “Latest News” widget, with multiple categories selected to show, one of them being the “highlight” category you wish to style differently. Unfortunately the “Latest News” widget doesn’t include the category class of the items it shows. I tried to find a function to have it include the categories, without success.
But I did come up with a work around, you can add several “Latest News” widgets and choose which categories they show and how many posts the show, and for each of these widgets a unique ID is created, such as “#newsbox-2” which you can style.
So if you want 3 different posts to show, each styled differently, you could add 3 “Latest News” widgets each displaying a different category.
We would be happy to assist in creating the css to style these widgets differently.Best regards,
MikeHey gopipi,
Sorry I don’t have access to that, but I very certain we are not blocking any IP’s. Are you using Strato webhost?
I can offer a work around, try downloading the images to your localhost and uploading via ftp to your site.
Then edit the demo import file at \wp-content\themes\enfold\includes\admin\demo_files\blog-lifestyle.xml
doing a search and replace forhttp://kriesi.at/themes/enfold-lifestyle-blog/and replace with your site url, then you can import the demo though WordPress Import.
This will import the images from your host instead of our host.
(If you post your url in the Private Content area, I could do the search and replace for you, if you wish)Another option, if you have installed the demo on your localhost, try using this plugin to push the database to your webhost. You will need to install the plugin on both installs and manually upload the images via ftp, but it works very well for troublesome hosts like Strato.
Best regards,
Mike -
AuthorPosts
