Forum Replies Created
-
AuthorPosts
-
August 23, 2017 at 4:14 pm in reply to: Different background-color contactform on different pages #843126
Hi Erwin,
These are the styles applied to textarea
#top .main_color textarea, #top .main_color select { border: none!important; background-color: #edf3dd!important; color: #9cc53b!important; }You can add page is class as above ad it should work.
Best regards,
VictoriaAugust 23, 2017 at 4:11 pm in reply to: Scaling down the images without cropping in „Single Post With Big Preview Image“ #843124Hey Sophie,
Here is an article for you
Also when assigning images , you need to specify the size to use
Best regards,
VictoriaAugust 23, 2017 at 4:07 pm in reply to: Burger Menu does not work if Conditional Menus Plugin is used #843121Hi Olivier,
Do you want us to look at the version you have with ShiftNav? Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaAugust 23, 2017 at 4:03 pm in reply to: How to add phone number in top nav instead of top bar? #843116Hi sdachos,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaHey alamdita,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHey Niels Verhesen,
You can write your question here.
Best regards,
VictoriaAugust 23, 2017 at 4:01 pm in reply to: How can I disable Enfold default "page nav" for archive page? #843113Hi kmotoyama,
I got to the pages (screenshot in private) and could not login. Can you help me to login?
Best regards,
VictoriaAugust 23, 2017 at 4:00 pm in reply to: How can I disable Enfold default "page nav" for archive page? #843110Hi kmotoyama,
I got to the pages (screenshot in private) and could not login. Can you help me to login?
Best regards,
VictoriaHey agryp,
What kind of popup? Could you please attach a mockup of what you’re trying to achieve?
The items are added to the cart when clicked, since they are links like (in private)
Best regards,
VictoriaHi Steve,
Glad we got things finally working for you.
If you need further assistance please let us know.
Best regards,
VictoriaAugust 23, 2017 at 3:51 pm in reply to: Reduce space between custom menu links in Footer Widget for responsive design #843095Hi Sam,
I could not login either. Normally they allow you to follow the link, but this time the option is not available.
Best regards,
VictoriaHey Tess!
Here is a video for you
Best regards,
VictoriaHi Jeanet,
You’re using a fallback menu and the burger menu does not work very well with it. You need to create a menu and assign it as the Enfold main menu.
If you need further assistance please let us know.
Best regards,
VictoriaHi Harald,
Glad it’s working for you now.
Don’t have the answer to that question yet.
Best regards,
VictoriaAugust 23, 2017 at 3:39 pm in reply to: Remove numbers from search results (or improve formatting) #843081Hi Paul,
Glad we got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHey yunus,
Yes, Propulsion is made by Kriesi.
http://kriesi.at/themes/propulsion/Best regards,
VictoriaHey Kamil,
Could you please give us a link to your website, we need more context to be able to help you.
It could be something like
.main_color #submit, .main_color input[type='submit'] { border-radius: 10px; }If you need further assistance please let us know.
Best regards,
VictoriaHi mingusme,
The general rules can be something like
@media only screen and (min-width: 480px) and (max-width: 767px) { .main_color p, .main_color span { font-size: 14px; } } @media only screen and (max-width: 479px) { .main_color p, .main_color span { font-size: 12px; } }If you need further assistance please let us know.
Best regards,
VictoriaHey Bogdan,
Here are some threads to consider:
https://kriesi.at/support/tags/svg/https://kriesi.at/support/topic/svg-files/
If you need further assistance please let us know.
Best regards,
VictoriaHi Martin,
The code given by Nikko will work for you too:
@media only screen and (max-width: 1025px) { nav.main_menu { display: block !important; } #header #avia-menu .menu-item { display: none; } #header #avia-menu .av-burger-menu-main { display: block; } }If you need further assistance please let us know.
Best regards,
VictoriaHi Picante,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Here is a thread to consider meanwhile
https://kriesi.at/support/topic/individual-tab-height-in-tab-section/If you need further assistance please let us know.
Best regards,
VictoriaHey christianichristiani,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaHey hofitlev,
Here is the code you can put in your funtions.php
function av_links_new_tab() { ?> <script> jQuery(window).load(function() { jQuery('a').each(function() { var el = jQuery(this); el.attr('target','_blank'); }); }); </script> <?php } add_action('wp_footer', 'av_links_new_tab');If you need further assistance please let us know.
Best regards,
VictoriaHi christianichristiani,
There are a lot of extra elements before the title that is displayed and some of them might have the height or some padding and so those elements do not look aligned.
Best regards,
VictoriaHi NathanQ97,
Same as above, You need to create a menu and assign it as the Enfold main menu.
If you need further assistance please let us know.
Best regards,
VictoriaHi jpassistance,
You’re using a fallback menu and the burger menu does not work very well with it. You need to create a menu and assign it as the Enfold main menu.
Best regards,
VictoriaHi Giulia,
Can you switch to Enfold and see if the menu show up on mobile? You might need to update all the files in the child theme with a fresh copy.
Best regards,
VictoriaHi Klaus,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? The code is still valid and should work.
Best regards,
VictoriaHey graememyburgh,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaAugust 23, 2017 at 2:48 pm in reply to: Different background-color contactform on different pages #843047Hi Erwin,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top.page-id-11 .main_color input[type='text'] { border: none!important; background-color:#edf3dd!important; }If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
