Forum Replies Created
-
AuthorPosts
-
:lol: this seems to do it (even hide the menu list point by setting up only one mark in that (page/post)
Take this solution and forget the one before!
https://de.wordpress.org/plugins/secret-content/
but ( it only works for post and pages – i will try to extend it to custom post (like portfolio posts) )
- This reply was modified 8 years, 9 months ago by Guenni007.
to show a different menu for logged-in logged-out users there is a php way via child-theme functions.php
you make two menus (the one for non logged in users and the other one) i called them main menu (for logged out users) and main menu logged (for logged in users). The one for logged out users i checked for main navigation
function my_wp_nav_menu_args( $args = '' ) { if( is_user_logged_in() ) { $args['menu'] = 'main menu logged'; } else { $args['menu'] = 'main menu'; } return $args; } add_filter( 'wp_nav_menu_args', 'my_wp_nav_menu_args' );
but this only hides the pages links in your menu – if you want a restriction there are a lot of plugins – but i did not find one easy to use
Eyes only or page restrict etc. role scoper .
But i don’t like to test it now.there are a lot of plugins (which you only have to activate if you need them) that were made for that in a comfort way.
I like Duplicator. Duplicator creates 2 Files (an installer and a zip-File with all of the content)
What you need for migrating is : an empty folder on your host, an empty database (if you use the default table-prefix wp_ for your installation)
Then you upload these two files via ftp and on browser you then call the installer.php to make the rest. On an input field you can insert the new datas
Database Name, Database User, Database Password (there are more options f.e. to change Admin but not on default settings)
and press run. Thats all. After login to your new installation only delete those two files from your root and regenerate permalinks maybe necessarya little offtopic – i have imported yesterday one demo file.
i often change my media structure just from the beginning to “not in month and year-based Folders”
The import of all pages and posts works good – but some images weren’t imported. Could it be that the imported files have to have that media structure of month and year based folders ?- This reply was modified 8 years, 9 months ago by Guenni007.
I fear he is talking about advanced Layerslider – and then i think it is not possible in a short way
in the alb set two blog elements with raster layout !
The first one choose same category as the second one but only show 1 post and 1 rowThe second one 2 rows and show all but don’t forget to mark that offset number not to show posts twice.
Thats it.well there was a little plugin for posts and pages order (intuitive custom post order) which handles it for posts and pages.
so i look for a similar plugin for category: https://wordpress.org/plugins/taxonomy-terms-order/
Works even for portfolio.
You can drag and drop the order at dashboard. there are additional tab “Taxonomy Order” on each Kategory having post or portfolio.
But it changes it for the whole site – not only for specific pages.- This reply was modified 8 years, 9 months ago by Guenni007.
yes can be closed – customer decided to have a stretched layout now. But definitly i will use it in future projects
well try to do the following – and definitly play with background-color :lol:
.main_color tr:nth-child(2n) { background: #e24020 !important; } .main_color tr:nth-child(2n+1) { background: #9c899c !important; }
- This reply was modified 8 years, 9 months ago by Guenni007.
sollte gehen. Wenn ich mehrsprachige Seiten mache gehe ich meist hin und layoute zunächst komplett alles durch. Und transferiere dann die Einstellungen von der Einen in die andere Sprache mit diesem Befehl. WPML gibt einem nämlich die “Chance” auch hier Länderspezifische Versionen zu hinterlegen – was ganz nett ist, aber eben eher die Ausnahme darstellt.
du meinst die Sachen, die in die quick.css kommen.
Gespeichert wird im wp-content/uploads ordner unter dynamic_avia –Aber du kannst die Enfold Optionen die du einstelltest auch via Daten Import/Export “Export Theme Settings File”
Click the button to generate and download a config file which contains the theme settings. You can use the config file to import the theme settings on another sever.
Meines Erachtens sind da alle Enfold Optionen (auch die Quick Css Einstellungen mit drin.
PS ich sichere meine ganze WP Installation mittels Duplicator rück.
Der generiert genau zwei Files (installer.php und ein zip-File)
Im Falle eines Server Umzuges oder bei Absturz oder Viren-Befall lädt man nur noch 2 Files auf den leeren Ordner hoch und führt die installer.php aus.if you are in Dashboard – Appearance – Menus look on top right side of the window – there is a hidden tab called “screen options” press that and choose for “Show advanced menu properties” Link target
Than you have the possibility to set the behavior for each Menu Item by toggling it and choose “New window or Tab”
btw i use often the possibilty to set for each menu item its own class – same way!
- This reply was modified 8 years, 9 months ago by Guenni007.
February 14, 2016 at 2:00 pm in reply to: How can I highlight the current-menu on a single-page-site #582935but the problem could be that the id (Anchor) only is for that color-section – so if you leave the color-section by scrolling to the text beneath it will have a fallback to “home”
so try it – because only setting this thing to your site via firebug (developer tools) maybe different- This reply was modified 8 years, 9 months ago by Guenni007.
February 14, 2016 at 1:40 pm in reply to: How can I highlight the current-menu on a single-page-site #582933btw. the little line under the menu-items make it what you want if you have choosen it for styling.
so the class interesting is “current-menu-item” added even to achor elements
fe:
li.current-menu-item a { color: #900 !important; }
so it might be best if you add this code to your quick css but in enfold options choose the same color for
“Logo area font color” and “Logo area secondary font color” Otherwise the home stayed marked as active.ok i got it (with some cheating)
i insertet a div via child-theme functions.php:
function custom_func() { ?> <div class="spezial"><span>Content</span></div> <?php } add_action('ava_main_header' , 'custom_func');
set the span to visibility hidden.
this special container gets now a background with the graphic of background body image. etc pp.
looks nice
yes i thought of that too – but i want a margin (or padding – concerning to what the rule goes (html, body or wrap_all) on top.
if this marging could not be seen all the time it would be ok for me if the header scrolls to top and begins then to shrink and is fixed on top.
But to look nice it has to scroll first than on top it starts to shrink and gets the fixed positioning.now the header and main and all the rest is seen when it passes the header which is sticky with that distance above.
do you mean “eventi” ?
go to widgets and drag and drop out this field. If you don’t have a substitute information on that row you can reduce on enfold options – footer – the count of columns in footer. For you than 3 is best ?by the way – each color-section has on that edit field the possibility to determin a background-image or background-color (look to the tabs on edit case)
“Section Background Tab”- This reply was modified 8 years, 9 months ago by Guenni007.
a frequently made fault on inserting a css class is that the point infront of the class is forgotten.
on that field where you put in the class – there it has to be written without that dot. But on quick css you have to make it..white-bg { background:#ffffff!important; }
hm :
.related_posts { display: none; }
yes – that menu you see is additionaly set by me in that site – so on my part i could get rid of those list points in main navigation.
But do you think that this might be a better feature if hovering only decides about emerging Submenu and the click about disappearing.
The advice is indeed visible on your site so a response seems to be unnecessary.
Your welcome ! :winktry this here:
.avia_mega_div .avia-bullet { margin-top: 8px }
Sometimes i use for a new test environment old mysql databases.
so often conflicts arise from that. so best is to use a completely new database or to go in mysql and erase all tables before.
Often people do not even change table prefix – so in might be possible that there are some entries are not overwritten by new one.
The folders are one thing to avoid conflicts.Ah now i know – you are talking about church demo an so i believe that you concern to this site.
You mean that login of the support page here on Kriesi!
I guess that this is in the whole BBPress package – this is the Forum Plugin you could install via Plugins – but i guess you don’t need a whole Formum Soft to login to the admin area.https://kriesi.at/support/topic/avia-login-widget/
- This reply was modified 8 years, 9 months ago by Guenni007.
die doppel linien sind dank border-style : double ja nun nicht das Problem
.av_minimal_header #header_main_alternate { border-style: double; border-width: 4px; }
die Begrenzung zwischen den Navigationspunkten bekommst du am schnellsten über
Dashboard – Enfold (Child) Optionen – Allgemeines Styling – Logo Area – und dann “Border Colors” Feld leerenund wie gesagt die beiden Sachen (mangels Shop kann ich da jetzt nix platzieren) kann man mittels Widgets da hin bringen. muss man dann halt mit dem Logo im Responsiv Fall abstimmen.
After that you might give the columns a background color and perhaps (looks better) a padding ( Same Column Edit other tabs)
PS: the margin set on the first column is for all following rows – but background and padding not.
so it might be easier to make the settings for the first row and than duplicate this first column.
e.g. i want that style for 1/5 3/5 1/5
1 )i make an empty column 1/5 make all the settings with equal height – no space between columns and negative margin – Padding and background color etc.
2) i duplicate this 1/5 two times so i got 1/5 1/5 1/5
3) increase the width of the 1/5 to 3/5 by clicking on that little open arrow nearby the edit button- This reply was modified 8 years, 9 months ago by Guenni007.
on that screenshot.
Why did you put the columns in a color section. It has no effect for you
http://prntscr.com/a146yn
you can drag and drop that 2/3 and 1/3 out of it and than press the edit button of that 2/3 column !you got it on your landing page
press the edit button where Content is :Sermons
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ae…Where do you placed the :
Welcome message at Audio resources page under banner
Smaller text under big oneOn top you got that color section with Header “Audio Resources” and under that section what comes there ???
-
AuthorPosts