styzer
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis Simple Sidebars] Latest WordPress supportI have notified StudioPress about this, hopefully they will be able to reach Nathan so he can update the plugin.
Thank you Joe,
I found the issue was a theme issue, not a plugin. There was a endif tag in the header, and it created a conflict, it would show in Chrome but not in Firefox. Moving the string around gave strange results.
I instead moved the ticker in the index.php page, right before the content. I placed it into a div and created a style class to modify the look.
get_header(); if ( is_home() ) get_template_part( 'featured' ); ?> <div><?php if(function_exists('ditty_news_ticker')){ ditty_news_ticker(xxxx);} ?></div> <div id="primary"> <div id="content" role="main">I also modified the ticker’s style sheet slightly for better display.
So we got this done! Thanks again for responding,
Regards,
Andre
Thank you revwilliam, I will look into it when I’m back at work. The plugin offers two methods:
1- a shortcode, which I only tried to see if the ticker works at all on a page or in a widget. None did.
2- a php string, which I used without success.
I’ll look closer to the code to see if I find the same thing as you did.
Regards,
Andre
Hi, I’m having a similar issue: when I use the shortcode in a page, it shows a blank space. When I use the php code to insert it in the template, nothing shows at all.
I have been searching for answer for 2 days, any help would be greatly appreciated!
Regards,
Andre
Forum: Plugins
In reply to: [Custom Post Type UI] CPT and display of content?Thanks Michael,
So do you know of a complete solution you could direct me to?
So many plugins, many custom post types plugins, and I’m just learning that it’s so complicated to set up a whole chain from creating the post type, creating the fields, connecting with terms, and then you have to also create a whole other group of tasks just so it displays with a UI you can customize. I thought WP was supposed to be simpler… 🙂
Anywho, if you think of a full solution, I’d be grateful to hear about it!
Cheers,
Styzer
Hi Stefano, I got confused with the terms you use for the settings. It’s enabled now.
Thank you!
Andre
Nope, I have to use the Newsletter action for the widget.
I’m sorry, what am I missing?
Hi, I have set the MAIN PROFILE FIELDS so that First and Last names are required. I saved. I use the “Newsletter” button among the widgets and drag it to the location I want to widget to show, I saved.
But the only thing showing on the widget is the email field.
Can you figure out why?
I will try to use a TEXT widget and copy/paste the shortcodes and see if this works.
Thanks,
Andre
Forum: Plugins
In reply to: [Cornerstone] Is Cornerstone still developed and supported?Thank you, I will keep looking.
Regards,
Andre
Forum: Plugins
In reply to: [Cornerstone] Is Cornerstone still developed and supported?Thank you!
I’m using Genesis, with the child-theme Outreach Pro, which I had to hack a bit to setup the home page structure.
Besides, I have 7 different custom posts types, I have many posts that have anywhere between 3 and 15 pages for which I have to use a “tabs” plugin which complicates everything. So each page is about a mile long, which I need to chop-up into smaller bits so you can navigate using tabs. But it’s complicated to achieve, and my client won’t be able to deal with it.
Moreover, I’m using a mega menu because there is so much content, the regular menu wouldn’t work properly.
So if I could find a way to :
– have a simple but efficient pagination
– use a simpler menuAnything so far your plugin can help with? I have tried so many plugins, I’d rather ask upfront…
Thank you in advance,
Andre
Forum: Plugins
In reply to: [Cornerstone] Is Cornerstone still developed and supported?Thanks for the reply!
I created a WP site using Genesis – would there be any conflict? I had to majorly hack the theme and create custom posts via code, etc. I’m very concerned with my client being unable to use it herself once I’m done. So I was looking for something simpler.Forum: Plugins
In reply to: [Easy Responsive Tabs] HIDE SHORTCODE for Recent or Featured Posts?Hi,
Were you able to look at the issue?
Thanks!
Forum: Plugins
In reply to: [Easy Responsive Tabs] HIDE SHORTCODE for Recent or Featured Posts?Hi,
The site is here:
http://creativeforge.org/ortzionB/As you can see under the slider, there is a section called:
“Testing Recent Posts Extended.” I’d like to take off the shortcode, to avoid having it show up.thanks!
Forum: Plugins
In reply to: [Easy Responsive Tabs] Tabs showing color only when logged inHere is the code:
[restabs responsive="false" tabcolor="#1e73be" tabheadcolor="#ffffff" seltabcolor="#b73026" seltabheadcolor="#ffffff" tabhovercolor="#21b6d3" contentcolor="#ffffff"] [restab title="01" active="active"]Thank you!! I could not find a description of each of these…
Forum: Plugins
In reply to: [Easy Responsive Tabs] Tabs showing color only when logged inHi,
You will see it here:
http://thresholdpublications.com/ortzion3/teaching_type/renew-mind/
The pagination tabs don’t have any background color. But if I’m logged in, they will show. Is there a setting I should be aware of?
Regards,
Andre