Forum Replies Created
-
AuthorPosts
-
March 7, 2017 at 10:23 pm in reply to: Latest updates causing problems with layer slider and site layout #757299
Hi Karen,
Sorry for the late response, have checked your site but everything seems good upon checking with the browsers mentioned. Can you let us know if the issues are still showing up on your end? if yes, can you post the screenshots you have mentioned that’s still occuring you can upload it on http://imgur.com/ and post the link here. Also the ftp login you gave doesn’t include an ftp username, please provide it if the issue is still there.
Best regards,
NikkoHi,
Sorry for the late response, for six columns here is a workaround, first you need to enable Custom CSS Classes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then create 2 grid rows with 3 (1/3) cells, then in Custom CSS Classes field add: gr-sixcol then in Quick CSS (located in Enfold > General Styling) add this css code:
#top .gr-sixcol { width: 50%; float: left; clear: none; }
Let us know if this helps :)
Best regards,
NikkoHi,
Sorry for the late response and for the right code in the wrong form lol :D Try using this css code and add it to Quick CSS:
#top.home .avia-mailchimp-form p.first_form { float: left; width: 24%; margin-right: 1.3333334%; clear: none !important; } #top.home .avia-mailchimp-form p.first_form.av-last-visible-form-element { margin-right: 0 !important; }
Let us know if this helps. :)
Best regards,
NikkoHi,
You can follow the instructions above, you just need to copy header.php from the Enfold theme to the child theme and tweak it.
Best regards,
NikkoHey mikeprime,
Kindly go to wp-content\themes\enfold\config-templatebuilder\avia-template-builder\assets\css\avia-media.css then edit the file and find this line of code (line 284):
.avia-modal-group-element-inner .avia_slideshow_image{width:40px; height:40px; display:block; float:left; margin-right:10px; border:1px solid #e1e1e1; background: #fff url(../../images/placeholder-image.png) center center no-repeat;}
Replace it with:
.avia-modal-group-element-inner .avia_slideshow_image{width:80px; height:80px; display:block; float:left; margin-right:10px; border:1px solid #e1e1e1; background: #fff url(../../images/placeholder-image.png) center center no-repeat;}
Save it and when you refresh the page, press ctrl + f5 so it would fetch the new css and that should make the image size twice as big. Hope this helps.
Best regards,
NikkoHey Martin,
Sorry for the late response, I’m not really sure what you meant but there’s no option for links in tabs, but if it’s a link you just click and open for example the 2nd tab, it should be possible by using this url pattern:
http://domain.com/mypage/#tab-id-2
Hope this helps.
Best regards,
NikkoHi,
Sorry for the late response. Just checked the issues mentioned, but I couldn’t find any, the lightbox are working fine when I checked and the when the layerslider is removed, it’s still intact except that there’s no top border on top when the layerslider is removed. If there’s still an issue please tell us what browser and operating system (like windows or mac) so we can try to have same environment as you.
Best regards,
NikkoMarch 7, 2017 at 9:02 pm in reply to: RTL – column swap side when Equal Height Columns = equal #757257Hey burgusya,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .flex_column_table.av-equal-height-column-flextable { display: flex; flex-direction: row-reverse; }
Hope this helps.
Best regards,
NikkoHi,
Sorry I missed the thread. I checked the homepage and it’s not possible but for having customized colors for categories, however for the 2nd link you gave it is, you just need to change the last code I gave you to:
#top #wrap_all .template-blog .category-montepio-y-mutualidad .post-title.entry-title, #top #wrap_all .template-blog .category-montepio-y-mutualidad .blog-categories a { color: blue; } #top #wrap_all .template-blog .category-balneario-de-ledesma .post-title.entry-title, #top #wrap_all .template-blog .category-balneario-de-ledesma .blog-categories a { color: green; } #top #wrap_all .template-blog .category-residencia-spa-de-felechosa .post-title.entry-title, #top #wrap_all .template-blog .category-residencia-spa-de-felechosa .blog-categories a { color: yellow; }
Best regards,
NikkoHi Jessica,
Sorry to have you waiting. I have scratched my head and couldn’t see any issue on my end, can you try to add this css code and see if it helps:
@media only screen and (max-width:767px) { .responsive #top #wrap_all .av-flex-cells .no_margin { background-attachment: scroll !important; } }
Best regards,
NikkoMarch 6, 2017 at 11:56 pm in reply to: Color variation works only first images on smartphone. #756654Hi,
Glad that you fixed it. Thanks for using Enfold :)
Best regards,
NikkoHey accurIT,
Please remove this css code:
#top.page-id-13637 #main > div.container_wrap:nth-child(2) .av-masonry .av-masonry-sort a{ color:#666666; }
And replace it with:
#top .av-sort-by-term .active_sort { color: #000 !important; }
Hope this helps.
Best regards,
NikkoHi,
Try adding this css code in Quick CSS:
@media only screen and (max-width:767px) { #business { display: flex; flex-direction: column-reverse; } }
Hope this helps.
Best regards,
NikkoHi,
I can view it now and I can already see the youtube video.
Best regards,
NikkoHi,
Try adding this css code in QUick CSS:
#top .avia_mega_div { margin-left: -50px !important; }
Hope this helps.
Best regards,
NikkoMarch 6, 2017 at 11:22 pm in reply to: Side bar on top has broken my page display on mobile devices. #756634Hi,
Sorry for the late response. Try to change your code to this one:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ if (jQuery(window).width() <= 480){ jQuery("aside").prependTo("main.template-shop"); } }); </script> <?php } add_action('wp_footer', 'add_custom_script');
Hope this helps.
Best regards,
NikkoMarch 6, 2017 at 11:10 pm in reply to: How do I design the header – MEGA MENU section of Enfold theme #756625Hi Jan,
I just checked it and it seems it’s already transparent but not the color you gave, try adding this css code in Quick CSS (located in Enfold > General Styling):
.header_color .header_bg { background: -moz-linear-gradient(top, rgba(169,3,41,1) 12%, rgba(169,3,41,1) 28%, rgba(169,3,41,0.78) 51%, rgba(109,0,25,0.36) 94%, rgba(109,0,25,0.33) 97%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(169,3,41,1) 12%,rgba(169,3,41,1) 28%,rgba(169,3,41,0.78) 51%,rgba(109,0,25,0.36) 94%,rgba(109,0,25,0.33) 97%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(169,3,41,1) 12%,rgba(169,3,41,1) 28%,rgba(169,3,41,0.78) 51%,rgba(109,0,25,0.36) 94%,rgba(109,0,25,0.33) 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#546d0019',GradientType=0 ); /* IE6-9 */ }
Hope this helps.
Best regards,
NikkoHi,
Glad that you fixed it :)
Best regards,
NikkoHi,
Sorry for the late response. I have checked it and it seems you have already done it.
Best regards,
NikkoHi,
The code I gave is already working, as the gray area goes to the bottom instead of overflowing when the area is narrow or on smaller screen devices.
Best regards,
NikkoHi,
Yes, I get what you want to achieve however, containers are used for responsive purposes as well and the script used for positioning calculates the width of the container so it doesn’t exceed. The workaround that I could think for to what you want to achieve without having
an image set as a background with gray rectangle so it will have the same appearance as the screenshot you gave.Best regards,
NikkoHi,
I have tested this via web inspector, however since you said it doesn’t work, would you give us temporary admin access? so we can check it further? also give us permission to disable plugins if necessary.
Best regards,
NikkoHi,
Yes, you can edit the widget and set Sort by: to Page Order. Then edit the pages on the right sidebar you should see Page Attributes and look for Order and set the number, the value of the number determines if it appears first or last.
Best regards,
NikkoHi,
Try disabling all plugins and update the Enfold theme to the latest version and see if this helps.
Best regards,
NikkoHi,
Sorry I missed this however I can’t really see any issues on my end. I hope you can give us steps on how we can see the issue, and give us some info like browser and os used.
Best regards,
NikkoHi,
Thanks for sharing the solution and can confirm this. Will be reporting this to Kriesi and our devs hopefully this will be fixed in the future updates of Enfold :)
Best regards,
NikkoHi,
I apologize for this since I have tried to do it in the normal process so I needed to delete Enfold then re-upload it however I get this when I try to upload:
Failed to load resource: the server responded with a status of 403 (Forbidden)
Also I tried ftp access but is the .ftpquota file and nothing more (I couldn’t see the error log files or upload the theme via ftp).
Best regards,
NikkoHi,
The frontend part should be in this file: enfold\config-templatebuilder\avia-shortcodes\av-helper-slideshow.php since it is rendered through this line of code: $slider = new avia_slideshow($atts); in slideshow_fullsize.php. I tried to do what you wanted to achieve however, I wasn’t successful. We would be glad to help you with this customization, 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,
NikkoMarch 6, 2017 at 4:03 am in reply to: Change the captcha note: Please prove that you are human by solving the equation #756110Hey!
If the child theme isn’t deleted, you don’t need to add it but if you have deleted it as well then you will need to do the same process as before.
Best regards,
NikkoHey vonweiler,
Sorry for the late response, are you referring to the content section in the left of the sidebar? can you provide temporary admin access? so we can atleast inspect the backend.
Best regards,
Nikko -
AuthorPosts