Forum Replies Created
-
AuthorPosts
-
Hey!
@Guenni007
Thanks!
@Munford
I think with this plugin you can achieve exactly what you want. Hope it helps!Let us know in a new ticket if you have another questions related to the theme. We are happy to assist.
Regards,
AndyHey!
@Guenni007
Thanks!
@Munford
I think with this plugin you can achieve exactly what you want. Hope it helps!Let us know in a new ticket if you have another questions related to the theme. We are happy to assist.
Regards,
AndyHi!
glad you are happy now. Let us know in a new ticket if you need help again with the theme.
Regards,
AndyJune 19, 2015 at 3:39 pm in reply to: Make right column flush with right container edge on all pages. #461990Hi rapabon1!
use this in Quick CSS field:#top .no_margin.av_one_fourth { right: -50px; }
Regards,
AndyHey!
maybe the theme got updated for your installation or it was just a caching issue. Glad it’s working for you now :).
Let us know in a new ticket if you have some more questions related to the theme.
Regards,
AndyHey!
about which horizontal footer version are you talking about? can you show us screenshots? and a link please?
I can’t open your website, as I just get a “Gateway Timeout: can’t connect to remote host” error.Cheers!
AndyHi!
there is no easy option for this I think. You could try to manually hide the pictures for every single page-id or post-id. Check this post for more information about page-id: https://kriesi.at/support/topic/changing-a-specific-page-with-quick-css/#post-223394
To call post-id use this as en example:.postid-332
Best regards,
AndyHi!
ok, I think you owe me a beer :)
This is the code I have implemented:@media only screen and (max-device-width: 736px) { #top #payment .terms { position: relative; right: -123px; top: -114px !important; text-align: left; padding-right: 115px; } #top .form-row .input-checkbox { position: relative; right: 111px !important; top: -21px !important; }} #top #payment .terms { top: -26px; position: relative; } #top .form-row .input-checkbox { position: relative; right: 379px; }
and now it looks beautiful to me on desktop and mobile.
Best regards,
AndyHey!
if it’s not really centered for you then just adjust Elliott’s code. Change for example the “left” value. Play a little bit around until you are satisfied. For the search button use this code:
li#menu-item-search { right: -390px; }
and adjust as needed by yourself.
Cheers!
AndyJune 19, 2015 at 2:25 pm in reply to: masonry / image gallery animation – resizing browser window #461909Hey!
about which overlapping are you talking about? I can’t see it. Please always provide screenshots, as Ismael already mentioned, to make things clear for us.
The resizing effect of the masonry gallery is it’s normal behavior and hard coded. If Ismael’s code does not provide a solution for you, then it would require a heavy customization of the theme and you would need to hire a freelancer for this kind of job.
Cheers!
AndyHi!
super, dann lass uns in einem neuen Ticket wissen, wenn du wieder Hilfe mit dem Theme benötigst.
Lieben Gruß!
AndyHey!
I implemented this code into you Quick CSS:
#top #payment .terms { position: relative; right: -123px; top: -114px; text-align: left; padding-right: 115px; } #top .form-row .input-checkbox { position: relative; right: 114px; }
and now it looks good to me.
Hope you are happy :).
Best regards,
AndyHi!
I can’t reproduce and see the issue. Does it happen for you when testing it on ipadpeek.com as well?
Best regards,
Andy-
This reply was modified 9 years, 8 months ago by
Andy.
Hey!
I can’t access Design->Editor, as it seems to be removed from your dashboard. We would like to check your functions.php to see if you implemented the code correctly, because normally it should work I think.
Cheers!
AndyJune 19, 2015 at 12:53 pm in reply to: WooCommerce Product image lightbox check box missing from settings #461838Hey johnkentsf!
at first please upgrade to Enfold 3.2 and let us know if you still need help.
Best regards,
AndyHey!
I get a “Gateway Timeout: can’t connect to remote host” error when trying to open your website. Could you please check?
Best regards,
AndyHey!
sorry, but same is happening with firefox. We need a normal, secure website, without any risks for us to be able to check.
When we are not able to check your website can you please provide us the shortcodes of the table elements in question please? You can activate debugging mode for it, so we can implement it in our own installation and check whats going on.
Cheers!
AndyHi!
yes, and I think it should work. Please clear browser cache and refresh your browser a few times.
Regards,
AndyJune 19, 2015 at 12:17 pm in reply to: 'Scroll down arrow' lands too low on page with 'Header is invisible and appears' #461819Hey!
@tylerjmorrison
I think this thread is for a another issue, which needs a different solution. Would be better for us to open a separate ticket I think.
Please try to delete all theme files and get a fresh copy from your themeforest account. This should fix the issue with your arrow (as you other installations are just working fine).Cheers!
AndyHey!
login details provided here are not working for me. Can you please check? or could you fix the issue?
Regards,
AndyHi!
can you please create an admin account for us? post login details here as private reply. I think it would be easier to find the right code for you.
Best regards,
AndyHey!
mit Werte verändern meine ich ja gerade die, die für die Fenstergröße zuständig sind. Also die Werte der media querries:
@media only screen and (max-device-width: 767px)
Erhöhe oder verringere die Zahl 767, die in diesem Fall die maximale Fensterbreite angibt. Weitere Infos zu media querries mit vielen Optionen zu unterschiedlichen Fenstergrößen findest du hier: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Gruß,
AndyHey!
I am sorry, but I don’t understand the last post.
Could you manage to follow Ismael’s instructions?
If you show us a mockup/screenshots with your menus looking the way you want it, we could try to provide you some CSS code. You can add screenshots using imgur.com or dropbox.Regards,
AndyHey!
you can generate a contact form shortcode like this:
[av_contact email=' (Email address hidden if logged out) ' title='' button='Submit' on_send='' sent='Your message has been sent!' link='manually,http://' subject='' autorespond='' captcha='' hide_labels='aviaTBhide_labels' form_align='' color=''] [av_contact_field label='Name' type='text' check='is_empty' options='' multi_select='' width=''][/av_contact_field] [av_contact_field label='E-Mail' type='text' check='is_email' options='' multi_select='' width=''][/av_contact_field] [/av_contact]
and add it into your header widget.
Then try to style it with this CSS:
#top form { width: 10%; float: right; margin-top: -50px; margin-bottom: 0px; } .avia_ajax_form .first_form { margin-bottom: -26px; } input#avia_name_1 { height: 28px; } input#avia_e-mail_1 { height: 28px; } input.button { margin-top: 20px !important; height: 28px; }
Adjust by yourself as needed. Feel free to hire a freelancer for further customizations.
Cheers!
AndyHey!
1.) Can you show us what you mean? a link to the site in question would help.
I think it will be possible to use a 3/4 + 1/4 layout. If you need to decrease the size for your text near the image, we might be able to provide you some CSS for it. We just need a link showing the elements in question :).Wordpress automatically resizes images when uploading. You can control it using this plugin: https://wordpress.org/plugins/simple-image-sizes/
2.) Can you show us the lightbox please? Try this code:
.mfp-bottom-bar { background-color: red; opacity: 0.5; }
3.) – (1)
Regards,
Andy-
This reply was modified 9 years, 8 months ago by
Andy.
June 19, 2015 at 11:04 am in reply to: Responsive images are showing full size (overflowing) on small devices #461787Hi!
I think you won’t be able to solve the issue using a background image inside a color section, because you can’t call the background image only via CSS (inside color section) and instead you can only call the whole color section via CSS. That’s why any changes made to the color section will effect all the other elements too (inside this color section). Feel free to make a feature request here, so Kriesi can think about adding an option for this in the future: kriesi.at/support/enfold-feature-requests/
I suggest to try a different approach, using an extra image element for your headphones for example.
Hope this makes things clear.
Best regards,
AndyJune 19, 2015 at 10:48 am in reply to: How do I hide the enfold.css reference to make the theme look personal to my client #461779Hey!
I think at least one of the codes provided in this thread should work. Did you try them? Let us know if it does not work for you and post a link to your website.
Best regards,
AndyJune 19, 2015 at 10:41 am in reply to: First list item in an unordered list displays disc on the right #461774Hi!
we are trying our best as a support team. If people are writing a lot, it will need more time to read and understand the issue. That’s why some answers get a quicker reply and for others we need more time. If you are in a hurry feel free to hire a freelancer for the job.
You are right, it’s best to not make any changes in your thread, to get a faster reply.
Thanks for a possible solution you have provided, but it’s not an option for us, because it is working as expected:
The problem is that you are first calling a text block element and then calling a separator element. Obvious that things get messed up :). So please make sure to first call the separator element and then the text block:[av_hr class='default' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' custom_class=''] [av_textblock size='' font_color='' color='' custom_class=''] <ul> <li>Measures:</li> <li>Materials:</li> <li>Dyes:</li> <li>Condition:</li> </ul> [/av_textblock]
I hope this make things clear :).
Cheers!
Andy-
This reply was modified 9 years, 8 months ago by
Andy.
Hi!
how did you copy them manually? please use the plugins mentioned here to copy your content from one installation to another.
You can try to delete all theme files again (via FTP) and get a fresh copy from your themeforest account. Let us know if you see any issues with a fresh Enfold copy.
Cheers!
Andy -
This reply was modified 9 years, 8 months ago by
-
AuthorPosts