yelloworange
Forum Replies Created
-
Hi thank you! My issue was that after having done this (actually used both of these articles, coincidentally) the new templates were not available to me in the portfolio post editor. The thing that eventually worked was that I installed a plugin called “WP Post Template” which allowed me to make sure all custom posts (previously created ones too) would be visible in the regular blog post editor and in a portfolio item post editor. I am happy to keep using this plugin for the time being, but it would be helpful if Visual Portfolio could natively recognize different templates, too. Just not sure where to dig into the code to attempt this.
Forum: Networking WordPress
In reply to: Multisite Signup RedirectI may have actually fixed it. I didn’t realize that the
RewriteCond %{HTTP_HOST} ^domain\.tld$ [NC]
RewriteRule ^(.*)$ https://www.domain.tld/$1 [R=301,L]‘domain’ and ‘tld’ parts of these suggestions were supposed to be customized for the individual project… woopsie daisy.
Thank you
Hope you guys are well!!!Forum: Networking WordPress
In reply to: Multisite Signup RedirectPSS- installed with ‘installatron’ on a cpanel server, and I am comfortable using search/replace scripts, but not sure if it is appropriate
Forum: Networking WordPress
In reply to: Multisite Subdomains Not WorkingActually- after activating our theme, this is what I see (which seems more promising)– looks like its a conflict in the theme:
Fatal error: Call to a member function output_content_links() on a non-object in /home/****/****/wp-content/themes/news24-child/content.php on line 37
This is the block of code that that seems to refer to: (line 37 starts with <?php global $mwm_aal;v):
<div class="entry-content"> <?php //the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'metcreative' ) ); ?> <?php the_excerpt(); ?> <div class="for_better"><?php echo apply_filters('the_content', $post->post_content); ?></div> <?php global $mwm_aal; echo $mwm_aal->output_content_links(); ?> <style type="text/css"> .for_better { display: none; } </style> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'metcreative' ), 'after' => '</div>' ) ); ?> </div><!-- .entry-content -->
Also- this seems to reference the wrong stylesheet. What do you think about the multisite custom CSS plugins?
Forum: Networking WordPress
In reply to: Multisite Subdomains Not WorkingHey! Thanks for your quick response. The dashboards are working, but I get a completely blank screen when I go to the site urls:
executives.boyscoutsdpvc.org
Forum: Plugins
In reply to: [Page-list] Installation Changed Visual Editor / MCEThanks — you are right. Nevermind!
And thank you for the great great plugin!! So thorough.
Forum: Plugins
In reply to: [jQuery Responsive Select Menu] How to get menu clickable?Hey! Please take a look at dizzybees.net while you are at it- I am using various combinations of :
#menu-main.sf-menu.sf-js-enabled,
#menu-middle.sf-menu.sf-js-enabledor
#menu-main, #menu-middleand I’ve tried a few others.
The width is set at 800px- so it should kick in pretty early.
Thanks for any time you can lend this.
-CE
Forum: Plugins
In reply to: [Event Organiser] Tooltip is displaying in wrong calendar boxPS- please jump ahead to October for the best view of what I’m talking about.
Forum: Plugins
In reply to: [Event Organiser] different color in calendar widgetHey Stephen!
Great plugin!!! Love it!
I think it would be ok if the first event of the day dictated the color/ once the event is over the color switches– or if there were vertical stripes or horizontal stripes– or if somehow you could style a diagonal split so that triangular halves would do it.
Also, it would be wonderful if there were a way to delineate the current day and past days visually (past days are a faded color, current day is bold– something like this).
Cannot wait for the new view- love your plugin a lot.