Nikki
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Posts Missing From Front Page and All PostsHi, thanks for reporting back, I also managed to solve it in the meantime, my solutions was a bit different though in case anyone else is still looking for a solution:
every second post was hidden by css, once I figured out that is was exactly every second post even when I changed the dates it was easy to find out how, the why and who is another matter though 🙂Forum: Fixing WordPress
In reply to: Categories not showing posts correctlyHi, can you explain your solution please, what do you mean by you fixed it by adding the missing ones to the site? the missing categories, the missing posts? and where did you add them on the site?
thanks!
Forum: Fixing WordPress
In reply to: Posts Missing From Front Page and All PostsPlease can you share your solution.
thanks!
Forum: Plugins
In reply to: [WooCommerce Product FAQs] Qs work, As not..Hi Josh,
thanks for the fantastic service and a great working plugin! 🙂
Forum: Plugins
In reply to: [WooCommerce Product FAQs] Qs work, As not..Hi Josh, thanks for getting back to me!
I followed both your suggestions once more to double check, but neither is there anything faq related in the dashboard, nor is there anything answer related following the link..
maybe i’m completely missing something, but it rather seems that this part is missing.. could themes/plugins interfere that much or could it be installation related?
I’ll try re-installing.. appreciate any pointers though..
thanks,
NikkiForum: Plugins
In reply to: [Stop Spammers Classic] updated to 3.6 and spam start floodingsame here, must be 3.6..
trying this one now: http://ww.wp.xz.cn/plugins/stop-spammer-registrations-plugin/Forum: Fixing WordPress
In reply to: Admin CSS being overwritten by Site CSSthis could be this problem and solution:
http://ww.wp.xz.cn/support/topic/do-not-uninstall-nextgen-if-you-are-having-issues-with-20?replies=75Forum: Plugins
In reply to: [SuperSlider-Login] registration form not workingHi Daiv,
really love your slider, but now i’ve realised that your plugin deactivates all other registration pages, i.e. the one from woocommerce, which is what I use because it includes password registration..i just get an error with information that i cannot register (on the woocommerce registration page)..
in your slider the registration seemingly works, but it is faulty and the user cannot buy in the shop..
when i deactivate your plugin everything works as normal..
appreciate a solution.. thanks
cheers,
NikkiForum: Plugins
In reply to: [SuperSlider-Login] registration form not workingups, Daiv, sry abotu that…
anyways, here is also a link to the page: http://www.dr-ehrenberger.eu
thanks!
same here.. all other user roles (whether custom or other regular wordpress user roles) can view but not edit any field..
any clue what string to I have to add to the capabilites to make this available to other roles?
cheers,
Nikkiever find anything out regarding this?
I can edit as an admin but none of my other user roles can..
Forum: Plugins
In reply to: [Theme My Login] [Plugin: Theme My Login] language mixed german & englishI’m not using any translation plugins, and with all other plugins the translations are working fine.. only this one is half half even though the files are 100% translated.. really weird..
Forum: Plugins
In reply to: [Theme My Login] [Plugin: Theme My Login] language mixed german & englishHi @jeff ,
this problem still exist, any suggestions?
Forum: Plugins
In reply to: [Theme My Login] [Plugin: Theme My Login] language mixed german & englishHi, I’m running 6.36 with the same problem..
any suggestions or workarounds?thanks and regards,
NikkiForum: Fixing WordPress
In reply to: function based on roletested it is the same thing..
perhaps i should emphasize the mentioned code breaks the sidebar completely, the regular one does not show up anymore either, so i doubt it is the role..
this is the regular sidebar.php of my theme which i’m trying to add to..
<?php if ( pix_get_option('pix_aside_position') != 'hidden' ) { ?> <div class="dotted_vert hideme sidebar_<?php echo pix_get_option('pix_aside_position'); ?>_separator sidebar_separator"></div><!-- .dotted_vert --> <aside class="pix_column_210 align<?php echo pix_get_option('pix_aside_position'); ?>"> <div> <hr class="first_aside"> <?php dynamic_sidebar( pix_selected_sidebar() ); ?> </div> </aside> <?php } ?>if i add
<?php dynamic_sidebar( 'partner' ); ?>before<?php dynamic_sidebar( pix_selected_sidebar() ); ?>then it works (but naturally for all roles)
as soon as the rest of the code is added the entire sidebar including the divider line (basically everything in sidebar.php) disappears..is the code missing a bracket or such that causes the entire sidebar to break?