-
Search Results
-
Topic: Button inside LayerSlider WP
Hi,
I placed a button inside my layer Slider and I want to make a bit bigger, but somehow is not working.
this is the code I used:
<form action="http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/como-funciona/"> <input type="submit" value="Assista ao Vídeo e Veja Como é Fácil >>"> </form>and ccs: `.button {
font: bold 25px helvetica;
text-decoration: none;
background-color: #f5f6cc;
color: #717304;
padding: 45px 55px 45px 55px;
border-top: 2px solid #ffffff;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #fffffff;
border-left: 1px solid #fffffff;
}`Page link: http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/
Thanks,
Fabiana.The calendarizeit shortcode creates a calendar with 4 different views (there are 4 buttons on the top right corner, month, week, day, and event list) and clicking any one of these buttons refreshes the page. When viewing events on a template using a table-format (i.e. month view or week view) the events are invisible, but if I view the page as an event list, they are not.
Please see This page on my site.
Thank you
Hey guys
Anyone point me to the CSS to reduce the bottom padding underneath the logo?
See here for what I mean: http://www.swarez.co.uk/header-padding.jpg
Website is http://www.swarez.co.uk
I have some white pixels at the top of the PNG logo just to line it up with the menu but will remove this once I can find the CSS for the padding underneath it! I just want to compress the menu area together a little.
Thanks in advance
EdGday Kriesi
In a previous post I raised an issue of the page sidebar menu order being out of synch with the main menu flyout order: https://kriesi.at/support/topic/how-to-reorder-page-sidebar-submenu-items/
These sidebar menus weren’t accurately reflecting the order set in Appearance > Menus but were instead ordering alphabetically. Rearranging the appearances > menu order didn’t rearrange the sidebar order.
Dude and Nick supplied some help but it didn’t resolve predictably before the topic was closed.
I have modified the sidebar menu order to remove post title, as Dude advised:
original:
$args = array('title_li'=>'', 'child_of'=>$parent, 'echo'=>0, 'sort_column'=>'menu_order, post_title');changed to:
$args = array('title_li'=>'', 'child_of'=>$parent, 'echo'=>0, 'sort_column'=>'menu_order');This did remove the alphabetising, but still didn’t reflect the order set in Appearances > Menu
Another idea was offered to force the menu order by numbering the sort order explicitly, but this seems a short-term solution which becomes confusing and error-prone with an often changing architecture, particularly with deep menu lists.
An automated method would be so much better.
Is there a way in php to completely nullify any other sort method being applied, and then apply menu_order?
An example of the issue can be seen here: http://itchybrain.com.au/mfs/projects/ where the hover/flyout menu is accurately showing what is set in Appearances > Menu but the sidebar does not change to be the same.
p.s. moving the submenus to other parents, saving, then moving back, resaving, didn’t help.
Thanks for any attention you can give this.
cheers
Darryl
Viewing 30 results - 139,141 through 139,170 (of 142,715 total)
