Search the Community
Showing results for tags 'customisation'.
Found 8 results
-
Hi. I try to style the scroll spy section with a different hover color and a transparent bg. The css does not work at all....i am using firebug, but if i copy the code in the pagelines customisation plugin it does not works at all.... This is the css code: (from Firebug and modified... http://paste.pagelines.com/151 The hover state remains always in grey....any help? THX Corina http://wp.tanzprojekte.ch/wordpress/kurs-info/
- 4 replies
-
- scroll spy
- customisation
-
(and 2 more)
Tagged with:
-
Hi I'm needing to edit the text area of Features element via a child theme (changing font colours, size of the feature_slider .fcontent box plus the padding in the feature_slider .fcontent .fcontent-pad). I'm a bit confused in that - I have isolated the areas to be changed threw Firebug, I can change them on the screen and they do what I want, but when I post the code into the editor the none of the changes are reflected! I have read through the forums, I have disabled all my plugins, but can't seem to get the code to work! #feature_slider .fcontent { #feature_slider .fcontent .fcontent-pad { #feature_slider .fcontent .ftitle { #feature_slider .fcontent h1, #feature_slider .fcontent h2, #feature_slider .fcontent h3, #feature_slider .fcontent h4, #feature_slider .fcontent h5, #feature_slider .fcontent a { #feature_slider .fcontent { All help greatly appreciated. Thanks
-
Hi There Although my CSS is improving quickly having customised this site with little help, I am still quite a newbie when it comes doing doing some PHP. Can anyone help with achieving a sidebar customisation on this site http://koruhealing.co.nz/home/ I have attached a layout file to depict what I want to achieve - many thanks
-
Hi everyone, I'm building a site (www.asecolab.org) for a very high profile client in the info security industry...nope this is not a question about SSL or backdoors into Pagelines...but about the Feature Slider. We've been through a zillion iterations on this section of the homepage already (including IMO a v nice implementation of Bearded Avenger's Decker widget). The client likes the feature slider widget on http://cps-vo.org/group/SoS'>http://cps-vo.org/group/SoS and would really like to have the same behaviour on ours. i.e. onmouseover on the Feature thumbnails pauses the animation and brings up the relevant slide. Move the mouse away and animation rolls again. I'm not a PHP (or CSS, or JS) coder...is there a tried and tested way to do adapt the existing code? Alternatively, is there A another widget out there with this behaviour and B how to bring it into Pagelines? The project is seriously high profile in the world of cryptography etc...I'm stuck and need help, and will certainly credit any serious help with this on the site. Summary www.asecolab.org Feature slide) ... wants to have same behaviour as the one on http://cps-vo.org/group/SoS'>http://cps-vo.org/group/SoS I'm using 2.3.5 Pagelines... Lemme know if you can help out, N
-
I am trying to do something similar at http://dev.xava.ie/s...outofyourshadow - I want to remove the transprent box around the navbar - I have added the following: .navbar { -webkit-box-shadow: 0; -moz-box-shadow: 0; box-shadow: 0; } .navbar.pl-color-black-trans { border: 0px none; margin-left: 22%; height: 30px; background: none repeat scroll 0% 0% transparent; margin-top: -3.6%; width: 75%; padding-left: 6%; } It still leaves a transparent box in place and in IE - I still get a black bopx on the navbar. I have also removed the following from the navbar/style.less in the child theme - box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 3px rgba(0, 0, 0, 0.25); color:rgba(255,255,255,.7); &.navbar-content-width{ .border-radius( 4px ); } Please help.
- 8 replies
-
- Navbar
- customisation
-
(and 1 more)
Tagged with:
-
Although I have downloaded and configured the simple css lite to update my navigation bar, it is just not working. Is there any way I can make the navigation bar of the website www.primalashes.com look like the navigation bar on my layout below? Pleas I desperately need help. I have been sitting on the forum searching for information since 6am and it is now 17:00
- 4 replies
-
- navigation
- customisation
-
(and 1 more)
Tagged with:
-
Although I have downloaded and configured the simple css lite to update my navigation bar, it is just not working. Is there any way I can make the navigation bar of the website www.primalashes.com look like the navigation bar on my layout below? Pleas I desperately need help. I have been sitting on the forum searching for information since 6am and it is now 17:00
- 2 replies
-
- navigation
- customisation
-
(and 1 more)
Tagged with:
-
Resolved Custom taxonomies not showing - are they supported in Pagelines?
Oxford_Guy posted a topic in DMS & Legacy Products
Hi - custom taxonomies are important to me, but I can't seem to get them to work in PageLines Lite. I've installed and activated the Pagelines Customize plugin and have added this code to the functions.php file in the pagelines-customize folder: /** * Custom taxonomy for recipe ingredients * Following guidelines in Dig into Wordpress 3.3 p.35 * Also references code from: http://codex.wordpress.org/Taxonomies * */ function ingredients_init() { // create a new taxonomy register_taxonomy( 'ingredients', 'post', array( 'hierarchical' => false, 'label' => __( 'Ingredients'), 'query_var' => true, 'rewrite' => array( 'slug' => 'ingredient'), ) ); } add_action( 'init', 'ingredients_init' ); Normally when I use this code, when I open up the "Posts" menu item in the WP admin side bar I will get an additional menu item for each taxonomy I create under "Tags", so when using the above example I should get a menu item for "Ingredients" where are can add new terms, assign them to posts etc. Also any posts tagged with a term from one of these taxonomies (e.g. "eggs") should be listed when I use a url of the form: http://myblog/ingredient/eggs but I'm getting a 404 error instead. Are custom taxonomies not supported in Pagelines or do I need to set these up in a different way? If custom taxonomies are not supported, I'm not sure that Pagelines is going to work for me :-(- 9 replies
-
- taxonomy
- customisation
-
(and 1 more)
Tagged with: