Forum Replies Created
-
AuthorPosts
-
Hey Alberto,
I think it’s possible but you will probably need to add css class on some sections ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ). And add css codes (using flex). Can you create a sample page and post a link so we can test it and help you with the css.
Best regards,
NikkoHey Pascal,
It is just follow the instructions on the link you gave and make sure to use a child theme.
Best regards,
NikkoHi Pascal,
I have changed the background colors from #5F95FC to green. Let us know if it’s good on your end.
Best regards,
NikkoJanuary 18, 2017 at 11:04 am in reply to: Masonry colors not conforming with alternate background #735238Hey M1000000,
Can you post a link to that page? so we can have a closer look to it. You can post the link in “private content” so only moderators can view.
Best regards,
NikkoHey mosaiqueenceze,
Try adding this css code in Quick CSS:
#main .container_wrap.sidebar_right .container { padding-right: 0; }
I checked the footer but it seems only the copyright and facebook icon is left there.
Best regards,
NikkoHey KyriakosKaz,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.category-featured .sidebar.sidebar_right { display: none !important; }
assuming the category name is featured just replace it with the specific category you have. Hope this helps :)
Best regards,
NikkoHi,
We have added an id to that layer: custom-video1 and added this css code in Quick CSS (located in Enfold > General Styling):
#custom-video1 { left: 0 !important; }
Let us know if it’s good :)
Best regards,
NikkoHi,
This error appears on your contact page:
You have included the Google Maps API multiple times on this page. This may cause unexpected errors.
It seems that there’s a conflict with one of the plugins. Can you try to disable all plugins and clear out all the cache, let us know if the issue still persists.
Best regards,
NikkoHey PAGEPAPER,
It might be possible with some css, can you point us to your search page? also try adding this css code in Quick CSS (located in Enfold > General Styling):
.search .header_bg { background:transparent !important; } .search #main { padding-top: 0px !important; }
Hope this helps :)
Best regards,
NikkoHey forde,
That’s really weird, I’ve also tested it in an old iphone and an android phone but it works well on there and also no js errors. Can you try to test it using a chrome browser on your iphone if the same issue persists.
Best regards,
NikkoHi Elsa,
It should work since it was working on a web inspector but since it doesn’t work, can we request for temporary admin access? so we can inspect it further.
Best regards,
NikkoHi,
I just checked it again and it seems you have already managed to remove it since I couldn’t see the post-title anymore even in the source code of the page.
Best regards,
NikkoHi Bert,
It looks good on my end with no tiny gaps, can you post another screenshot on how it looks like now? and also can you tell us what browser and os you are using so we can try to replicate your working environment when we are checking. As for hiding caption on table (portrait) and mobile, try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:960px) { figcaption.av-inner-masonry-content.site-background { display: none !important; } }
Let us know if this helps :)
Regards,
NikkoHey,
Glad we could help :)
Best regards,
NikkoHi Rio1,
Glad we could help :)
Best regards,
NikkoHi Lucy,
This part of the code is where the content is showing up:
get_template_part( 'includes/loop', 'index' );
It calls the loop-index.php file found in the includes folder, you might want to replace the
get_template_part( 'includes/loop', 'index' );
with the code written there and place the custom content there.
Best regards,
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.av-overlay-on-hover .av-image-caption-overlay { opacity: 1; filter: alpha(opacity=100); } .av-overlay-on-hover:hover .av-image-caption-overlay { opacity: 0 !important; filter: alpha(opacity=0); }
Let us know if this helps :)
Best regards,
NikkoHi Ana,
Glad we could help :)
Cheers!
NikkoJanuary 17, 2017 at 11:00 am in reply to: Delete the Title in posts (post-title entry-title) #734628Hey Eisi101,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
Best regards,
NikkoJanuary 17, 2017 at 10:59 am in reply to: Portfolio entry transparent header – only half transparent, half colored #734627Hey joerka27,
I don’t see any difference on both pages, is it already fixed?
Best regards,
NikkoHi,
Glad that you solved the problem and shared the solution. :)
Best regards,
NikkoHi,
Try adding this css code:
#top .single-product-main-image .onsale { top: -40px; }
Let us know if this helps :)
Best regards,
NikkoHey Ganubis,
It’s possible but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
NikkoHi,
Can you also give us an ftp access on your site?
Best regards,
NikkoHey olofnaucler,
Are you using the Advance Layout Builder’s blog post module?
Best regards,
NikkoHi,
I think it’s best to duplicate/clone your website (all of it including the database) since you can’t use same database for both sites otherwise any change made on either one of the two sites, it will reflect on both sites.
Best regards,
NikkoHi,
I can see this in footer column 1 in widgets:
[listmenu menu="main-menu"]
I think the reason you aren’t seeing any changes when you already did some, is because the caching is turned on and the cached version of the page is being served when we open the page, try clearing the cache and turning off the caching plugin before doing changes.
Best regards,
NikkoHi,
Have you tried using this html code in a text block? just make sure you are using the text and not the visual tab:
<span data-avia-tooltip="I'm a tooltip!">Warning... Tooltip behind!</span>
or you might want to use tooltip plugins such as: https://wordpress.org/plugins/simple-tooltips/
Hope this helps :)Best regards,
NikkoJanuary 17, 2017 at 2:32 am in reply to: Make widget to right of the header move social icons down #734436Hey!
It seems like you have this code in Quick CSS (located in Enfold > General Styling):
div.phone-info { width: 100%; text-align: center; margin-top: -30px; }
try replacing it with:
div.phone-info { width: 100%; text-align: right; margin-top: 0; }
Let us know if this helps :)
Cheers!
NikkoHey Todd!
Can you post a link to your site?
Regards,
Nikko -
AuthorPosts