Forum Replies Created
-
AuthorPosts
-
Hey 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,
MikeHi,
Glad to help, after you get a chance to try this, and your satisfied, let us know and we will close the thread.Best regards,
MikeHi,
To add the icons it looks like you added this code to the menu title field:<img class="icon-fb">
please change the img tag to div, like this:
<div class="icon-fb"></div>
note that you must also have a closing tag with a div
Best regards,
MikeHi,
I see that some of your posts have no tags, if you go to your “all posts” panel, you will see one column titled “tags”
then if you scroll down you will see some have a dash and no words. Since we are listing your posts by tags they will not show.
A easy solution would be to add one currently used tags to each of those posts.
You can do this from the panel by hovering your mouse over the post title until you see the edit options and click “Quick Edit”, then in the tags field paste “Clean Water” or any other tag in use, and then click save.
The will allow the posts to show on your blog.Best regards,
MikeAugust 9, 2018 at 3:38 am in reply to: sticky subnavmenu has space to the top (but shouldn't) #995212Hi,
Sure, it looks as though you are using a custom css plugin, if so please check the code in it for:#header_meta { background: #dd7027 !important } #header_main ul li a:hover span { color: #dd7027 !important }
and change the color code to the one you wish to use.
If you are not using a plugin, then check WordPress > Customize > Additional CSS & Enfold Theme Options > General Styling > Quick CSS field
for the code.Best regards,
MikeHi,
Glad we were able to help, 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,
MikeHi,
I found in your child theme style.css you had this css hiding the mobile menu:@media only screen and (max-width:989px) {.main_menu .avia-menu,#header_main_alternate,.fallback_menu {display:none;} .container #advanced_menu_toggle,#advanced_menu_hide {display:block;} .responsive.html_mobile_menu_tablet.html_logo_right #advanced_menu_toggle {left:auto;} .responsive #header .main_menu .social_bookmarks {display:none;}}
and in your Quick CSS you also had this css:
.avia-menu { display: none !important; }
I commented both rules out so the mobile menu now works.
Please clear your browser cache and check.Best regards,
MikeAugust 9, 2018 at 2:53 am in reply to: Saving Enfold Contact Form to Database (Finally Solved!!) #995204 -
AuthorPosts