-
AuthorSearch Results
-
February 13, 2017 at 3:51 pm #746469
In reply to: Sidebar on Smart phones
February 13, 2017 at 3:49 pm #746468I don’t understand why, but this morning the 404 page is displaying as it should. I have not updated anything on the site, so unsure of why it’s working today. Do you think it could’ve been related to some kind of hosting issue? If it stops working again, I’ll let you know. Thanks for the quick response
February 13, 2017 at 3:41 pm #746465Okay I would only want to remove the default sidebar from just the bbpress pages while adding the sidebar manually. See the bbpress index page could be changed such as is being said in this thread but when a forum is clicked on it, it will not retain the setup & use the default sidebar settings which throws things off of course.
Just want bbpress forums to basically have a full width title image on top with forums & right sidebar under. (Under the header & menu of course)
-
This reply was modified 8 years, 10 months ago by
ninjaunmatched.
February 13, 2017 at 2:47 pm #746414In reply to: Grid Row Width
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 1023px) { .responsive #top #wrap_all .av-flex-cells .no_margin { padding-left: 0 !important; padding-right: 0 !important; }} #footer { border: none!important; }Best regards,
YigitFebruary 13, 2017 at 2:18 pm #746401In reply to: H1 header subtitle logo Problem with Mobile page
Did you get a chance to goto my site fritzimages.com on a mobile device and see the large H1 fonts on the home page after using your function code for desktop.
I like the desktop H1 for SEO, but it is almost blocking entire mobile home page on am iphone.
Is it possible to us only for desktop?
February 13, 2017 at 2:06 pm #746397In reply to: Reducing Width of Woocommerce Sidebar
Hey!
You can use following code to make it, orange :)
#top .widget_nav_menu ul ul li a { color: orange; }Best regards,
YigitFebruary 13, 2017 at 2:04 pm #746394In reply to: Add text to left of map
Hi,
Using jQuery you can create such section or you can try adding another section below and give it negative top margin value.
Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)Best regards,
YigitFebruary 13, 2017 at 1:31 pm #746362In reply to: Background of portfolio element caption
Sorry, I was looking in the wrong place. Just found the solution in al older topic.
.av-masonry-item-with-image .av-inner-masonry-content {
background:rgba(255, 255, 255, 0.5)!important;
}But now the small tilted square in the center top of the overlay (the ‘arrow’ pointing up) is really visible. Can I change it’s opacity and color as well, or remove it completely?
Thanks again,
JanFebruary 13, 2017 at 1:11 pm #746355In reply to: Slider captions disappearing
Hi,
I can’t find the way to create a new topic.
Anyway I have some problems with the Fullwidth Easy Slider on the mobile version.
It’s too small there. How can I make it bigger?February 13, 2017 at 12:37 pm #746348In reply to: Background colors mega-menü
Hey!
Glad you like it :)
Please try the below CSS :/* Submenu text color */ #top #header .avia_mega_div .sub-menu a { color:#FFF!important; } /* Remove yellow line*/ .header_color .avia_mega_div { background:transparent!important; }Cheers!
VinayFebruary 13, 2017 at 12:30 pm #746344In reply to: Breadcrumbs not visible
Hey td8000,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_top.html_header_sticky #top #wrap_all #main { padding: 50px 0 0 0px !important; }Best regards,
VinayFebruary 13, 2017 at 12:27 pm #746343Just reporting back, after searching the forums I found this thread.
It seems the issue was a JS one, as the googlemaps weren’t working either, which led me to the above thread. Turns out it was due to Cloudflare’s “Rocket Loader”. Which we’ve turned off, Chrome and Firefox were working fine immediately after that.
Hope this might help someone else in the future.
February 13, 2017 at 12:14 pm #746334In reply to: Mobile Menu: I don't see
Thanks Nikko,
I tried to replace the code that you have provided me. The icon is visible on all pages but it only opens on the home page.Instead I disabled autoptimize and removed the code that you have provided me. The icon appears and opens the pages except those about us.
What else should I change?
Thank you
SalvatoreFebruary 13, 2017 at 12:00 pm #746324In reply to: Enfold Changelog
Hi,
I would like to suggest you guys to create a roadmap of the functions or options that are planned to include in the nearest release. I took a look at the feature request page but none of the suggestions are considered for future implementation. Enfold is a great theme but it needs a bigger upgrade to keep it up on the top. A lot of themes are changed and many other frameworks are getting more and more exciting. As you can see in the feature requests, most of the users including me would really love to have improved mobile menu layout, and other options. Please consider this suggestion. Keep up the good work!
February 13, 2017 at 11:50 am #746319Topic: Google Maps – API wont work
in forum EnfoldFabelMedia
ParticipantHi!
I just moved a site to this new domain and webhotel. After moving the google maps module stopped working. I tried to update the API + adding several others, but none of the APIs works. It seems like the module no longer finds the API posted in the enfold theme menu settings. The API i have tried is working on another site.
I tried to update the theme manually, but still no luck. Can you have a look?
February 13, 2017 at 11:48 am #746318In reply to: Hook for Form "To Adress"
at the end, I used a little diffrent hook:
add_filter('avf_form_sendto','avia_change_mail_subject'); function avia_change_mail_subject($to){ $toid = intval($_GET['fid']); if ($toid != '0') { $to = array(get_post_meta($toid, 'email', true)); } return $to; }So I change based on a int variable the to adress. Topic can be closed.
February 13, 2017 at 10:30 am #746279In reply to: easy slider
Hello
See the link below. the image on top has to bigger so that you can read the complete text.
http://mobiletest.me/iphone_5_emulator/?u=http://edzeagra.nl
Kind regards,
Leon
February 13, 2017 at 9:29 am #746247In reply to: Embedding an iFrame Full Screen with maximum height
Hi!
Your embed file does not have a selected height, so the color section has to also be full Height.
https://kriesi.at/support/topic/change-height-size-in-color-section/Please check Josue reply here and let us know if it works out for you.
Thanks a lot
Regards,
BasilisFebruary 13, 2017 at 9:21 am #746245Hi Ismael!
Thanks for looking into this!
Yes, I just double checked and the urls entered on the page in Avia, both in the color section video background (for desktop) and in the Youtube box (for mobile) are both entered as the https versions…. that’s why I was theorizing that maybe there’s something hardcoded in the theme somewhere that is assuming Youtube urls are all http?
Thanks for your help in figuring this out!
Rob
February 13, 2017 at 8:41 am #746213Hi!
Thank you for the info. Please add this code in the Quick CSS field.
.avia-form-success { margin-top: 50px; }Regards,
IsmaelFebruary 13, 2017 at 8:29 am #746199In reply to: Mobile Menu: I don't see
Hi,
You can change the code I gave to target ipad as well, just replace the code I gave:
@media only screen and (max-width:767px) { #advanced_menu_toggle { display: block; right: 20px; } }to this one:
@media only screen and (max-width:1024px) { #advanced_menu_toggle { display: block; right: 20px; } }As for the menu not opening when click, can you try to disable the autoptimize plugin. Hope this helps.
Best regards,
NikkoFebruary 13, 2017 at 8:26 am #746196In reply to: header widget to be below logo & menu on mobile view
Hi,
It will be difficult giving you accurate CSS if we can’t actually inspect the page in question, did you try changing the right value in your first CSS block?
#header .widget { right: 20%; padding-top: 40; position: absolute; bottom: 0; transform: translate; z-index: 0; }You could also try with pixel values.
Best regards,
RikardFebruary 13, 2017 at 8:13 am #746190In reply to: Related Product Sizes
Hi Vincent,
Cropping would be one way to do it if you have different image dimensions. Can you try to add this css code in Quick CSS (located in Enfold > General Styling):
#top .inner_product .thumbnail_container img { max-height: 450px; width: auto; max-width: 100%; margin: 0 auto; }Let us know if this helps.
Regards,
NikkoFebruary 13, 2017 at 7:46 am #746174In reply to: Background colors mega-menü
Hey LorbeerDesign,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
In the below code nth-child(x) the number x refer to the menu item. Please add more nth-child selectors to match the number of menu items and update the background color values.
#top #header .avia_mega_div .sub-menu:nth-child(1) { background:gold!important; } #top #header .avia_mega_div .sub-menu:nth-child(2) { background:green!important; }Best regards,
VinayFebruary 13, 2017 at 7:35 am #746164In reply to: Portfolio not displaying correctly
Hi,
Great, glad you got it working and thanks for sharing. Please let us know if you should need any further help on the topic.
Best regards,
RikardFebruary 13, 2017 at 7:27 am #746157Topic: Adjust background position of a color section
in forum EnfoldJPOsteen
ParticipantI am trying to get the background image of a color section to sit flush at the bottom of the main menu. Below is a photo of what it looks like now, with just a small portion of the top showing through the menu. I don’t want to be able to see the background image behind the menu until I start to scroll.
February 13, 2017 at 7:25 am #746154Hi,
Thanks for the feedback. Please let us know if you should need any further help on the topic.
Best regards,
RikardHi!
Thank you for the info.
Use the following css code to adjust the font size of the title.
.toggler { font-size: 23px; line-height: 2em; }And this code to adjust the toggle icon.
.toggle_icon { position: absolute; width: 15px; height: 15px; border-style: solid; border-width: 1px; top: 24px; left: 10px; }Best regards,
IsmaelFebruary 13, 2017 at 7:09 am #746145In reply to: Text align from left went to center!
Hey vangeliss,
You have this in stl.css, please edit or remove it:
p { text-align: center; color: #55acee; padding-top: 20px; }Best regards,
RikardFebruary 13, 2017 at 6:43 am #746134In reply to: Manage content width in boxed style
Hi,
Sorry for the delay, It appears you have this figured out? Let us know if you have more questions.
If you reply to your own topic the ticket will go to the bottom of the queue please wait for us to reply.
Best regards,
Vinay -
This reply was modified 8 years, 10 months ago by
-
AuthorSearch Results
Viewing 30 results - 84,211 through 84,240 (of 142,645 total)
-
Search Results
-
Topic: Google Maps – API wont work
Hi!
I just moved a site to this new domain and webhotel. After moving the google maps module stopped working. I tried to update the API + adding several others, but none of the APIs works. It seems like the module no longer finds the API posted in the enfold theme menu settings. The API i have tried is working on another site.
I tried to update the theme manually, but still no luck. Can you have a look?
