Forum Replies Created
-
AuthorPosts
-
Hi,
I didn’t notice there were 4 different users that are experiencing the same issue.
@Memberoo: This is fixed. Had done same thing as on onedesignprint. I have removed your login details from private content since it will be viewed by the creator of the thread also.@Jessica: Tried to check on your site however I get this
This site can’t be reached
I have to removed your login details for security purposes also (read message for Memberoo. However please do create a new thread and put a link of this thread and also the login details, no need for the ftp.
@solemis: Please do create a new thread and put a link of this thread and also the login details in private content.You guys might also want to do what I did on onedesignprint’s site, that should probably fix the issue. :)
Best regards,
NikkoHi onedesignprint,
This is fixed. I have found out the cause of the issue, I have removed Flaticon in Enfold > Import/Export. Let us know if it’s good on your end :)
Best regards,
NikkoHi,
Try using Masonry it is a bit similar though it doesn’t have a read more button but the whole image and title are linked to it’s full content and also when it is hovered you can easily identify that it’s clickable or linked.
Best regards,
NikkoHi,
I tried twice. The first one, I get this error:
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
The second one was successful but no images just as you have said. We will inspect this issue further.
Best regards,
NikkoHi,
Can you give us ftp access? so we can test on this.
Cheers!
NikkoHi,
Our devs has been informed regarding this issue. Please wait for further update. For the meantime, try using this plugin: https://wordpress.org/plugins/wp-spamshield/
Best regards,
NikkoHey bauchope,
Try editing the Masonry and in Columns instead of using Automatic, based on screen width change it to 4 Columns. Hope this helps. :)
Best regards,
NikkoHey Ariane,
I’m not really sure what you want to achieve but you probably want to remove the border from the table, try adding this css code in Quick CSS (located in Enfold > General Styling):
.postid-636 .avia-data-table-wrap table th, .postid-636 .avia-data-table-wrap table td { border: 0; }
Hope this helps.
Best regards,
NikkoHey Aline,
I tried to access the screenshot but it shows only this:
Not Found The requested URL /wp-content/uploads/2017/01/layer-slider.jpg was not found on this server.
Can you try to upload the screenshot on http://imgur.com/ or dropbox and post the link here.
Best regards,
NikkoHi,
I can confirm the issue that you are pointing and is a bit weird that no error appears on the console. Can you also give us ftp access? so we can dig deeper on this issue.
Best regards,
NikkoHi,
You can rename enfold.css to other names such as enfold_backup.css or something, so Enfold can regenerate another enfold.css based on what is on Quick CSS.
Best regards,
NikkoJanuary 26, 2017 at 10:40 am in reply to: 3.8.4: ?iframe=true content is running out of screen on mobile #738822Hi,
The logins do work out now. Can you post the link where the popup shows up? I tried going to the homepage and clicked on the Teilnehmen button, and it opens in another page.
Best regards,
NikkoHey Corina,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.avia-content-slider-inner .av_one_fourth { margin-left: 2.6666667%; width: 23%; } .avia-content-slider-inner .av_one_fourth.first { margin-left: 0; }
Hope this helps.
Best regards,
NikkoHi,
Seems like a bug in css, try to modify layerslider.css found in wp-content/themes/enfold/config-layerslider/LayerSlider/static/css/
and find this code:
html * .ls-container img, body * .ls-container img, #ls-global * .ls-container img { background: none !important; min-width: 0 !important; max-width: none !important; border-radius: 0; box-shadow: none; border: 0; padding: 0; }
kindly remove this part of the code:
background: none !important;
Let us know if this fixes the issue.
Best regards,
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-702 #after_layer_slider_1 .flex_column.av_one_fourth:hover { opacity: 0.8; }
Let us know if this helps :)
Best regards,
NikkoHi,
Sorry for the delayed response. Try to edit the 1/3 column that is a bit short and add a bottom padding, another solution for that is a bit complex which requires enabling custom css classes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
then adding some css codes (using flex: http://www.w3schools.com/cssref/css3_pr_flex.asp ). Hope this helps.Best regards,
NikkoJanuary 26, 2017 at 8:50 am in reply to: Enfold Avia Layout Builder Catalogue items suddenly not visible #738782Hi,
I couldn’t find any similar issue on the forum, however I noticed that the if you add a new catalogue and save it, it doesn’t seem to show up in the backend after saving though it’s showing on the frontend, also the Item Link setting is not showing up when you try to edit. Also there’s this error in the console: Uncaught TypeError: Cannot read property ‘toString’ of null which might be one of the cause. Can you try to re-update the theme and also try to disable all plugins and check if the issue still persists or fixed.
Best regards,
NikkoHey navindesigns,
I checked the page but the CURRICULUM AND SPECIAL PROGRAMS and the gallery you mentioned doesn’t seem to be visible on the page.
Best regards,
NikkoHi Ceci,
Unfortunately we can only choose one either to center or justify it. We hope that something like center-justify would be available on web browsers soon.
Cheers!
NikkoHey condonpb,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.av_minimal_header #header_main .container { height: 135px; }
Hope this helps :)
Best regards,
NikkoHi,
Try to use this plugin: https://wordpress.org/plugins/wp-mail-smtp/ and ask your webhost for the smtp settings that will be needed when setting up the plugin.
Best regards,
NikkoJanuary 25, 2017 at 2:39 am in reply to: Menu Items to the right of logo, social icons to the right of page #738068Hi,
You have this css code in Quick CSS:
#header_main .container { border-bottom: 3px solid #3333cc; }
Try to change it to:
#header_main .container { border-bottom: none; }
Hope this helps.
Best regards,
NikkoJanuary 25, 2017 at 2:36 am in reply to: In General Styling, what is the Alternate Content and where is it used? #738067Hey Felipe,
You can refer to this thread: https://kriesi.at/support/topic/what-is-alternate-content/
Best regards,
NikkoJanuary 25, 2017 at 2:35 am in reply to: Defining sidebar width on desktop: is it possible to do while keeping responsive #738066Hey domainarchitect,
Yes, it’s possible, try adding this css code in Quick CSS (located in Enfold > General Styling):
.flex_column.av_one_third { max-width: 300px; }
Hope this helps :)
Best regards,
NikkoHey CloudChoice,
You can’t center automatically when it is using float: left, to you need to use float:none and display:inline-block to the buttons and text-align: center on its parent element. Hope this helps.
Best regards,
NikkoHey margitmuehlberger,
Do you want to remove the green icon on hover?
Best regards,
NikkoJanuary 25, 2017 at 2:22 am in reply to: Display social icons below main menu without adding padding to right of menu #738061Hey kieranvyas,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.responsive .container { padding-right: 0; } #header_main nav .social_bookmarks { position: absolute; margin-top: 10px; z-index: 40; } #top .avia-menu.av_menu_icon_beside { padding-right: 0; position: relative; z-index: 50; }
Hope this helps :)
Best regards,
NikkoHi,
Try to contact your webhost, since they have control over the server, they should be able to help better.
Best regards,
NikkoHey Robcmatthews,
I tried to find the RedDivider when viewing the page source but I couldn’t find any, though I can see the pink line above Key Programme Details and 16px in height. I think you have already achieved it.
Best regards,
NikkoHey philippe2812,
The contact form in Enfold uses the default mail used by WordPress. You can use WP Mail SMTP Plugin to make it secure, then you can ask your host for the smtp settings that you may need to use.
Best regards,
Nikko -
AuthorPosts