Forum Replies Created
-
AuthorPosts
-
Hey!
Not sure what it could be. Let us know what the plugin author says.
Best regards,
ElliottHi!
It’s displaying the same as on the homepage. Do you mean why isn’t it transitioning? It’s because you have the “Start slideshow” option turned off in the slider settings.
Best regards,
ElliottOctober 26, 2015 at 5:43 pm in reply to: Dont want transparent header on mobile, only desktop? #525092Hey!
Your slider content might run into the header content if you do that. You can use this CSS to do it though.
@media screen and (max-width: 767px) { #header { position: absolute !important; background: transparent !important; } .header_bg { background: transparent !important; } }
Regards,
ElliottOctober 26, 2015 at 5:38 pm in reply to: Lightbox / Popup window with text when clicking on text or an icon #525086Hi sitesme!
Please see here, https://kriesi.at/support/topic/window-pop-up-iframe-through-lightbox/.
Regards,
ElliottOctober 26, 2015 at 5:34 pm in reply to: Excerpt Length for Custom Excerpt on Post Grid / Post Slider #525079Hi grahamonak!
Are you using the Post Slider there? Unless the post is using the link format it should be displaying the excerpt. Try deactivating all of your plugins. If that does not help then send us a WordPress login and we’ll take a look.
Cheers!
ElliottOctober 26, 2015 at 5:29 pm in reply to: Color Section Background Image "Position" Table issue #525073Hi!
I’m getting a 504 gateway timeout when trying to access your site. Contact your hosting provider and check to see if everything is ok.
Cheers!
ElliottOctober 26, 2015 at 5:28 pm in reply to: Customization problems – Landing page arrow color and framework changes #525071Hey!
That’s just an example. Whatever customization your trying to do in that file you can copy the whole function (because they are all surrounded by the function_exists calls) into your child theme functions.php file and edit it there.
Cheers!
ElliottHey!
You can do this, https://kriesi.at/support/topic/is-it-possible-to-modify-files-in-enfold-child/#post-218226, to edit shortcodes in a child theme.
Best regards,
ElliottHey spheor!
I don’t see an easy way of going about that unfortunately. You can try using a plugin, https://wordpress.org/plugins/ultimate-wp-query-search-filter/, but I do not know of any that I can recommend.
Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, for more advanced query options to be included. If it gets enough interest then we may see something get added in the future.
Cheers!
ElliottOctober 26, 2015 at 5:19 pm in reply to: Centre of portfolio image + not display portfolio name #525065Hey boxwell!
Hmm, I think the featured image should be spanning the full width of the single portfolio post view by default. Can you send us a link to the post so we can take a look?
Cheers!
ElliottOctober 26, 2015 at 5:16 pm in reply to: Moving social icons to footer & positioning copyright line #525061Hey SkyeElle!
Add this to your custom CSS.
#socket .social_bookmarks { bottom: 80px; position: relative; right: 0; }
I’m not sure what you mean about the copyright text though. Can you take a screenshot and highlight what your trying to do with it?
Cheers!
ElliottOctober 26, 2015 at 5:10 pm in reply to: Fontello Zip Uploaded | Now how do I edit "Default Feature Photo Icon" on Blog? #525055Hi garycedar!
Try adding this to your custom CSS.
.blog-meta [data-av_icon]:before { content: "\e800" !important; }
Best regards,
ElliottHey RobertPfeifer!
The feed URL should look like this,
http://www.domain.com/feed/
, I went ahead and updated it for you.Regards,
ElliottOctober 26, 2015 at 4:59 pm in reply to: Masonry title styles disappear inside layout column #525049Hey J.C.!
I can see it on my end. Can you take a screenshot of what your seeing?
What operating system / device / browser are you using? If your using a caching plugin then be sure to clear it’s cache and your browser cache after doing changes.
Best regards,
ElliottHey celebcomms!
That’s your main content area. It’s for making it visible when the header is set to scrolling. I don’t recommend removing it.
If your trying to do some changes to your site when send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea.
Best regards,
ElliottHi KK!
Go ahead and watch this tutorial, https://vimeo.com/92503992.
It will tell you everything you need to do know about creating and using portfolios.
Regards,
ElliottHey sweet3!
In Dashboard > Enfold > Header > Header Behaviour the option at the bottom, when checked, will let the header elements span to the full width of the screen instead of grouping up into the center with margins at the end. That will give you more space for the menu.
Cheers!
ElliottHey Drebosio!
Navigate to Dashboard > Appearance > Widgets and you will see there are two widget areas for the shop overview page and the product posts. There is also a widget area called “Displayed Everywhere” which like it suggests will be displayed everywhere so make sure to remove the widgets from that if you do not want them to be displayed everywhere.
Cheers!
ElliottHey akzleung!
I’m not sure I understand. Can you send us a link to your page and take a screenshot highlighting what your trying to do?
Are you trying to make it so the header still displays when the page is preloading? If so then try adding this to your custom CSS.
#header { z-index: 999999999999 !important; }
Regards,
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
October 26, 2015 at 4:44 pm in reply to: Search engine indexing portfolio pages but they only contain feature image #525037Hi itchybrain!
The preview text is only used in the AJAX view. If you want it to display in the single portfolio view as well then copy it to your post content.
Cheers!
ElliottHi janicenisha!
It would be best to contact the plugin authors about this but it sounds like an easy CSS fix so send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hi andreamarucci!
You can place it in the bottom of the functions.php file.
To add more pages you can modify it like so.
function wp_force_ssl_https( $force_ssl, $post_id = 0, $url = '' ) { if ( $post_id == 123 || $post_id == 12 || $post_id == 13 ) { return true } return $force_ssl; } add_filter('force_ssl' , 'wp_force_ssl_https', 10, 3);
Best regards,
ElliottHi Lordsassafrass!
The best way to optimize a WordPress site is to use a caching plugin. A plugin such as BWP Minify will help in minifying your JS / CSS as well.
Also be sure to crop / scale your images down to a reasonable filesize.
I recommend this tool, https://developers.google.com/speed/pagespeed/insights/, for checking your site speed.
Regards,
ElliottHi Elfenbenet!
Try adding this to your custom CSS.
input.validation-lenient, input.validation-strict { padding-top: 20px !important; border-top: 0px !important; border-left: 0px !important; border-right: 0px !important; }
Regards,
ElliottOctober 26, 2015 at 4:22 pm in reply to: Mobile menu displays dash "-" when the dash is used for not displaying the title #525012Hi ymcrodos!
Add this to your custom CSS.
#mobile-advanced .mega_menu_title { display: none !important; }
Regards,
ElliottOctober 26, 2015 at 4:17 pm in reply to: Event Geek plugin conflict with datepicker on the form #524999Hi pandaweb!
What happens if you comment out line 392 in the /enfold/framework/php/class-form-generator.php file?
//wp_localize_script( 'jquery-ui-datepicker', 'AviaDatepickerTranslation', $args );
Regards,
ElliottHi simplysell!
You can change the default font size for your site in Dashboard > Enfold > General Styling > Fonts and the menu links in Dashboard > Enfold > Advanced Styling.
Your saying those are not working for you? Are you using a caching plugin? If so then be sure to clear it’s cache before viewing your site.
Cheers!
ElliottOctober 26, 2015 at 4:10 pm in reply to: Enfold mobile version – center logo and secondary menu #524988Hi viom!
The language switcher is already centered. For the logo it’s width is set to 80% so it’s a little off. Add this to your custom CSS to make it completely centered.
@media only screen and (max-width: 767px) .responsive #top .logo { width: 100% !important; }
Best regards,
ElliottOctober 26, 2015 at 4:06 pm in reply to: Image links are not properly redirected when i upload my site from localhost #524983Hi Alex!
And you have the correct URL set in Dashboard > Settings > General? Are all plugins deactivated while testing?
What happens in the default theme?
Cheers!
ElliottHey Synergi!
I think your wanting the /enfold/single-portfolio.php file. That is the template used for displaying the single portfolio posts.
Cheers!
Elliott -
This reply was modified 9 years, 9 months ago by
-
AuthorPosts