Forum Replies Created
-
AuthorPosts
-
Hi,
You’re welcome, what query are you referring to? maybe using widgets would help?
Best regards,
NikkoHi Joep,
This code is wrong:
#.menu .flex_column.av_one_fourth { background-size: cover !important; background-position: top center !important; }Please remove #, it should look like:
.menu .flex_column.av_one_fourth { background-size: cover !important; background-position: top center !important; }Best regards,
NikkoJanuary 31, 2018 at 4:55 am in reply to: How to increase text size on "search not found" page #905331Hi,
You’re welcome :) try adding this css code:
.search-no-results .search_not_found { font-size: 16px; }Best regards,
NikkoJanuary 31, 2018 at 4:52 am in reply to: footer widgets on tablet views – how to reduce to 2 columns instead of 4? #905329Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
NikkoHey curmi01,
You will need to have your video in 16:9 for it to work properly, you can see in the link in private content even in youtube it shows those black borders on top and bottom.
Best regards,
NikkoJanuary 31, 2018 at 4:40 am in reply to: footer widgets on tablet views – how to reduce to 2 columns instead of 4? #905322Hey Julie,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1024px) and (min-width:768px) { #footer .flex_column.av_one_fourth { margin-right: 3%; margin-left: 0; width: 47%; } #footer .flex_column.av_one_fourth:nth-child(2n) { margin-right: 0; margin-left: 3%; } }Let us know if this helps :)
Best regards,
NikkoHi,
Glad that it worked! :) Let us know if you need further assistance or if we can close this thread.
Best regards,
NikkoHi,
Glad that we could help. Let us know if you need further assistance or if we can close the thread :)
Best regards,
NikkoHey simulthink,
Can you try to re-update Enfold again, some files might not be successfully added, you can also try to update Enfold via ftp, for more information you can refer to this thread: https://kriesi.at/archives/the-complete-guide-to-updating-enfold
Best regards,
NikkoHi,
That probably is some caching issue, either on your browser on your site. We will be closing this thread. Thanks for using Enfold :)
Best regards,
NikkoJanuary 31, 2018 at 4:29 am in reply to: How to increase text size on "search not found" page #905314Hey Julie,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.search-no-results #search-fail p.entry-content { font-size: 18px; }Hope this helps :)
Best regards,
NikkoHey thuwirawat,
You can use this: https://ufile.io/tvp6x
Best regards,
Nikko-
This reply was modified 7 years, 12 months ago by
Nikko.
Hi,
Glad that we could help. Thanks for using Enfold :)
Best regards,
NikkoHi,
Can you try to clear the browser cache and check, if that doesn’t work, can you post a screenshot on how it looks on your end?
Best regards,
NikkoHey Armstrong88,
Thanks for providing admin access, I removed this code which is preventing the css code below it from working
-------------then replaced the code above with this:
#header .widget { right: 0; padding-top: 0; position: absolute; top: 0; transform: translate(-25%); z-index: 999; } @media only screen and (max-width:1310px) { #header .widget { transform: translate(0); } }Let us know if it helps.
Best regards,
NikkoHi,
Glad to hear that. Let us know if you need further assistance or if we can close the thread :)
Best regards,
NikkoHi Daniel,
You’re welcome and sorry we couldn’t do much. Thanks for using Enfold and hope everything goes smoothly :)
Best regards,
NikkoHi,
Yes, this should have fixed the issue on the double pagination:
#top .pagination_split_post { display: none !important; }if that doesn’t help, try adding this instead:
#top #main .pagination_split_post { display: none !important; }Best regards,
NikkoHi Kreutzfeld,
You’re welcome :) We will keep this thread open until you have tested it further. Once you have tested it, let us know if we can close the thread or if there’s are other issues :)
Best regards,
NikkoHey magister10,
Can you tell us what php version you are using? try upgrading it to 5.6 and above.
Best regards,
NikkoHi d2mediahub,
Sorry, I misunderstood, can you try using Icons instead and combine it with some layout elements, the icons have the social icons you need and will be able to set the link and set it to open in new window.
Best regards,
NikkoHi,
I checked it and it doesn’t seem I could retrieve them, usually the solution is to use the old theme back (if you have a backup), otherwise the only thing left to do is to rebuild it.
Best regards,
NikkoHi,
You’re welcome, try adding this Quick CSS:
.page-id-18798 #av_section_2 .flex_column.av_one_half { padding-left: 0 !important; padding-right: 0 !important; } .page-id-18798 #av_section_2 .flex_column.av_one_half .avia-image-container-inner, .page-id-18798 #av_section_2 .flex_column.av_one_half .avia-image-container-inner img { border-radius: 0 !important; } .page-id-18798 #av_section_2 .flex_column.av_one_half .avia-icon-list-container, .page-id-18798 #av_section_2 .flex_column.av_one_half .av-special-heading { padding-right: 50px; }Hope this helps :)
Best regards,
NikkoHi,
I just tested it on the link you posted and I was able to post, screenshot in private content. Is it already fixed?
Best regards,
NikkoHey Lara,
Thanks for providing the login access, I have added Custom Class on the shortcode for social icons in your footer and added this css code in Quick CSS:
#footer .twitter a:hover { color: #a3d1f9; } #footer .youtube a:hover { color: #d2463a; } #footer .linkedin a:hover { color: #3472a4; } #footer .vimeo a:hover { color: #629640; }Let us know if you need further assistance :)
Best regards,
NikkoHey Anne-lys87,
Can you post a link to your site? so we can take a closer look. You can post it in private content so only moderators and you (thread creator) can view it.
Best regards,
NikkoHey DROR,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-18798 #av_section_2 .avia-icon-list { margin-right: -8px; } .page-id-18798 #av_section_2 .avia-icon-list li { margin-right: 0; } .page-id-18798 #av_section_2 .avia-icon-list .iconlist_icon { text-align: right; margin-left: 0; } .page-id-18798 #av_section_2 .avia-icon-list .iconlist-timeline { display: none; }Hope this helps :)
Best regards,
NikkoHi,
Glad we could help. Let us know if you need further assistance or if we can close the thread :)
Best regards,
NikkoJanuary 30, 2018 at 12:08 pm in reply to: Masonry, Portfolio entries – Sortable taxonomies – Danish special letters æ ø å #904784Hi,
Glad to hear that. Thanks for using Enfold :)
Best regards,
NikkoJanuary 30, 2018 at 12:08 pm in reply to: How do I add some space between the main menu and the colorsection #904782Hi,
Glad to hear that. Thanks for using Enfold :)
Best regards,
Nikko -
This reply was modified 7 years, 12 months ago by
-
AuthorPosts
