Forum Replies Created
-
AuthorPosts
-
Hey Adam,
Can you try adding this css code in Quick CSS
@media only screen and (max-width:1024px) { .responsive #top #wrap_all #header { position: fixed !important; } .responsive #top #main { padding-top: 88px !important; } }
Let us know if this helps.
Best regards,
NikkoHi Michael,
Unfortunately, it would take a lot of time to do that modification on Enfold’s contact form.
That’s why we suggest using plugins such as contact form 7 which specializes on forms, enfold’s form on the other hand just includes basic form functionalities.Best regards,
NikkoHi rickyrivaldi,
Here is the layout for Home v8 Frontpage shop: https://imgur.com/a/VMmKt1G
This is the setting for the product slider: https://imgur.com/a/8kdwQ1g
Hope this helps.Best regards,
NikkoOctober 23, 2018 at 3:10 pm in reply to: Masonry gallery: Disable animation of images on page load, and load more. #1025453Hey IngridSpielman,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
.av-masonry-entry { opacity: 1 !important; visibility: visible !important; }
Let us know if this helps.
Best regards,
NikkoHi 55577222,
It still doesn’t work, please check.
I’m referring on the login access in private content.Best regards,
NikkoHi gmoss,
I see, you can download it here (link in private content).
This will expire in 30 days, please don’t share this with anyone for obvious reasons.Best regards,
NikkoHi dondela,
I don’t see anything wrong with the code and even tried to add it on the footer and it doesn’t cause any issues at all.
Instead of using the shortcode to show that, can you try use this html equivalent:<div id="av-layout-grid-1" class="av-layout-grid-container entry-content-wrapper main_color av-flex-cells container_wrap sidebar_right"> <div class="flex_cell no_margin av_one_fifth av-zero-padding" style="height:5px; min-height:5px;vertical-align:top; padding:0px; background-color:#99cc99;"><div class="flex_cell_inner"></div></div> <div class="flex_cell no_margin av_three_fifth av-zero-padding" style="height:5px; min-height:5px;vertical-align:top; padding:0px; background-color:#009933;"><div class="flex_cell_inner"></div></div> <div class="flex_cell no_margin av_one_fifth av-zero-padding" style="height:5px; min-height:5px;vertical-align:top; padding:0px; background-color:#99cc99;"><div class="flex_cell_inner"></div></div> </div>
Let us know if it helps.
Best regards,
NikkoHi jancecile,
Glad to hear that :)
Feel free to comeback if you need further assistance.Best regards,
NikkoHi theepicureanarchitect,
Glad to hear that it worked :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Nick,
I’m not really sure how to test that.
But I am sure that portfolio is registered, you can check this in enfold > includes > admin > register-portfolio.php (version 4.5) line 47:register_post_type( 'portfolio' , $args );
Best regards,
NikkoHi Gitte,
Yes, it’s set on all Enfold sites, including our demo.
I think it looks good, though maybe not anyone thinks the same way.
Also the reason might be because it does look good and also a web safe font.Best regards,
NikkoHi claychurchill,
Thanks for giving us admin access.
I’m getting a 404 response on slideshow.css (link in private content), which is necessary for the slider to work properly.
The file seems to be missing, you can just fill in the file or just try to re-upload the parent theme: enfold and that should fix the issue.Best regards,
NikkoOctober 23, 2018 at 2:03 pm in reply to: CSS problems with plugin "Pinpoint Booking System" #1025408Hi Antonio,
Glad that it worked :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Richard,
Glad that we could help you :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoOctober 23, 2018 at 12:15 pm in reply to: CSS problems with plugin "Pinpoint Booking System" #1025362Hi Antonio,
Can you try adding this css code, for reservation border:
#top .DOPBSPCalendar-sidebar .dopbsp-module .dopbsp-cart-wrapper { margin: 0; }
for mobile:
@media only screen and (max-width:767px) { .DOPBSPCalendar-left { width: 100%; } #top .main_color .DOPBSPCalendar-wrapper input[type='text'], #top .main_color .DOPBSPCalendar-wrapper textarea { margin-bottom: 10px; width: 100%; } #top #wrap_all .DOPBSPCalendar-sidebar .dopbsp-module .dopbsp-input-wrapper input[type=text].DOPBSPCalendar-check-in-view, #top #wrap_all .DOPBSPCalendar-sidebar .dopbsp-module .dopbsp-input-wrapper input[type=text].DOPBSPCalendar-check-out-view { padding-top: 8px !important; padding-bottom: 8px !important; background: #fff url(//www.esenciadegredos.es/wp-content/plugins/booking-system/templates/default/images/sprite.png) -5px -115px !important; } }
Best regards,
NikkoHi mikeens,
You can upload it to https://imgur.com/ then post the link here.
As for removing the code, basically you just copy footer.php from the parent theme (Enfold) to the child theme, then modify footer.php in the child theme and look for the code I gave and just remove it and save.Best regards,
NikkoHi Richard,
Glad to hear that, I have replaced:
if( get_field( 'download_report') ) { $link = get_field( 'download_report'); }
with:
if( get_field( 'download_report', $the_id) ) { $link = get_field( 'download_report', $the_id); }
Let us know if you need further assistance.
Best regards,
NikkoHi xtenz,
Thanks for giving us admin access.
The login credential works however it does redirect me to the homepage instead of the admin page after successful login.
I tried the link in private content which is the default link for the WP Dashboard but it also redirects to the homepage, please check.Best regards,
NikkoHi 55577222,
Can you give us access to your site? so we can check.
The one you posted doesn’t seem to work anymore.
Also please put it in private content, so it’s only visible to the moderators and not the public.Best regards,
NikkoHi Michael,
Yes, you’re right you don’t need to use that code anymore in the 2nd link since a backend option has been created in Enfold > Performance.
Also it seems to me that you have great knowledge in css, have you tried to use a web inspector? like firebug or chrome web inspector, since you mentioned that it is overwritten it would be hard to figure out what is overriding it if the css are merged, so try disabling CSS file merging and compression and inspect your frontend and check out if it’s some css file or probably css generated by the theme in theme options, that would give you an idea how to approach the issue. If you’re having a hard time, please give us a link to a page in your site and also the css code you’re trying to use which is overriden and we’ll try to help you with it.Best regards,
NikkoHi gmoss,
You should still be allowed to download the latest version of Corono in themeforest if you have purchased it there.
Best regards,
NikkoHi neverstar,
Yes that would surely help, you can find a lot of resources online like: https://www.w3schools.com/css/ or you can check out youtube for video tutorials.
Feel free to create a new thread, if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Richard,
Glad that you have come up with a work around. :)
Let us know if you need further assistance or if we can close the thread.Best regards,
NikkoHi Christa,
Glad that we could help. :)
Feel free to create a new thread, if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi SoWeAre,
Can you try to mute the video you have and try to check it on mobile?
Since muted videos are allowed on later versions: https://developers.google.com/web/updates/2016/07/autoplay
You can also read the autoplay policy here: https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
Also, the questions you are posting aren’t related anymore to original title/subject, please create a separate thread per topic.Best regards,
NikkoHey mojanoski,
Can you try to ask the support of your webhost first?
I believe they are able to help you better than us since it’s their platform.Best regards,
NikkoHey Nick,
Can you tell us where you applied this (name of the file and location)?
Also please post the whole code in https://pastebin.com/ and post the link here so we can check the code.Best regards,
NikkoHey Christa,
The slider used in Enfold Travel Demo is Fullwidth Easy Slider.
It’s part of the theme, if you enable the Advanced Layout Builder in a page, you should see it under Media Elements.
Hope this helps.Best regards,
NikkoHi Gitte,
Try adding this css code in your custom.css:
.recentcomments a, .widget_recent_entries li a { font-family: inherit; }
Let us know if this helps.
Best regards,
NikkoHi Malene123,
Glad to hear that :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts