-
AuthorSearch Results
-
March 30, 2014 at 2:30 pm #245108
Topic: Parallax problem
in forum Enfoldbersgard
ParticipantHi,
Loving the theme, and nearly there! However I’m having a problem with parallax backgrounds on colour sections – bottom of the page here: http://paramoreproductions.co.uk/about-us/
The image is set to ‘stretch to fit’ but is pushing down to reveal the default alternate content background (which is the same image, set to ‘fixed’ in the styling menu). If I resize the browser window, it snaps into action and behaves correctly. It seems to be working fine on the homepage, perhaps because it is a shorter page?
Also I understand the parallax effect doesn’t function on iOS devices, but that it should resort to ‘fixed’ behaviour, which I would be happy with. However on my page here – http://paramoreproductions.co.uk/paramore-weddings/ – it’s defaulting to ‘scroll’. I’ve seen it working on the Enfold demo here – http://kriesi.at/themedemo/?theme=enfold – any idea why it’s not working for me? It also doesn’t appear to work in IE11 – is this to be expected?
Many thanks in advance,
TomMarch 30, 2014 at 2:24 pm #245107Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color .avia-content-slider .slide-image { background: transparent; } @media only screen and (max-width: 989) and (min-width: 767px) { #top .avia-logo-element-container .slide-entry { float: left; clear: right; width: 50%; }}Cheers!
Yigit-
This reply was modified 11 years, 11 months ago by
Yigit.
March 30, 2014 at 2:10 pm #245105In reply to: Color changes in Forum area
Hi fonti91!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#bbpress-forums .status-closed, #bbpress-forums .status-closed a { color: red; }Regards,
YigitMarch 30, 2014 at 2:04 pm #245103Topic: Color changes in Forum area
in forum Enfoldfonti91
ParticipantHello,
I’ve purchase my Enfold theme but I have a problem. I can not find where I can change Forum menu items color. As you can see in my website (http://fapuestas.com/forums/foro/general) is it difficult to see the content because the grey color is too light. I’ve been looking where I can change it but I did not. Where do I can change Forums colors?
Thanks
March 30, 2014 at 1:44 pm #245101In reply to: PHPSESSID errors
Thanks for the reply. I will give it a try.
So far, I have bought 2 licenses for Enfold. Both are installed on the same server in completely separate domains. One install is a wordpress-only domain. I am not having any PHPSESSID 404 errors reported on this domain in Webmaster tools. The other install is an established website, where the install was placed in a specific directory. The PHPSESSID 404 errors reported by Google are all attached to the html pages of the website. Its weird, even when I work on the html pages in Dreamweaver, when I update a single page and upload directly to the domain, it takes much longer now. I can see Dreamweaver checking a whole bunch of PHP files, even though I have only selected a single file to compare local vs. server. I do not believe it has anything to do with the server since my other install is functioning correctly, but I will try to remove the session_start references and go from there.
Thanks again.
March 30, 2014 at 12:52 pm #245085In reply to: Style options for the new Google Maps Element
Hi doa!
Google does not allow you to change the styles with css. You can modify the enfold\config-templatebuilder\avia-shortcodes\google_maps.php if you want to add new options or use the avf_gmap_vars filter to add custom js code to the script output. The api ( https://developers.google.com/maps/documentation/javascript/ ) is quite complex and I suggest to hire a developer if you’re not an experienced php/js coder.
Cheers!
PeterMarch 30, 2014 at 12:36 pm #245078In reply to: Enfold Child Theme – Breaking CSS on page
By way of update. I figured out how to achieve item (2)
In the child theme’s function.php I added the following:
function change_sidebar_left_layout() { global $avia_config; $avia_config['layout']['sidebar_left'] = array('content' => 'ten', 'sidebar' => 'two alpha' ,'meta' => 'two alpha', 'entry' => 'eight'); }; add_action('init', 'change_sidebar_left_layout');Please let me know if that is the correct way to do it.
Thanks
March 30, 2014 at 12:27 pm #245076In reply to: Slide out menu on all viewports? And a little more.
Hey!
1) Yes, it’s the default mobile menu styling. If you want to customize it I suggest to hire a freelancer who can change the styling of the “desktop” version of the menu based on you requirements.
2) You can apply a custom class to the section: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then use this class to add a pattern image as background. I.e. use the class “avia-custom-background” and into the quick css fields insert:
#top .avia-custom-background{ background-image: url(https://mywebsite.com/pattern.png); }instead of http://mywebsite.com/pattern.png insert the url to the pattern/png image. You can also add multiple images http://www.css3.info/preview/multiple-backgrounds/ if necessary.
Best regards,
PeterMarch 30, 2014 at 12:16 pm #245072In reply to: Enfold Child Theme – Breaking CSS on page
Thanks Devin
1) worked — I had the redo the menus and now everything appears the same.
2) The layout override I’m having issues with. Because the Child functions.php is loaded before the parent’s file, it means that when I override the line:
$avia_config['layout']['sidebar_left'] = array('content' => 'nine', 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine');to have my settings, it is again overwritten by the parent theme’s function.php.I don’t want to have to copy & paste all the functions.php file from the parent into the child because then any updates to the parent won’t go through to the child theme. Is there a nicer ‘DRY’ way to do this? Ideally the parent functions.php should check to determine if that variable is set before setting the defaults.
`
March 30, 2014 at 12:11 pm #245069In reply to: Dotted overlays on color section
Hey!
You can try to apply a custom class to the color section (see: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then use this class to apply a semi-transparent background image. With css3 you can even apply several background images to the same element – see: http://www.css3.info/preview/multiple-backgrounds/
Best regards,
PeterMarch 30, 2014 at 12:04 pm #245067In reply to: Woocommerce Product Sort Conflict with Enfold…
Hey!
Afaik Enfold does not change the sort order for products but I’ll mark this thread for Kriesi.
Regards,
PeterMarch 30, 2014 at 12:01 pm #245064In reply to: Portfolio navigation – Next and Previous
Hey Jyles!
Enfold shows a next/prev post navigation by default (on the left/right side of the screen) – i.e. like here: http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-gallery-3/
Regards,
PeterMarch 30, 2014 at 11:57 am #245061In reply to: Header Image/Section to Posts
Hi!
Please try to re-install the parent theme (enfold) with ftp: http://vimeo.com/channels/aviathemes/67209750 – and overwrite all theme files on your server with the updated files.
Best regards,
PeterMarch 30, 2014 at 11:56 am #245060In reply to: ENFOLD – Links not working on smartphones
The Quich RSS solution didi not work?
March 30, 2014 at 11:55 am #245059Hey!
Open up enfold\single-portfolio.php and replace
$avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';with
$avia_config['size'] ='full';Cheers!
PeterMarch 30, 2014 at 11:45 am #245054In reply to: Enfold Theme – Columns on iPhone
Hi!
No, unfortunately that kind of expand/sub menu system isn’t coded into the mobile menu at this time.
Regards,
DevinMarch 30, 2014 at 11:35 am #245052In reply to: Ordering Portfolio Items
Hi!
The Post Types Order plugin should work just fine. I use the premium version with Enfold on my website too and I didn’t notice any issues. Make sure that the “Allow reorder” option includes the “Portfolio” post type and the “AutoSort” option is set to “On”. If it doesn’t work I suggest to contact the plugin author because it’s probably just a configuration issue.
Regards,
PeterMarch 30, 2014 at 11:03 am #245042In reply to: WPML Language switcher flags
Hey!
Please use the code I posted here: https://kriesi.at/support/topic/wpml-language-switcher-flags/#post-241574 and place it at the very bottom of the enfold/funcions.php file or into your child theme functions.php file.
Regards,
PeterMarch 30, 2014 at 10:59 am #245040In reply to: Portfolio Link Arrows
Hey awilson3rd!
Try to add this code to the theme functions.php file:
function category_specific_post_nav($settings) { if($settings['taxonomy'] == 'portfolio_entries') $settings['same_category'] = true; return $settings; } add_filter('avia_post_nav_settings','category_specific_post_nav', 10);Note that the code will only work with WP3.8+ and Enfold 2.6.+
Regards,
PeterMarch 30, 2014 at 9:24 am #245011In reply to: Issue with Wishlist
Hey Andrea!
Try activating the debug mode so you can create the layout using ALB and copy the shortcodes generated below before switching to Text mode.
Regards,
JosueMarch 30, 2014 at 9:14 am #245003In reply to: Last Secondary Menu Item Lacks "Pre-Space"
Hey!
The site you posted is not using Enfold.
Cheers!
JosueMarch 30, 2014 at 9:01 am #244994In reply to: PHPSESSID errors
Hey!
Enfold creates a session for each website visitor to store the breadcrumb structure. Otherwise we wouldn’t be able to generate proper breadcrumbs for portfolio and masonry grids. No other user reported a “crawler” problem and I’m pretty sure it’s a server configuration issue. If you want to remove the session open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php and wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and delete
if(!is_admin() && !session_id()) session_start();Alternatively you can try to contact your hoster and ask them to tweak the server configuration for you and to fix the PHPSESSID references…
Regards,
PeterMarch 30, 2014 at 8:57 am #244990Hi!
Thank you for the info. If you’re talking about the black overlay background when you click on a thumbnail then I can see it on my end properly fading in and out. On what browser and OS are you testing this? I tested mine on Chrome Windows 8 and I think Firefox will function the same. If you want to modify avia.js on the child theme, add this on the child theme’s functions.php:
/* * Register frontend javascripts: */ if(!is_admin()) { add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100); } function avia_register_child_frontend_scripts() { $child_theme_url = get_stylesheet_directory_uri(); //register js wp_register_script( 'avia-default-child', $child_theme_url.'/js/avia.js', array('jquery'), 1, false ); wp_enqueue_script( 'avia-default-child' ); }Create a js folder with avia.js file on it. I hope that helps.
Best regards,
IsmaelMarch 30, 2014 at 8:54 am #244988In reply to: Problems with ajax portfolio preview
Hi!
Thank you for using the support forum!
I’m sorry if we didn’t ask the enfold version. The code above will only work for enfold 2.6.2 which is way off the current version that you have, 2.4.5. We suggest that you update theme if there is a new release. Please download the latest version from your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
The update should take care of the issue. If not, please follow Dude’s advice above. Sadly, the update might cause some of the content to not function properly. You might need to recreate some of them from scratch.
Thank you for your understanding.
Regards,
IsmaelMarch 30, 2014 at 8:36 am #244981Hi!
Thank you for the feedback. I was just wondering if you could or any other users here having the same issue to set up a fresh installation of wordpress with the enfold theme. I’ll check the theme options from your server. I really don’t like to mess up with your current website so the trouble shooting on my part is quite limited.
Thank you for understanding. :)
Regards,
IsmaelMarch 30, 2014 at 8:26 am #244979Hi!
Thank you for using the support forum!
Make sure that you added the code for each language on the wp dashboard. You can add it on Enfold (CURRENT LANGUAGE) > Styling > Quick CSS:
#avia-menu > li.language_it, .avia_current_lang { display: none !important; opacity: 0 !important; }You can also add it on css > custom.css file via FTP to avoid the hassle about Quick CSS.
Cheers!
IsmaelMarch 30, 2014 at 8:16 am #244972In reply to: megamenu cut off
Hey!
Thank you for using the support forum!
I’m sorry but we’re not entirely sure what is causing this issue. If you don’t mind resetting the menu and logo position options on Enfold > Header > Header Layout that would be great. Change the settings to another option then change it back. Additionally, I noticed that your installation has a memory limit of 40M which might cause the Advance Layout Builder and the Layer Slider to hang on some circumstances. You might want to increase the wordpress php memory limit to at least 128M. The first thing you can do to remedy this is to enter the following lines in your wp-config.php file at the root of your installation:
define( 'WP_MEMORY_LIMIT', '128M' ); define( 'WP_MAX_MEMORY_LIMIT', '256M' );You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
IsmaelMarch 30, 2014 at 8:05 am #244967In reply to: Side Navigation
Hi stu_art!
Thank you for using the support forum!
Those are nested subpages of a certain page, you can enable the option on Enfold > Sidebar > Page Sidebar Navigation. They will appear if the page you’re currently viewing has the same parent page. I hope this helps.
Best regards,
IsmaelMarch 30, 2014 at 7:31 am #244962In reply to: Categories are not displaying
Hey wacky32!
Thank you for using the support forum! We’re sorry that you’re having this issue.
Note that the latest version of Enfold is 2.6.2, please download the latest version of the theme from your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Regarding the 404 error, if the update doesn’t fix the issue, please go to Settings > Permalink. Flush the permalink settings by clicking the “Save” button once. Another thing you can do is to delete the .htaccess file from wp root directory then flush the permalink settings again. This should take care of the 404 issues. For more info about the permalink troubleshooting, refer to this link: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems
Cheers!
IsmaelMarch 30, 2014 at 7:22 am #244959Hey bakbek!
Thank you for using the support forum!
In order for us to clarify the issues you’re having, we would like to ask some things about how you set your theme options. Did you set the home page using the Enfold > Theme Options > Frontpage? After setting the front page, please set the blog on Where do you want to display blog? option. Reset the default options on Settings > Reading panel. I hope this helps.
Regards,
Ismael -
This reply was modified 11 years, 11 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: Parallax problem
Hi,
Loving the theme, and nearly there! However I’m having a problem with parallax backgrounds on colour sections – bottom of the page here: http://paramoreproductions.co.uk/about-us/
The image is set to ‘stretch to fit’ but is pushing down to reveal the default alternate content background (which is the same image, set to ‘fixed’ in the styling menu). If I resize the browser window, it snaps into action and behaves correctly. It seems to be working fine on the homepage, perhaps because it is a shorter page?
Also I understand the parallax effect doesn’t function on iOS devices, but that it should resort to ‘fixed’ behaviour, which I would be happy with. However on my page here – http://paramoreproductions.co.uk/paramore-weddings/ – it’s defaulting to ‘scroll’. I’ve seen it working on the Enfold demo here – http://kriesi.at/themedemo/?theme=enfold – any idea why it’s not working for me? It also doesn’t appear to work in IE11 – is this to be expected?
Many thanks in advance,
TomTopic: Color changes in Forum area
Hello,
I’ve purchase my Enfold theme but I have a problem. I can not find where I can change Forum menu items color. As you can see in my website (http://fapuestas.com/forums/foro/general) is it difficult to see the content because the grey color is too light. I’ve been looking where I can change it but I did not. Where do I can change Forums colors?
Thanks
