Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for providing the temporary admin access, I have checked the version of your Enfold and it’s still 3.8.5. You need to update it to the latest version as John said. You can refer to this post on how to update it: http://kriesi.at/archives/the-complete-guide-to-updating-enfold
Please don’t forget to backup your site first before updating :)Best regards,
NikkoHey unicaweb,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top.page-id-1711 .avia_ajax_form .text_input, #top.page-id-1711 .avia_ajax_form .text_area { background-color: rgba(0,0,0,0.9); }Hope this helps :)
Best regards,
NikkoHi,
You don’t need to do that, there is an option in the Special Heading (I have already done it) Heading Style, just set it to Heading Style Modern (centered). :)
Best regards,
NikkoHi,
Glad that Sarah helped you :) Thanks for using Enfold :)
Best regards,
NikkoHi,
I have checked both links and they are already using 80% width, but if you want to change them to something else, you can use the following:
for blog:.blog .container .av-content-small.units { width: 80%; }for contact page:
.page-id-23 .container .av-content-small.units { width: 80%; }Hope this helps :)
Best regards,
NikkoHey codecreative,
Can you give us the link to your site? so we can see the social media icons, and check further why it’s not showing up.
Best regards,
NikkoHi,
The latest version of Enfold is 4.0.7, can you give us temporary admin access (the one you gave didn’t have a username). :)
Best regards,
NikkoHi,
Can you try adding this css code:
@media only screen and (max-width:959px) { .responsive #top #wrap_all .container.av-logo-container { padding-top: 20px; padding-bottom: 20px; } }Hope this helps :)
Best regards,
NikkoHi,
I can’t think of any other way to do it, and that’s why Quick CSS is available to give themes capability to be flexible. The 3rd bio is not using text block can you try to change it to text block and replace the css code I gave you with this one:
.page-id-214 .av_four_fifth .avia_textblock { position: relative; top: -5px; } .page-id-214.av_four_fifth .avia_textblock p { margin: 0 0 1.7em; }Best regards,
NikkoHi,
Thanks for providing the temporary admin access. I have replaced the double quotes, removed the spaces which are for some reason adding some weird characters to the css and manually add the spaces, it’s working properly now. Can you confirm this on your end? :)
Best regards,
NikkoHey garyhsueh,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-214 #av_section_1 .av_four_fifth .avia_textblock { position: relative; top: -5px; } .page-id-214 #av_section_1 .av_four_fifth .avia_textblock p { margin: 0 0 1.7em; }Hope this helps :)
Best regards,
NikkoHey yannickdassignies,
Are you using firefox? I have checked your site in Chrome and it does work well, it has some issues with firefox and it has already been reported to Kriesi and our devs :)
Best regards,
NikkoHi,
Can you try adding this css code in Quick CSS:
#top .avia-font-Flaticon, body .avia-font-Flaticon, html body [data-av_iconfont='Flaticon']:before { font-family: 'Flaticon'; }Hope this helps :)
Best regards,
NikkoMay 29, 2017 at 5:35 pm in reply to: Change title color for Enfold (Child) Latest News in the Black-White styling #801164Hey Jos,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.footer_color div .news-headline, .footer_color div .news-time { color: #fff; }Let us know if this helps :)
Best regards,
NikkoHey Itai,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.single-product-main-image .images > a { border: 0 !important; padding: 0 !important; }Let us know if this helps :)
Best regards,
NikkoHey profumopuntoit,
Can you try to modify this file: slideshow_fullsize.php, you should find it in wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/ folder. Find this code at the bottom:
return $output;and replace it with:
if ( !wp_is_mobile() ) { return $output; } else { return ''; }Hope this helps :)
Best regards,
NikkoHi,
Thanks for the link, I have checked the image on the layerslider and compared it with image it uses, it doesn’t look blurry on my end (image source in private content), I have checked in chrome and firefox. Screenshot on how it looks on my end is also in private content.
Best regards,
NikkoHi,
Glad that Victoria helped :) Thanks for using Enfold :)
Best regards,
NikkoHi,
Glad that it’s fixed. Thanks for using Enfold :)
Best regards,
NikkoHi Chuck,
I can’t see any link to your screenshots, please give us the link of the screenshot which is generated once you have uploaded it.
Best regards,
NikkoHi James,
I checked your site and I can see that both Enfold theme and Optimizepress is activated with no issues when I tried to follow your instructions above. Can you tell us more how you disabled the theme from loading? as you have mentioned and also tell us how we can see the error back?
Best regards,
NikkoHi,
It should be fixed now. I have replaced permalinks from:
/index.php/%year%/%monthnum%/%postname%/to:
/%year%/%monthnum%/%postname%/Hope this helps :)
Best regards,
NikkoHey metafora29,
I have checked your site and it seems that this plugin is in conflict with Enfold: Toolset Types. Kindly deactivate the said plugin and ALB should work just fine. Hope this helps :)
Best regards,
NikkoHey Christian,
Can you give us a link to the page mentioned? so we can take a closer look.
Best regards,
NikkoHey Luisgasser,
Try adding this in your child theme’s style.css or in Quick CSS:
.active_tc.toggle_wrap { display: none; }Then add this code to functions.php (this is for toggles that are opened by default which is affected by the css I gave above):
function add_custom_script(){ ?> <script type="text/javascript"> (function($){ function custom_toggle() { jQuery("#top").find(".active_tc.toggle_wrap").css("display","block"); } custom_toggle(); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Let us know if this helps :)
Best regards,
NikkoHi,
We are sorry for the inconvenience. I have tried the demo import and I experience same issue as what you have described. I even tried to export the portfolio items on my local server and import it to your site but the results are still the same (even when my portfolio points to my local images with wordpress importer), even with debug turned on, the information is not helpful finding why it’s not importing the images. I tried to manually upload an image to the portfolio and it works just fine so I think permissions are okay. I couldn’t figure out what’s causing the issue and the only thing I could suggest is to upload images manually, which I think we could help.
Best regards,
NikkoHi,
You’re very much welcome. Thanks for using Enfold :)
Best regards,
NikkoHi,
Thanks for providing the access. Can you try to check it again? I have activated back Simple Custom CSS plugin and added the code I gave:
#top.single-portfolio .avia-slideshow-inner { height: auto !important; }since the one you added in Quick CSS, is not reflecting on the css (link to css in private content), it’s still using the cached version even though you don’t have plugins activated, I think it’s godaddy’s cache. Let us know if it’s good on your end :)
Best regards,
NikkoHi,
I think it’s possible with Enfold, just keep the layout stretched and some css tweaks to make the content a boxed layout.
Best regards,
NikkoHi,
Yes, it looks awesome. You got some cute and adorable puppies there too :)
Best regards,
Nikko -
AuthorPosts
