Hi Andy
I have created a page with a widget in a color section at the top and given it an ID of ‘mobilemenu’. The color section below has an ID of ‘conent’ for testing purposes.
http://fordtractorsales.co.uk/robs-mobile-test-page/
The widget is a copy of the Shop Overview Page sidebar so alongside a search box and a back button it has 6 Woocommerce Layered Nav widgets with the 6 Attributes. The Attributes menu does not show any content on the test page because it only shows attributes available for the category (tractor) page it is on. (e.g. http://fordtractorsales.co.uk/product-category/1000-series/2000/)
I have enabled sidebar on the page but it is showing below the content for some reason.
I have disabled the Sidebar on Smartphones In the Theme Options.
Many thanks
Rob
Hi, please I need some help to the following issues:
1. Using WPML, when the mobile menu is open
a. I need to hide the laguage selections inside the menu
see image
b. I need to change the flags in the top bar to language switcher (drop down selector)
see image
2. Blog list
I want to have a list of posts with the image at the LEFT, and the title, excerpt etc at the right
example site: https://serenitaapartments.com/guides
thank you in advance
-
This topic was modified 8 years, 11 months ago by
spapax.
Hello Support,
Since yesterday I have the following problem on my website (WordPress 4.7.2) using the Enfold theme (version 3.8.5):
The full screen slider is no longer as wide as the screen. It has a left/right padding of 50px. I prepared a test page that contains only a slider with the following code:
[av_fullscreen size='no scaling' animation='fade' autoplay='true' interval='7' control_layout='' scroll_down='aviaTBscroll_down']
[av_fullscreen_slide slide_type='image' id='3636' position='top right' video='http://' mobile_image='' video_cover='' title='Des activités de pleine nature' custom_title_size='30' custom_content_size='21' caption_pos='caption_left caption_left_framed caption_framed' link_apply='button button-two' link='lightbox' link_target='' button_label='Vous êtes une entreprise' button_color='light' link1='page,3254' link_target1='' button_label2='Vous êtes un particulier' button_color2='light' link2='page,3263' link_target2='' font_color='custom' custom_title='' custom_content='' video_controls='' video_mute='' video_loop='' video_autoplay='']
Coachées par des professionnels de la santé et du plein air.
[/av_fullscreen_slide]
[av_fullscreen_slide slide_type='image' id='3630' position='top left' video='' mobile_image='' video_cover='' title='Dans le sud de la france' custom_title_size='29' custom_content_size='18' caption_pos='caption_right caption_right_framed caption_framed' link_apply='button button-two' link='lightbox' link_target='' button_label='Vous êtes une entreprise' button_color='light' link1='page,3254' link_target1='' button_label2='Vous êtes un particulier' button_color2='light' link2='page,3263' link_target2='' font_color='' custom_title='' custom_content='']
Profitez de la région ensoleillée de Montpellier !
[/av_fullscreen_slide]
[av_fullscreen_slide slide_type='image' id='3638' position='top left' video='' mobile_image='' video_cover='' title='Au coeur des plus beaux sites' custom_title_size='30' custom_content_size='24' caption_pos='caption_bottom caption_bottom_framed caption_framed' link_apply='button button-two' link='lightbox' link_target='' button_label='Vous êtes une entreprise' button_color='light' link1='page,3254' link_target1='' button_label2='Vous êtes un particulier' button_color2='light' link2='page,3263' link_target2='' font_color='' custom_title='' custom_content='' video_controls='' video_mute='' video_loop='' video_autoplay='']
Dans une ambiance ludique et détendue
[/av_fullscreen_slide]
[/av_fullscreen]
Please let me know what can be done to fix/avoid this bug.
Thanks
Hi,
I don’t see the image you’re showing on your screenshot anywhere on the link you’ve provided, but maybe you want this:
.av-masonry-entry .av-masonry-entry-title {
color: white;
top: 181px;
position: relative;
}
Best regards,
Andy
Hi,
Whilst working on a new website I can’t seem to get the custom styling of my headings right. Normally this would do the trick:
In the text:
<h2 class="titlefrontpage">some headingtext</h2>
The CSS:
.titlefrontpage h2{font-size:20px!important; text-transform: none!important; margin-top:10px!important; color:#473c8e!important}
Tried the option of adding class to the text element itself but no luck either.
What am I doing wrong here?
Thanks in advance!
Regards,
Steven
Hi,
Sorry for the late reply. Forums have been pretty busy lately.
Please refer to my post here – https://kriesi.at/support/topic/lightbox-for-mailchimp-form/#post-582439
Best regards,
Yigit
Hi,
Sorry for the late response. Are you referring to the sidebar? try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.responsive #top #main .sidebar {
display: block !important;
width: 100% !important;
border: 0 !important;
}
.responsive #top #main .sidebar .inner_sidebar {
margin-left: 0 !important;
}
}
Hope this helps :)
Best regards,
Nikko
Hi edgelogos,
There’s no easy fix on this and each option is situational. For example “scale to fit” allows the whole image to be visible which means it will cover the whole width but not the whole height, this can be used in few cases however in your case I would suggest using on the analytics page, use stretch and bottom right since most of the important part of the image is located there, the 2nd link you gave should be same or might be center center since the important part of the image is in between center and right. It’s not a theme issue that’s why the theme is providing options.
@BlueSpot85: Please create a new thread, the issue you have is on a slider, the one in this topic is using a color section.
Best regards,
Nikko
I will update soon, thanks for telling me that!
About the website; the menu is still great, it’s still responsive as the screen gets smaller.
I saw you added this code:
#top.boxed, .html_boxed.html_header_sticky #header {
max-width: 85% !important;
width: 1010px;
}
I changed that code to:
#top.boxed, .html_boxed.html_header_sticky #header {
max-width: 85% !important;
width: 80%;
}
And now it works axactly like how I want it to be.
Amazing @quenni007, I’ll keep you in the credits of the website.
EDIT: I now see that both codes underneath dont work anymore; why is that .. ?
/* Content slider */
.contentsliderlettertyp {
font-size: 14px;
text-align: center;
}
/* Witte special header met schaduw */
.dropshadow .av-special-heading-tag {
text-shadow: 2px 1px 2px black !important;
color: #ffffff;
}
-
This reply was modified 8 years, 11 months ago by
ernaborbas.
I just sent you the details, hope you can help me.
Otherwise I hope the mods can help me with:
– Centering menu (logo in middle)
– Links may not fall underneath other menu links
– Keeping it sort of responsive
This code is great allready: https://kriesi.at/support/topic/center-menu-responsive/#post-743775
Only downside to that is that my page isn’t 80% wide anymore.
Thanks!
-
This reply was modified 8 years, 11 months ago by
ernaborbas.
Hi,
Sorry for the delay, please remove the code you already tried and add the below code in Quick CSS.
If you like to target only specific pages please add the page ID before .avia-menu with a space inbetween example: .page-id-xx .avia-menu for all 3 CSS selectors below.
/* One page dots navigation */
.avia-menu {
position:fixed;
max-width:0px;
height:auto!important;
right:50px;
top:50%;
transform:translateY(-50%);
}
.avia-menu .menu-item {
max-width: 25px;
max-height:25px;
border-radius:25px;
margin:10px;
overflow:hidden;
}
.avia-menu .avia-menu-text {
display:none;
}
Best regards,
Vinay
Thank you.
This code was for mobile devices, I put under @media only screen and (max-width: 480px) and now work perfect in desktop and mobile.
Regards!
Hey!
Please try changing the code to following
.html_elegant-blog .avia-content-slider .slide-meta,.html_elegant-blog #top .avia-content-slider .blog-categories {
display: none !important;
}
then please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Regards,
Yigit
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_elegant-blog .avia-content-slider .slide-meta,.html_elegant-blog #top .avia-content-slider .blog-categories {
display: none;
}
Best regards,
Yigit
Hey Guys,
I am using your enfold theme on my website. I want to use custom font which is not listed in the predefined fonts list in the settings.
I followed the procedure given in the https://kriesi.at/support/topic/step-by-step-installing-a-new-font/ forum. I have copied the given code by Vinay to functions.php file. I’v got my new font listed in the font selection dropdown. But after selecting the font it is not appearing on preview above font selection dropdown and also on the front end.
I want to use Crimson Text font for all the headings from Google Fonts.
Let me know whether I am missing anything or is there any issue with this font.
Thanks in advance!
-
This topic was modified 8 years, 11 months ago by
Sankya.
@guenni007 I’m just very confused about it all, can I maybe send you login details so you can change the piecie of code for me? It would help ALOT ..
Because I can’t seem to find where in the website I have to delete this pieces of code – https://kriesi.at/support/topic/center-menu-responsive/#post-745323
If u agree, i will send the details to: (Email address hidden if logged out)
Thanks.
-
This reply was modified 8 years, 11 months ago by
ernaborbas.
is my english too bad or do you like to misunderstand me –
this is the code you should add: https://kriesi.at/support/topic/center-menu-responsive/#post-743775
and this is the code you have to remove – https://kriesi.at/support/topic/center-menu-responsive/#post-745323
because it is not the code you need. If you have removed it i will see what code will do the job
Hi,
Maybe this is answered somewhere here, but wasn´t able to find it if so.
The thing I need help with is how to get the socket to always stay the same size (fixed) on all pages and posts and to have the link-text and the social icons centered (from top and bottom) on all pages and posts as well.
Regards,
Chris
I now only added this code, what should I add next??
.container {
width: 100%;
}
.container .av-content-small.units {
width: 80%;
}
.responsive #top.boxed, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header {
max-width: 90%;
width: 80%;
}
.responsive .container {
max-width: 80%;
}
#top #header .av-main-nav > li > a {
font-size: 15px;
}
As you can see, the width of the page is perfect now.
(http://nlboos-osterwaal.savviihq.com)
That is the width i would like to have.
Now I need the menu to be: Link – Link – Link – Logo – Link – Link – Link & The responsive part that you designed.
Thanks
-
This reply was modified 8 years, 11 months ago by
ernaborbas.
you lost something (the max-width of body):
#top.boxed, .html_boxed.html_header_sticky #header {
max-width: 85%;
width: 1010px;
}
the rules above are conflicting and confusing that rule
Hello,
I´m using a avia submenu and changed the background of the button:
#top #wrap_all .main_color .av-menu-button-colored > a .avia-menu-text {
background-color: #ff6600;
}
If you click on a menu button (Site A) you will get on a new Site (Site B).
This new site (B) has a copy of the submenu.
On site(B) the button with the name of the button that was clicked on Site A should get another background.
Example:
Site A: Menu: product A / product B / product C
Site A: Click on product B
Site B: Menu: product A / product B / product C
I would like to change the background of the button from product B
I think the pseudoclasses can´t help because on the menu of Site B was not yet clicked or hoverd
Can you help?
Maybe I can send you the access to the side in a private Message.
well ok. –
i can see underneath my code above that there are additions in the quick css media querrie und 810px – namely:
.container {
width: 100%;
}
.container .av-content-small.units {
width: 80%;
}
.responsive #top.boxed, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header {
max-width: 90%;
width: 80%;
}
.responsive .container {
max-width: 80%;
}
#top #header .av-main-nav > li > a {
font-size: 15px;
}
can you please remove that first – because the code which is necessary is “fighting” against that.
Hello @Guenni007,
I had a short vacation, I can’t seem to figure out what I need to remove from the code I have on my website right now..
The code i have working now is:
.av-main-nav li:nth-child(3) {
margin-right: 150px;
}
.responsive .main_menu ul:first-child > li > a {
padding: 0 8px;
}
#header_main_alternate {
border: medium none !important;
}
#header .container {
max-width: 100%;
padding: 0px;
}
.html_header_top.html_logo_center .logo {
filter: drop-shadow(2px 2px 3px #888888);
left: 50%;
transform: translate(-50%, 20px);
}
.html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
padding-top: 165px !important;
}
.cart_dropdown {
opacity: 0;
right: 0;
top: 0;
transition: none !important;
}
@media only screen and (min-width: 980px) {
.responsive .main_menu ul:first-child > li > a {
padding: 0 20px;
}
}
@media only screen and (max-width: 810px) {
.container #advanced_menu_toggle, #advanced_menu_hide {
display: block;
}
.main_menu .avia-menu, #header_main_alternate, .fallback_menu {
display: none;
}
.responsive #top #wrap_all .container {
float: none;
margin: 0 auto;
max-width: 85%;
padding-left: 0;
padding-right: 0;
width: 85%;
}
.responsive.html_header_top.html_logo_center .logo {
left: 0;
margin: 0;
transform: translate(0%, 0px);
}
.responsive #top .cart_dropdown {
margin: -23px 50px 0 0;
position: absolute;
right: 7.5%;
top: 50%;
opacity: 1
}
Can you help me with completing the piece of code with your new code?
You’re very helpfull allready, thanks for that!
Hi Rikard,
it’s alll right, you can close the topic, thanks.
Best Regards,
Agnes
Hi Daniely,
Great, 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,
Rikard
Hi!
Thank you for the update.
Please add this css code in the Quick CSS field.
#top .fullsize .template-blog .blog-meta {
float: left;
margin-right: 50px;
}
#top .content .entry-content-wrapper .entry-content-wrapper {
padding-right: 50px;
padding-left: 140px;
}
#top .fullsize .template-blog .post_author_timeline {
display: block;
}
Regards,
Ismael
Hey edzetrading,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1230px) {
.home #av_section_1 .flex_column_table {
margin-top: -130px !important;
}
}
Best regards,
Rikard
Hi,
There is plenty of information online on this topic, here’s one article which might help you along for instance: https://www.abetterlemonadestand.com/optimizing-images-for-web/
Best regards,
Rikard
Hi Rikard,
when a variable isn´t possible for the portfolio_item, then you can close this topic. Can I close this, where?
Thanks.
Alex