Hi,
I want to use a contact form builder plugin but requires changing permalinks to “pretty”. If I change will my original links still work? I have shared links w friends etc so wondering if they will stop working.
Thanks-
Clifford
-
This topic was modified 10 years, 3 months ago by
cnovey.
Thanks. I used that code and once I put “!important” it worked! However, it throws off the spacing at the top of the site when I resize it to the mobile version. See here: http://snag.gy/i3fiV.jpg
Please advise.
-
This reply was modified 10 years, 3 months ago by
ACNLatitudes.
I have a full width easy slider with the custom css class only-desktop and a full screen slider with a class of only-mobile.
I have this quick css entered:
@media only screen and (max-width: 480px) {
.only-desktop { display: none !important; }}
@media only screen and (min-width: 480px) {
.only-mobile { display: none !important; }}
Looks great on desktop and ipad, but on mobile both sliders are displayed. When I change the pixel values for both to 990, both sliders show up on both ipad and mobile. When I change the pixel values to 769, both sliders show up on both ipad and mobile as well. I also tried:
@media only screen and (max-width: 768px) {
.only-desktop { display: none !important; }}
@media only screen and (min-width: 769px) {
.only-mobile { display: none !important; }}
which also shows both sliders on both mobile and tablet – (pixel values were suggested in this post: https://kriesi.at/support/topic/mobile-only-and-desktop-only-on-tablet/)
Could you please help me with this? Thank you guys so much!
So how can you get a video in Word-Press website ( using Enfold) to show up and autoplay in a responsive way? ( iphobe, ipad)
Do you provide this service?
Hey ACNLatitudes!
Please add to your CSS
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 180px;
}
let us know if that fixes the issue for you
Regards,
Basilis
Hi!
Please check this out…
#top #wrap_all .main_color h5, #top #wrap_all .alternate_color h5 {
background-color: rgba(0,0,0,.4)!important;
font-weight: bold;
width: 500px;
margin: 0 auto;
}
Regards,
Vinay
Hey ACNLatitudes!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 182px;
}
Cheers!
Yigit
Hello dear enfold-Team,
I have a question regarding adding an icon to the secondary menu on the header top bar.
Is it possible to add an icon here enfold header extra elements phone number or small info text
I want to add an icon like this: https://openclipart.org/detail/399/phone-icon
Thanks for help!
Cheers!
Hi Yigit,
Thanks for replying. This works for the author image, but the problem is that all other blog posts get affected on mobile too – the small preview image now sits on top of the title instead of sitting next to the title. Is there a way to just make the div.entry-content float to the left without affecting the title?
Thanks
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av_header_glassy.av_header_transparency .social_bookmarks li, #top .av_header_glassy.av_header_transparency .social_bookmarks li a {
height: 44px!important;
line-height: 44px!important;
}
Regards,
Yigit
Thank you for your response, but I don’t understand how that will solve my problem. I’m trying to get a custom image at the top of just my Blog Page (http://www.abidinghope.org/watch/sermons-test/). You can look at my archive pages for an example of the image/layout I’m looking for on my Blog Page (http://www.abidinghope.org/2016/01/).
See my earlier message in the thread for the code that I’ve tried adding to my page.php file.
Hey catsolari!
1- Please add Color Section element to your page and choose to display pink background image and add your image inside that color section
2- Yes, please edit your column (comic one) and give it a negative top margin value
3- It is possible using custom CSS. Please elaborate on the changes you would like to make so we can provide you an accurate solution
4- You can use this plugin – https://wordpress.org/plugins/widget-logic/ to display widgets on conditions. To display a widget only on that page, please add following condition
is_page(568)
5- It is currently not easily possible. You are going to need a custom code. If you elaborate on the changes you would like to make, we can throw in some quick codes
Great drawings by the way!
Cheers!
Yigit
-
This reply was modified 10 years, 3 months ago by
Yigit.
Hi again!
Earlier I wrote about Headline Rotator abd shortcodes. https://kriesi.at/support/topic/rotator-headline-shortcode/
Thanks to your support I managed to find how to insert Headline Rotator as a shortcode in a full slider. But when I removed the Headline Rotator created, all was gone.
How can I keep the whortcode without showing the ‘original’ Headline Rotator?
Thanks,
Hey!
sure, but you wanted a fixed header on mobile.
You could try to put e.g. an empty color section or anything above your first portfolio element, which you can hide on desktop. Turn on custom class for this: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Will be quite tricky I think, but maybe you can achieve it.
Or just use whitespace element which you hide on desktop using media queries.
Cheers!
Andy
-
This reply was modified 10 years, 3 months ago by
Andy.
@Andy, I’ve already exhausted that route but all the code given still bumps the submit button to the next line, applies the labels to the top and not inside the fields and I can’t get the subscribe button to be clear like in the shop demo. Oddly enough, it often comes back to the theme so hence me reaching out to Kriesi. Especially since I’m requesting it to look very much like your shop demo newsletter sign up. BTW, Kriesi has been kind to help in the past with CF7 so I wouldn’t ask if I didn’t think you geniuses would help. Let me know if this is no longer the case!
Hey!
Please check the frontend now.
Actually the design you are trying to achieve requires a lot of customization work to make it look good in every screen you need to probably hire a freelancer or someone to code this whole thing for you but if you are looking to do this on your own we are more than happy to help you get started on this…. You can also play around with below css and mix it up with media queries and achieve the design you are looking for.
#header .widget {
left: 50px;
right:50px;
padding-top: 25px;
position: absolute;
top: 0;
z-index: 999;
}
.meta-phone {
float: left;
}
.meta-phone span {
display:block;
}
.meta-address {
float: right;
}
Best regards,
Vinay
Hey!
check your current image size to identify which one you need to change.
You could try out this as well: https://kriesi.at/support/topic/image-sizes-functions-php/#post-132880. Don’t forget to regenerate thumbnails afterwards.
Best regards,
Andy
Hey saposkato!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive.html_header_sidebar #top #header .social_bookmarks {
display: block;
}}
Best regards,
Yigit
Hey!
Please replace this code
#main .container {
max-width: 800px;
}
with following one
#main .container {
max-width: 1050px;
}
#top .fullsize .template-blog .big-preview {
max-width: 100%;
}
Best regards,
Yigit
Hello there!
Im using a enfold with the main menu on left position and I trying to show the social icons on mobile version.
I have also the posibility to show on top area in right position (on left postiion I have the language selector).
How I can do that in both ways?
Hi!
it can be that polylang is not compatible with Enfold and definitely recommend to use WPML instead. If you need help with Polylang then you need to contact plugin’s author about it.
Here I send you a list of recommended plugins for Enfold: https://kriesi.at/support/topic/recommended-plugins-last-update-04-09-2013/
Regards,
Andy
Hello,
I made a very simple homepage with a fullscreen slider. it looks great.
I want to have a sidebar (doesnt have to be a sidebar, just need some content) on top of the slider.
I cant find a way for doing this… can you please advice how can I make this happen?
Here is a screenshot of what I want:
http://screencast.com/t/E26EVoi3n5k
I want content to be where the white window is.
Thanks alot in advance,
Amit.
Hey!
Please us different tickets for different questions.
1. Use this code to hide tooltips:
.avia-tooltip.avia-tt {
display: none !important;
}
3. Not sure what you mean. Can you highlight using screenshots please? use a service like imgur.com or dropbox. Maybe you have the same problem as described here: https://kriesi.at/support/topic/hide-submenus-for-mobile-views/#post-175917
4. Can you provide us an example of what you want to achieve please?
5. Use this code:
.avia-caption-title {
position: relative;
top: 16px;
}
and adjust top value as needed.
Cheers!
Andy
Thanks very much Yigit, Now when i view the site on a mobile device the img is squashed vertically so that it does not fill the container from top to bottom. is there anyway to fix this? Thanks.
LayerSlider WP is not full width on Mobile meaning that the image has a margin top and left, and does not stretch to the full width of the browser window: http://www.para-staging.xyz
Please help.
I see other threads where you have provided support for outdated versions of the theme. I just need the very specific updates that effect the background video player. I believe I have several months of support left on my purchase.
I’ve added the login info. Can you please take a look at this.
The customization that has been done effects the portfolio pages and related videos as well as the top contact menu. This stuff disappears with a full update.
Thanks.
-
This reply was modified 10 years, 3 months ago by
rgruber. Reason: Added more information
Hi!
I installed the plugin, but before I even activated it, I was able to update the parent theme within the backend/Enfold Child Settings. So I guess it worked even without the Transient Cleaner :-)
And indeed, the blog pages now work just fine :-)
Topic can be closed, thanks again for the assistance!
Hi Ismael!
Wow, that did indeed fix it. Can’t believe I didn’t notice something as simple as that… Many thanks!
This almost solves everything I needed. I have some questions on gallery behaviour, but I’ll open a new topic for that.
Regards,