Forum Replies Created
-
AuthorPosts
-
March 10, 2015 at 8:40 pm in reply to: Combine Page Sidebar Navigation with color sections + multiple columns #409067
Hi Boulanger!
When you use multiple “full width sections” such as the color sections or masonry, portfolio, etc, the sidebar will always display beneath the last section. To do what your wanting you will need to use the widget area element like you were thinking and then drag a “Custom Menu” widget to the sidebar and build the menu up manually.
Cheers!
ElliottHi heinrichvk!
That would take a lot of time and code to implement so it would have to be considered custom work. Unfortunately I do not know of any plugins that do this but if anyone has an idea then please share.
Cheers!
ElliottHi!
Alrighty, try opening up /enfold/config-templatebuilder/avia-shortcodes/postslider.php and change line 295 from this.
$thumbnail = get_the_post_thumbnail( $the_id, $image_size );To this.
$thumbnail = get_the_post_thumbnail( $the_id, 'full' );That should have them all open up in their original sizes instead of being resized by WordPress.
Cheers!
ElliottHi!
Well in that case yes it sounds like the browser cache. I’ve never done this before but you could try reducing the amount of time your CSS is cached, http://gtmetrix.com/leverage-browser-caching.html.
If your constantly doing CSS changes then that may be a good idea. Most people keep their site under maintenance mode until it is completely finished and then release it.
Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
March 10, 2015 at 8:15 pm in reply to: On mobile the link with mega menu structure doesn't work #409051Hi emilcobussen!
Try this out, http://kriesi.at/documentation/enfold/changing-the-menu-on-mobiles/, it will let you change the menu on mobiles.
Regards,
ElliottHi!
I don’t see anymore issues. The google mobile test seems to be working fine now also, https://www.google.com/webmasters/tools/mobile-friendly/?url=superbike-coach.com.
Cheers!
ElliottHey ShortieD!
Are you trying to make spaces or line breaks? Hitting the spacebar will make spaces and hitting enter will create line breaks.
If your adding it inside a heading element though then try typing out
<br />to do a line break.Cheers!
ElliottMarch 10, 2015 at 8:06 pm in reply to: Easyslider not displaying content on mobile devices – Enfold 3.0.8 #409045Hi!
If your using Chrome you can right click and inspect element and switch to the Console tab to view the errors. If your using Firefox then you can download and install Firebug which is a bit more user friendly and do the same.
I would try deactivating all plugins and then reactivate them one by one to see which one is causing the error.
Best regards,
ElliottHi!
Try this.
is_post_type_archive('portfolio')Or this.
is_tax('south-canterbury-past-issues')Regards,
ElliottHi jancecile!
Try adding this to a codeblock element in the page.
<style type = "text/css"> .avia-slideshow li img { max-height: 360px !important; } </style>Cheers!
ElliottHi!
Navigate to Dashboard > Enfold > Sidebar Navigation and make sure the “Page Sidebar navigation” option is checked.
Best regards,
ElliottHi!
That looks like the same problem you posted here, https://kriesi.at/support/topic/font-size-not-respond/#post-408133, please do not double post.
Best regards,
ElliottHey!
Sorry, when I say reinstall WordPress I meant create a new database also. The pages, posts, etc etc, are stored in the database.
When you say “they seem to still be somewhere” are you talking about in your menu? If so then navigate to Dashboard > Appearance > Menus and delete the menu that is being used and create a new one.
Also check your trash folder for your pages to make sure they are completely deleted and not just hiding out in the trash.
Cheers!
ElliottHi!
Hmm, I’m not sure I understand. I see the rev slider and the color section beneath it. Are you trying to make the color section display on top of the rev slider? Go ahead and take a screenshot highlighting what your trying to do so we can get a better idea.
Best regards,
ElliottHey!
I sent you an email. If you can send me a copy of the plugin I’ll do some testing.
Cheers!
ElliottMarch 10, 2015 at 5:59 pm in reply to: Page Speed Load Problems with admin-ajax.php and wp-admin.php #408980Hi!
Well I just checked your site again and now I’m seeing a lot of weird scripts being loaded, probably from plugins. There are also lots of external calls being made to other sites which is weird.
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Let us know when your done with those two steps so we can take another look. It would probably be best to contact your hosting provider about this also.
Regards,
ElliottHi!
I’m sorry but I’m not sure what’s going on there. I created a test page on your site which you can find at /test/ and switched the videos out to some different youtube samples and they are playing fine so perhaps it has something to do with the specific videos your using. The videos your using are pretty small so perhaps the length of the video has something to do with it.
I’ll go ahead and flag this for the rest of our team to take a look.
Also, be sure to create a backup and update WordPress.
Best regards,
ElliottMarch 10, 2015 at 5:25 pm in reply to: Enfold theme is creates conflict with Hosting provider platform, JS/CSS conflict #408951Hi!
We do not supply any copies of jQuery. We use the WordPress wp_enqueue_script function to include the version of jQuery that gets shipped with WordPress, http://codex.wordpress.org/Function_Reference/wp_enqueue_script.
This is how all themes and plugins should be adding jQuery to make sure there are no conflicts. You can see where we enqueue it on line 279 in the functions.php file.
wp_enqueue_script( 'jquery' );Though we do include the LayerSlider with Enfold and it has an option to include a copy of jQuery from the Google CDN in Dashboard > LayerSlider > Troubleshooting & Advanced settings so make sure that is turned off.
Cheers!
ElliottHi!
That plugin looks like it’s only for filtering. You said your wanting it for pagination? What happens if you have over 26 pages though? :)
Best regards,
ElliottHi!
It’s because your adding the line breaks in manually. Instead I think what your wanting to do is remove those and set a max width to the H3 heading like so.
<h3 style = "max-width: 300px; margin: 0px auto;">That will keep the lines looking nice on the full desktop screen but let them break normally on smaller mobile screens.
Cheers!
ElliottHi jdrijver!
Can you send us a link to your site? I checked your screenshots but none of them had a URL so we could take a look.
You can set your reply as private if you wish.
Best regards,
ElliottHi!
Try adding this to your custom CSS.
.create-account { clear: both !important; }I could not complete an order to look at the other issue though. Is there any way you can create a temporary free downloadable product so we can complete an order and test it out?
Best regards,
ElliottHey!
It sounds like your talking about line 412 in the portfolio.php file.
$post_class = "post-entry post-entry-{$the_id} grid-entry-overview grid-loop-{$post_loop_count} grid-parity-{$parity} {$last}";Best regards,
ElliottMarch 10, 2015 at 4:40 pm in reply to: After update to 3.0.8 white space and scroll error top of page on mobile phone #408924Hi!
I checked on a Moto E and Nexus 7 in both portrait and landscape but it looks fine. Make sure your browser is updated.
Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey!
I see what you mean, it looks like it’s just a browser quirk with iOS and Android with the URL bar. I can’t think of an easy fix though. I added it to our issue list and our devs will take a look to see if we can get a fix or workaround in a future update.
Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey!
Yes I think it’s from your CSS. What happens when you add this?
.av-parallax { height: 100%; min-height: 100%; }Send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHi journey5956!
Add this to your custom CSS.
#header .widget { left: 80%; line-height: 18px !important; padding-top: 0; position: absolute; top: -80px; }And then add line breaks or
<br />in the text wherever you want to break a line.Regards,
ElliottHi dhuet!
That is a plugin correct? We do not support third party plugins but send us a link and we’ll see if we can work something out.
Cheers!
ElliottHi crnaosa!
It looks like the first image is resized to 495 x 400 but all of the other images are displayed as fullsize. That is the problem correct?
Can you send us a WordPress login so we can take a closer look?
Cheers!
ElliottHey!
Send us a WordPress login and we’ll check to see if you did it correctly.
Regards,
Elliott -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
