Hi!
We’re trying to collect data about the problem and posting it on this thread will help.
https://kriesi.at/support/topic/2-5-background-videos-user-examples-for-debugging/
Regards,
Ismael
Hey xpoveda!
Use this on Quick CSS:
#header_main {
border-top: none;
}
Best regards,
Ismael
Hey!
Die Abstände kannst du mit folgenden Code anpassen:
#footer {
padding-top: 10px;
padding-bottom: 10px;
}
Der erste Wert bestimmt den Abstand nach oben, der zweite Wert den Abstand nach unten.
Regards,
Peter
Hey!
I reported the issue to Kriesi. If you need a temporary quick fix try the code I posted here: https://kriesi.at/support/topic/linking-to-anchor-menue-covering/#post-214325
Cheers!
Peter
Hey!
Der äußere Ring wird vermutlich durch ein border-radius Attribut erzeugt. Versuche einmal folgenden Code:
#top .social_bookmarks li a {
border-radius: 30px;
}
in das Quick CSS Feld einzugeben und ändere den px Wert nach Belieben. Falls der Code nicht funktioniert probiere:
#top .social_bookmarks li {
border-radius: 30px;
}
und ändere den px Wert nach Belieben.
Regards,
Peter
Hi!
I reported the issue to Kriesi. If you need a temporary quick fix try the code I posted here: https://kriesi.at/support/topic/linking-to-anchor-menue-covering/#post-214325
Cheers!
Peter
(I thought I had posted my question yesterday, but today I found no topic in my “Topics Started” page in my profile so I assume that I made some mistake and didn’t post it. Do excuse me in the off case that I’m double posting this)
Hello,
I am using the fullwidth easy slider and I would like to change it’s behavior – hope you could help me.
There is a problem when you want to display both horizontal and vertical images, say 800×600 and 600×800. Then the controls change place from one picture to the next. I can circumvent this by adding dead space to the images and making them all 800×800, but there should be a way to change the javascript to do it for me, that is force the container to be square (and still be dynamic). Something like setting the container width and height to the maximum of (resized_image_width, resized_image_height). Would you have any pointers on where I should start looking? Or maybe there is another solution to this problem that I’m unaware of
Thanks in advance.
Hi,
I just installed Subscribe to Comments reloaded wordpress plugin and it adds some HTML under comment form. The issue is I see the HTML code under the comment form instead of text with links in it. Is there anything in your theme which may cause it? You can see an example on the following page:
http://customizewp.com/top-free-5-social-sharing-wordpress-plugins-comparision/
Hi, could enfold reproduce this effect with the logo at the center and another logo mixing within the menu when scrollin
http://99u.com/articles
Hi dpower19!
That is not possible at the moment. Please request the feature here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Ismael
Yes
Here is the home page
http://www.cutradio.it/
The con ten slider is on the top
The first image (More steps Beyond has the width and height attribute (but is showed full)
The Third (Atlantico Negro) is resize because I set a css attribute awesome as I red in a post, but I don’t like this solution because I had some editor on the post
Best regards
Hi Jouse, strange how It did not transferred with other tables, I changed it manually…
Anyhow, if you would like, we can go back and try to fix the auto scrolling issue (isn’t it just applying the js for #top on each #” there is?).
Could I ask for another advice: How can I make the H2 to be a normal ‘unicase’?
Thanks!
Hi Yigit, thanks for the code, there is still a couple of issues:
1. The logo is no longer visible on mobile
2. The code I added for desktop is wrong as it has also brought the footer up into the view.
Regards,
Steven
What is this? Widget? Or custom programming?
http://www.goodingco.com
Id like to do something like this over the top of my full screen slider. How do I go about doing it?
-
This topic was modified 11 years, 10 months ago by
lengleson.
This reply has been marked as private.
I have placed a Layerslider onto my home page with slider style of max-width: 1030px;.
Randomly, and usually during transitions, the colour behind the slider images (white) flickers or dissapears all together to reveal the grey of the page background. In the Appearance I have set the colour to #ffffff.
Also, there was a line beneath the slider which I remove using
.home .container_wrap, .home .avia-layerslider {
border-top-style: none;
}
However there is still a very faint line appearing. You can view the development site here.
Any help on these issues would be much appreciated! Thank you!
Hey Markus!
You can go to Enfold theme options > Header tab and add/change/remove social icons http://i.imgur.com/dvBrhjn.jpg
Then you can add following code to Quick CSS in Enfold theme options under Styling tab to increase the size of social icons
#top .social_bookmarks li a { font-size: 18px; }
Regards,
Yigit
Hey!
Please refer to Josue’s post here https://kriesi.at/support/topic/how-to-remove-tooltips/#post-224464
Please add following code to Quick CSS and adjust as needed
.page-id-982 .team-member-name { font-size: 15px; }
You should right click on Chrome or Firefox and click Inspect Elements to find page ID then change the ID in custom CSS code to match your page ID
Best regards,
Yigit
Hi Gabe!
Open header.php and look for line 203, after the div#main opens put this code:
<?php if(is_archive()){ ?>
<img src="_IMAGE_">
<?php } ?>
If you want to use a Avia shortcode simply replace the img code something like this:
<?php echo do_shortcode("[SHORTCODE HERE]"); ?>
You can generate the shortcode in a separate Page (without entering ALB).
Cheers!
Josue
Hey!
You should modify archive.php file in root folder and loop-archive.php file inside wp-content\themes\enfold\includes folder, however you are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Regards,
Yigit
Hi!
Please add following code to Quick CSS instead
.flex_column .avia-slideshow.avia-builder-el-no-sibling {
margin-top: 11px;
}
Cheers!
Yigit
Hey tusing!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-slideshow { margin-top: 0; }
Cheers!
Yigit
Hey!
You can add following code to Quick CSS in Enfold theme options under Styling tab to remove arrows on mobile
@media only screen and (max-width: 768px) {
#top .avia-slideshow-arrows a { display: none; }}
As there is no hover possibility on touch-screen, that would be the only solution if you do not want to display arrows.
Best regards,
Yigit
Hi Peter
Thanks – I deactivated it – it’s better but now the title is hidden at the top:
http://www.copenhagenfilmcompany.dk/2014/films/films-2/#short-doc
I thought that W3TC was compatible with ENFOLD but maybe I don’t need to use it?
If it’s causing problems I would rather avoid it.
best
N
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .bbp_widget_login .bbp-logged-in .button { left: 0; top: 96%; }
#top .bbp_widget_login { margin-bottom: 20px; }
.single-topic #bbpress-forums div.bbp-reply-author { width: 100%; }
a.bbp-author-avatar { position: static!important; }
Best regards,
Yigit
Error went away with the new code but slideshow still does not autoplay
example