-
AuthorSearch Results
-
March 23, 2017 at 1:42 pm #765422
In reply to: Font size of footer socket and breadcrumb
Hi,
Try to enable Custom Css Classes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then on pages that is short of content, try to add a class on the section for example, put custom_section as class. Then on Quick CSS (located in Enfold > General Styling), add this css code:
#top .custom_section { min-height: 64vh; }Let us know if this helps :)
Best regards,
NikkoMarch 23, 2017 at 1:19 pm #765404In reply to: Broken logo after updating theme
Go ahead and close the topic. Resolved! :)
March 23, 2017 at 1:08 pm #765396Topic: Problems with Impressum und Datenschutz link in mobile view
in forum EnfoldMeSchWo
ParticipantDear all,
We use the Enfold theme and recognised that in the mobile version (e.g. iphone) the links to the “Impressum” und “Datenschutz” aren’t shown in the socket. I followed another thread on this topic and added the code offered by you. But also this doesn’t work.@media only screen and (max-width: 767px) and (min-width: 481px) {
#socket .sub_menu_socket div {
width: 100% !important;
}}
@media only screen and (max-width: 767px) {
.responsive #socket .sub_menu_socket { display: block !important; }}Please help urgently!
March 23, 2017 at 12:47 pm #765384In reply to: masonry thumbnails not resizing
Hi,
I really can’t give you access unless you want to modify your hosts file and insert the IP address. I suspect the resizing only resizes proportionally and I have to crop the images to the right proportion myself first. Am I correct or is there a way to ask the masonry to do that? I have seen no option to set dimensions anyway. Many users seem to have the same need to control the aspect ratio of those thumbnails, as for instance: https://kriesi.at/support/topic/featured-image-size-in-masonry-overview/
Unfortunately it does not seem to work in my case.Regards
shortcode used:
[av_masonry_entries link='portfolio_entries' sort='no' items='6' columns='3' paginate='none' query_orderby='title' query_order='ASC' size='fixed' gap='large' overlay_fx='active' id='classes' caption_elements='title' caption_styling='overlay' caption_display='on-hover-hide' color='' custom_bg='#6fb84d']March 23, 2017 at 12:44 pm #765378In reply to: Youtube event listeners not working
I tried another example, which works fine with Twenty Fourteen theme, but when I put the code to Enfold Code Block, it displays nothing:
<!– 1. The <iframe> (and video player) will replace this <div> tag. –>
<div id=”player”></div><script>
// 2. This code loads the IFrame Player API code asynchronously.
var tag = document.createElement(‘script’);tag.src = “https://www.youtube.com/iframe_api”;
var firstScriptTag = document.getElementsByTagName(‘script’)[0];
firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);// 3. This function creates an <iframe> (and YouTube player)
// after the API code downloads.
var player;
function onYouTubeIframeAPIReady() { player = new YT.Player(‘player’, {
height: ‘390’,
width: ‘640’,
videoId: ‘M7lc1UVf-VE’,
events: {
‘onReady’: onPlayerReady,
‘onStateChange’: onPlayerStateChange
}
});
}// 4. The API will call this function when the video player is ready.
function onPlayerReady(event) {
event.target.playVideo();
}// 5. The API calls this function when the player’s state changes.
var done = false;
function onPlayerStateChange(event) {
if (event.data == YT.PlayerState.ENDED) {
window.location.href = ‘http://www.google.com’;
}
}
function stopVideo() {
player.stopVideo();
}
</script>-
This reply was modified 9 years ago by
teme.
March 23, 2017 at 12:24 pm #765366In reply to: Description and pagination at the bottom
:)
I’ve added the code provided in https://kriesi.at/support/topic/moving-the-description-of-product-category-of-the-page-down/ first to get the description below the products for conversion reasons. But then we noticed that none of the visitors saw the pagenumbers anymore.
So we want the following order on the page:
– pages (at the top yes)
– products
– description of the category (because nobody except Google reads that ;))March 23, 2017 at 12:20 pm #765362In reply to: Description and pagination at the bottom
Hi roderickvs,
Of course, it’s possible. We don’t know what kind of code you added already, you should read both functions and try to make one that does exactly what you need.
In the original questions you just wanted to swap pagination with category description.
Now you want pagination on top of the page, is that correct?Best regards,
VictoriaMarch 23, 2017 at 11:38 am #765332In reply to: Masonry problem
Hello Rikard,
thanks for your reply.
Unfortunately no matter on which device or browser I can’t see the Masonry Galleries anymore. Cleared all caches mutliple times.
It must have something to do with the latest update to 4.0.3 since I was working on the dev site when performing the update, soon after that the galleries have disappeared.It seems to be exactly the same problem I found in a post from Dandy (https://kriesi.at/support/topic/masonry-gallery-bug-since-4-0-3-when-lightbox-is-deactivated/)
The Masonry Gallery on my front page uses the lightbox effect, all the other galleries don’t and have disappeared.
Could you please take a deeper look into my website (you will find the access data within my first post).
Best regards,
NeverlandsMarch 23, 2017 at 11:26 am #765325In reply to: Is there a code could close Element Preview?
Hey Moaaaaya,
Try following the instructions I posted here: https://kriesi.at/support/topic/editor-element-live-preview/#post-761247
Best regards,
NikkoMarch 23, 2017 at 11:04 am #765305In reply to: Enfold – how to add phone number to header?
Hi,
Instead of just putting your phone number try putting it in this format instead:
<a href="tel:1-408-555-5555">1-408-555-5555</a>
just replace 1-408-555-5555 with your number, as for making it bigger, try adding this css code in Quick CSS (located in Enfold > General Styling):#top .phone-info { font-size: 20px; }Just adjust the font size value as you see fit. Hope this helps :)
Best regards,
NikkoMarch 23, 2017 at 11:02 am #765301Hi Basilis,
i have fixed the issue by reinstalling the entire theme from scratch. I don’t know what exactly the problem was but now it works fine :)
anyway thanks for the fast response.
TOP SUPPORT
March 23, 2017 at 11:00 am #765298In reply to: Enfold and wordpress 4 issues after first fix.
Hi,
Glad that it is working now :) Let us know if you need more help regarding this topic :)
Regards,
NikkoMarch 23, 2017 at 10:56 am #765293In reply to: Button bigger – email button
Hi,
I modified the code and it works fine now :) It’s not working because of the same issue I posted here: https://kriesi.at/support/topic/button-bigger-email-button/#post-763259
Regards,
NikkoMarch 23, 2017 at 10:24 am #765283In reply to: Font size of footer socket and breadcrumb
Perfect and I got one more, is there a way to set a max height on the socket where the Copyright info is?
If there isn’t enough text to fill up the white space the socket climbs it’s way to the top.
Thanks
March 23, 2017 at 8:45 am #765237In reply to: Pricing Table Issue
Hey!
Please do not dig up topics, so it can be easier for us to handle.
Create a new post and we will try help as fast as possible.Thanks a lot
Regards,
BasilisMarch 23, 2017 at 8:35 am #765234In reply to: Enfold Layer slider and Google Chrome
Hi!
Please ignore that issue.
Layerslider team will fix it, bit it is not something that requires immediant attention, as if that issue was true, Envato would have stoped layerslider from downloads.Wordfence is an AI tool, so there might be some false alarms on specific things.
We appreciate your understanding and patience, we will release an update for the issue as soon as Layer Slider team fixes that false alarm.Thank you
Cheers!
BasilisMarch 23, 2017 at 8:33 am #765232In reply to: Font size of footer socket and breadcrumb
Hi!
Regarding seperator, you can take a look here:
https://kriesi.at/support/topic/change-breadcrumb-separator/font to make it bold, you have to use font-weight: bold !improtant;
to the class you want to make it bold for the the color,
color: #000changing the #000 to the number that works for you
Let us know if we can do anything else.Cheers!
BasilisMarch 23, 2017 at 8:11 am #765220now it works. thanks for fixing this.
interesting that the mobile emulators reacts obvious not the like our safari browsers on mobil and desktop.March 23, 2017 at 8:05 am #765219In reply to: 4.0.3 – Post.php not posting changes after saving
Hi Tripper,
Great, glad it’s working again. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardMarch 23, 2017 at 7:53 am #765215In reply to: Broken logo after updating theme
Hi,
Ok, thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardMarch 23, 2017 at 7:47 am #765213In reply to: Scroll Down Button in Layerslider
Hi,
Great, glad you got it working :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardMarch 23, 2017 at 7:37 am #765205March 23, 2017 at 7:15 am #765193In reply to: Meet the team – responsive layout
Hi,
Great, glad you got it working :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardMarch 23, 2017 at 7:12 am #765190In reply to: Avia Layout Architect > Blog excerpt
Hey Simon,
That is as expected, you need to add them manually when using the Layout Builder for posts. If you don’t see the excerpt field then you can select to show it under Screen Options in the top right hand side of the screen. You could also try to save the post when the default editor is active, that should bring in all “default” items to the post.
Best regards,
RikardHi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardMarch 23, 2017 at 6:24 am #765166Hi,
Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardMarch 23, 2017 at 6:23 am #765165In reply to: SEO and picture
Hi,
No problem, Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardMarch 23, 2017 at 6:17 am #765159In reply to: Easy Slider problem on mobile
Hi,
I`ve visited your site and the text and the image are working normally, just this box is overlapping the slider: http://prntscr.com/end1ur
to fix this, just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
@media only screen and (max-width: 767px) { .responsive #top .flex_column_table { margin: -100px !important; } }Best regards,
John TorvikMarch 23, 2017 at 6:11 am #765158In reply to: image behave like icon
Hi,
Alright, let`s go :)
To fix your issue, just add these custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.avia-builder-el-11 .nav-pic { display: inline-block; float: left; } .nav-text { display: inline-block; width: 80%; position: relative; top: 9px; }IMPORTANT: To work and not affect other pages that use the same class (nav-text and nav-pic), you need to share with me your WP credentials to me create an exclusive class for the row, but you need to enable the custom class field following this tutorial: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
John TorvikMarch 23, 2017 at 6:02 am #765154 -
This reply was modified 9 years ago by
-
AuthorSearch Results
Viewing 30 results - 82,561 through 82,590 (of 142,831 total)
-
Search Results
-
Dear all,
We use the Enfold theme and recognised that in the mobile version (e.g. iphone) the links to the “Impressum” und “Datenschutz” aren’t shown in the socket. I followed another thread on this topic and added the code offered by you. But also this doesn’t work.@media only screen and (max-width: 767px) and (min-width: 481px) {
#socket .sub_menu_socket div {
width: 100% !important;
}}
@media only screen and (max-width: 767px) {
.responsive #socket .sub_menu_socket { display: block !important; }}Please help urgently!
