Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
guys,
it’s not 3.20 or 4.4 that makes the difference. it’s still class=’ilightbox’ in dante’s gallery.php (3.20 around line 58) where it should be class=’view’ as mohammed stated on the 1st page of this thread.
change that and dante’s lightbox works nice.best,
shej.
seems that this solution is not part of 3.17 update, though it states lightbox issue resolved.
could you please integrate that!
thanks in advance.
best,
srui, thanks for coming back.
as far as i can see in your tabs.php i found …
if($id == ''){
$output .= "\n\t\t\t" . '<div id="'.preg_replace("#[[:punct:]]#", "", (strtolower(str_replace(' ', '-', $title)))).'" class="tab-pane load">';
}else{
$output .= "\n\t\t\t" . '<div id="'. preg_replace('/\s+/', '-', $id).'" class="tab-pane load">';
}
… what does the working replacement for the content part, but it seems to be missing for the navigation part of the tabs mechanism.
regarding your question: i am fine for now and my site. can definitely wait for the next update. 😉
best,
shej rui.
sorry, rui. too much effort for that litte bug.
it’s the ul class=”nav nav-tabs” that is not updating the href=”#…”.
the tab-content id is ok.best,
sto speed that up…
1.) my tabs are working when i kill all the id=”” attributes. seems that the overwriting is not working correctly.
i do get anchors (#…) even when i leave out the id attribute. with the id attribute overwrite of course my anchors could look smarter. 😉2.) i found also the option to define an icon. this icon does not appear. and even more i do not see any handle in my source code. i was trying with icon=”fa-picture-o”. i would have expected at least any :before css
any ideas?
best,
shej mohammad.
not yet, have just stumbled upon it!
will try to locate where tabs stop working.
until then: following. 😉
best,
sfollow
hej ed,
thanks for your screenshot. i’m about to understand the one_page_nav more and more! 😉
so meta-boxes.php was the right place, but that’s just working for new pages posts and it’s bringing up 2 questions …
1.) if i’d like to keep that change of meta-boxes.php, is there an update resistent filter/hook? maybe i should ask you for a new feature at default meta options > always enable one page nav
2.) i am dealing much more with well segmented but quite long project pages (custom post type with wp-types) where the one-page-nav really helps. i took over your sf_enable_one_page_nav with wp-types and now i could enter the ‘1’ each time of course, but not having to that would be much more convenient. any ideas?
best,
shej david.
just updated to 3.10 – no formal included. just to let you know …
i can wait! 😉best,
soh, about the code: it’s not working on my sites.
but anyway, when you are about to include the translations, it’s obsolet.best,
shej ed,
unfortunately the 2.82 version and i just adopted(copied and modified) the existing de_DE.po.
maybe i’ll have a look at the formal translation from ground up next time. i’ll come back on that.as far as i know (my beta) 4.3 has already integrated the german formal. here is a (german) link about the project …
https://de.wordpress.org/2015/08/03/wordpress-laesst-dir-die-wahl-zwischen-der-anrede-du-oder-sie/
and looking up the languages folder the locale names are de_DE_formal.best,
shej mohammad.
i guess it’s not an issue; i’d just like to have the one page nave activated all over the place without filling in checkboxes on each page.
second i use custom post types and as you know i managed to bring in the field (sf_enable_one_page_nav). now i’d like to have it activated on each page (just as i told before).
any idea to set the value?
i found …
// REMOVE PROMO BAR
array(
'name' => __('Enable One Page Navigation', $text_domain), // File type: checkbox
'id' => "{$prefix}enable_one_page_nav",
'type' => 'checkbox',
'desc' => __('Enable the one page nav which appears on the right of the page.', $text_domain),
'std' => 0,
),
… in swift-framework/meta-boxes.php and changed the std to 1 – without success. (and of course it would have been overwritten with next update.)
besides: are you sure the comment right above is in the right place? instead of the promo bar i would have expected something dealing with the one-page-nav. (but comments are not my topic here.)
best,
ssorry. got it.
hej mohammad.
has anything happend to the swiftframe? since 3.0 your child-theme-code is not working anymore.
add_action( 'after_setup_theme', 'my_child_theme_setup' );
function my_child_theme_setup() {
load_child_theme_textdomain( 'swiftframework', get_stylesheet_directory() . '/language' );
}
any ideas?
oh, and the (my) de_DE_formal.mo/.po was also gone in the dante language folder. feel free to include and distribute!
best,
syes, i enclosed a dante-de_DE_formal.zip with both de_DE_formal.po and de_DE_formal.mo – in case you can’t access the file here is another link to download the same files …
https://download.helmixx.com/dante-de_DE_formal.zip
(i will keep that link running a few days ~ or as you direct me to hold or delete it)
cheers! -
Posted in: We hit Power Elite.