Forum Replies Created
-
AuthorPosts
-
September 14, 2015 at 6:32 am in reply to: Jquery noconflict + Plus Gallery Sort order not working… #502488
Hi Justin!
Thank you for using Enfold.
I sorted the masonry gallery images and it works OK. I relocated the “Warning” image at the very beginning: http://108.167.189.61/~idmke2015/resources/sermons/
Not sure what you meant by “sermon-title”. I checked the page with the video and below that video is a third party shortcode.
Cheers!
IsmaelHi!
The plugin wraps the first section inside a container called “pf-content” even on excluded pages. Maybe, you can ask the plugin developer to prevent that from happening.
Best regards,
IsmaelSeptember 14, 2015 at 5:36 am in reply to: Hide background image for specific sections on mobile devices #502470Hi!
My bad. Instead of colon, I added a semi-colon after the background property. We modified the code:
@media screen and (max-width: 989px) { .avia_mobile #waarom, .avia_mobile #referenties { background: none !important; } }Regards,
IsmaelHi Alex!
Thank you for using Enfold.
The strict mode is added for various reason which is explained in the following link: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/
What is the current minify plugin that you’re using? We usually recommend this one: https://wordpress.org/plugins/bwp-minify/
Cheers!
IsmaelHey!
I checked the pages with full width content again and the containers are fixed. What did you do to fix it?
http://www.lonesoederberg.com/wp-admin/post.php?post=15241&action=edit
http://www.lonesoederberg.com/wp-admin/post.php?post=7&action=editRegards,
IsmaelHi!
I tried to add a comment here but I can’t see the “asterisk” issue: http://brandambassadorworld.com/how-being-a-brand-ambassador-adds-years-to-your-life/#comment-68
Is this happening right after you post a comment?
Best regards,
IsmaelHi wiwaldi79!
Thank you for using Enfold.
The problem is that the background is not vertically aligned. Please modify the color section, remove the background image then we’ll re-create it using css. Add a custom id attribute in the Section ID field called “section-bubble” for example. Add this in the Quick CSS field:
#section-bubble { background-color: gray !important; position: relative; } #section-bubble:before { content: ''; position: absolute; bottom: -20px; left: 10%; display: block; width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid gray; }Cheers!
IsmaelHey wiwaldi79!
Thank you for using Enfold.
The text alignment is not working because of this custom css code in the style.css file:
.avia_textblock p { display: inline-flex; vertical-align: middle; }Please remove it.
Regards,
IsmaelHey!
Replace the previous code with this:
@media only screen and (min-width: 768px) { #js_sort_items a { width: 32%; margin-left: 1%; } #js_sort_items .text-sep { display: none; } }It will only affect the desktop view. The sort items are not created to work as columns so you will need to use the default layout on mobile view.
Best regards,
IsmaelSeptember 14, 2015 at 4:48 am in reply to: How to insert different background images to mega menu? #502439Hi!
Try this:
.avia_mega_div.avia_mega2.six.units { min-width: 1050px !important; min-height: 473px !important; }You need to add css media queries to adjust the width and height on smaller screens.
Regards,
IsmaelSeptember 14, 2015 at 4:44 am in reply to: How to add an alternative header logo and asign it to a category #502437Hi!
You can try this css code:
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { color: #888888 !important; }Regards,
IsmaelHi!
You can get free stock photos from the following site and use them as placeholders.
// http://www.gratisography.com/
// http://negativespace.co/
// HomeBest regards,
IsmaelHey!
I tried to post a comment in order to check the issue but I got this:
Access Denied This site is protected by the Stop Spammer Registrations Plugin.Best regards,
IsmaelHey!
Did you try to adjust the code on functions.php as suggested above?
Please check the child theme folder. I think you’ll find the includes > loop-index.php file somewhere. Look for this code:
//echo preview image if(strpos($blog_style, 'big') !== false) { if($slider) $slider = '<a href="'.$link.'" title="'.$featured_img_desc.'">'.$slider.'</a>'; if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>'; }Or just paste the whole code on pastebin.com. We would like to check it.
Cheers!
IsmaelHey!
Please create a new thread because this one is getting a bit too long. We’ll tackle the issue there. If possible, ask your hosting provided for the php info page, we would like to check that as well.
Cheers!
IsmaelHi!
That is the default behaviour of embedded contents. It will require a few modifications to make it responsive. Please refer to this link: http://www.smashingmagazine.com/2014/02/making-embedded-content-work-in-responsive-design/
Cheers!
IsmaelSeptember 12, 2015 at 4:46 am in reply to: Menu at bottom of content with transparent header? #501946Hi Itty!
Thank you for using Enfold.
There is no default option for that, unfortunately. Can you please provide a screenshot of the layout or a link to the actual site with the layer slider?
Best regards,
IsmaelHi!
Do they (sites) have the same exact plugins installed? Maybe, the WP-SpamShield in combination with another plugin causes the issue.
Cheers!
IsmaelSeptember 12, 2015 at 4:41 am in reply to: Contact Form not showing up in Enfold (Coming Soon Demo) #501943Hey mabraxas!
Thank you for using Enfold.
Please post the website url here, we would like to check it. Make sure that you have the latest version of the theme, 3.3.2.
Regards,
IsmaelHey!
From what I see on the screenshot, you’re referring to the header container. Are you sure you want to set the height to 0? You can try this:
#top #header_main > .container { height: 0; line-height: 0; }Regards,
IsmaelHey!
I’m sorry but it’s not possible because the text on the column containing the text is actually inside the color section. You need to setup the page the same way you did here: http://www.dandajaroljmek.com/home-scroll/
OR
You can hide the text column on mobile view. Add another color section after the existing one, add the same text. Use css media queries to show or hide a specific element on different screen sizes. Example: https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/#post-362263
Best regards,
IsmaelSeptember 12, 2015 at 4:29 am in reply to: Listing of blog posts centered when not using sidebar in portfolio #501940Hey!
You need to hide it on portfolio item pages? You can use this:
.single-portfolio .sidebar { display: none !important; }Best regards,
IsmaelHi!
You modified the header layout again. I think you should plan the header design prior to posting inquiries. It will save you more time. Try to use this in the Quick CSS field to move the account image around:
.mobile-account { position: absolute; top: -18px; right: 120px; }Regards,
IsmaelSeptember 12, 2015 at 4:12 am in reply to: Blog image size, masonary gap and picture size, … #501937Hi!
You can turn on the custom css class field. Refer to this link: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Modify the masonry element, look for the custom css class field. Add “custom-masonry” (without the quotation marks”) for example. You can then use the selector “.custom-masonry” in place of the “#av-masonry-1” selector or whatever it is using you’re using before.
Cheers!
IsmaelSeptember 12, 2015 at 4:09 am in reply to: Title in Single-Portfolio-Page and position of picture #501935Hi!
Sorry for the delay. Remove all modifications then replace it with this:
add_filter('avf_title_args', 'avf_title_args_mod', 10, 2); function avf_title_args_mod($args,$id) { if ( is_singular('post') ) { $category = get_the_category($id); $args['title'] = $category[0]->name; $args['link'] = get_permalink($id); } else if ( is_singular('portfolio') ) { $terms = get_the_terms( $id, 'portfolio_entries' ); $args['title'] = $terms[0]->name; $args['link'] = get_permalink($id); } return $args; }Best regards,
IsmaelHi!
You can actually use the color section to create a video background without controls. We created a test page here: http://www.betssongroupaffiliates.com/test-page-2/
Regards,
IsmaelHey!
Can you please ask your hosting provider to create a php info page? We would like to check it. I tried to login but I got locked out:
You are temporarily locked out
You have been temporarily locked out of this system. This means that you will not be able to sign-in or use several other features that may compromise security. Please try back in a short while.
Return to the site home page
Attempt to return to the admin login page (you may still be locked out)If you are a site administrator and have been accidentally locked out, please enter your email in the box below and click “Send”. If the email address you enter belongs to a known site administrator or someone set to receive Wordfence alerts, we will send you an email to help you regain access. Please read this FAQ entry if this does not work.
Please try to disable all plugins then create a page again, see if that helps.
Cheers!
IsmaelHey!
I’m missing the entry Design / Editor completely.
I created a test page and the editor is completely ok. http://energie-kienbacher.de/wp-admin/post.php?post=3346&action=edit
If you’re referring to the menu panel, you can use this link: http://energie-kienbacher.de/wp-admin/nav-menus.php
I want do some changes and I couldn’t do that. The menu item Plugins / Editor is missing, too.
I was able to access the plugins panel as well: http://energie-kienbacher.de/wp-admin/plugins.php
Regards,
IsmaelHey Mario!
Thank you for using Enfold.
The website is on maintenance mode. Please provide the login details every time you open a new post. Where do you want to place the flags? A screenshot will help.
Regards,
IsmaelHi!
Is it OK if we deactivate all plugins while checking the site? Maybe the print plugin plus another plugin is causing the issue. You can also test other plugins:
https://wordpress.org/plugins/print-o-matic/
https://wordpress.org/plugins/pdf-print/Best regards,
Ismael -
AuthorPosts
