Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)
  • Thread Starter rhoeffner

    (@rhoeffner)

    Backup? What is that? LOL

    You are totally and completely right! I should have backed up the whole site before I upgraded. I was merely wanting to warn others to backup.

    I was lucky in that I had just created my pipe the weekend before and I still remembered my settings! Yay for me!

    Thanks for such a fantastic plugin!

    Forum: Plugins
    In reply to: [Favorites] Styling
    rhoeffner

    (@rhoeffner)

    CoffeyRD,

    I added “text-size” to .simplefavorte-button css code. Also if you want to change the color of the text just add “color”.
    I also made the heart bigger by changing both .fa CSS to a specific size from just smaller. Specifically I used 1.5rem on both my text and icon. I think rem is not the correct styling and you should use px, but I didn’t ??

    This plugin calls no CSS of it’s own so you have to override your theme’s CSS for buttons – if that is needed. My theme’s buttons are big huge circles, which just doesn’t work with a little favorite button!

    Actually, my media and site url is the same. These images are being auto pulled from Pinterest via IFTTT. Not sure if that is causing any issue. But it only adds a number to the image name if I resave the post.

    The old version doesn’t do this and actually deletes any additional images that are pulled in so that works perfect for me. I do like that the new version renames the image, but I’ll stay with the old version that doesn’t resave the image and deletes the other images that I don’t need!

    Thanks so much for all your work on this plugin- I absolutely love it!

    Not sure if it will work for your application, but here’s what I do to get FB images. I first Pin them to Pinterest, then I have an IFTTT that auto sends them to my WP and once they come into WP, this plugin takes care of the rest.

    It’s a round about way, but it keeps you from having to do anything other than grab the image in cyber land and allow it to make its way to your WP site without having to manually download it.

    Also, to Pin FB images you have to get an addon for Chrome that will bypass FB’s no linking limitations. It’s out there and it does still exist at the time of this post.

    This happens when you update the post. It will re-save the image with a number added. I’ve tried it with various different settings and I cannot prevent this from re-saving the image each time the post is updated. Any ideas on how to prevent this from happening?

    rhoeffner

    (@rhoeffner)

    Same thing happened to me. I kept playing around with it, thinking there was a conflict with another plug-in (although I only had Akismet and Newsman activated) – so I finally deactived this plugin and re-actived it. It started working beautifully as did the rest of the features!

    No clue why or how. Give it a try.

    Yes, this file is still missing. Here’s what I did – I downloaded the original plugin that this one was developed from and just included that particular file into the Sytles folder. It worked like a charm.

    I have a feeling the lack of this file stems from the fact that this is a derivative version from the original and this author seemingly is either not aware that they must include all the files that are called within the .php files, and/or they not debugging or at least taking a cursory glance at the errors that are thrown once the plugin is activated.

    On a positive note, the date suppression now works like a charm! I really really like this plugin – it’s simple and does what it says in an elegant way. I do wish there was a bit more styling included, but maybe it’s nice that I can style it completely on my own through the default CSS file that I added.

    Thanks for the update. If you just pull that original default.css and include it, everything functions great!

    You can trust this plugin. I think the author is just not very active. It a great plugin, and works just fine….however, be warned, it’s missing the css files that are being called.

    Were you able to find out why this error is being thrown? It’s looks like there are no css files to call. Could you stick them in another release and update?

    This works perfectly without them, except it throws that error and slows page load. Or just tell me where i could get the CSS and I’ll manually upload it to my site. Thanks.

    This worked perfectly for me as well! Thank you both!

    Thread Starter rhoeffner

    (@rhoeffner)

    You are so absolutely wonderful! That worked perfectly!

    Thank you so so much for your help and your time!

    Thread Starter rhoeffner

    (@rhoeffner)

    No, the theme isn’t set at 2 levels. Before I found your plugin, I had created a 3 deep menu inside the theme and it displayed 3 levels fine. I would have just gone with that, but I saw the huge benefit of it updating automatically when I added new categories.

    I did see where the code is there but it is just not displaying. I’ll change the code to what you have given and if no change, I’ll ask the Theme author for his thoughts. Like you, he is very responsive and helpful and will not mind taking a look at what is going on.

    I didn’t really think I needed the split menu, but when I couldn’t get it to work, I started grasping at straws and trying everything! ?? And, while I promise I did read your documentation and it said exactly what you have said in your response to me, I am just now grasping the premise….duhhh…sorry (my only excuse is that I’m old ?? LOL

    Thank you again – when I get it figured out, I’ll post here in that it might help someone else along the way.

    Thread Starter rhoeffner

    (@rhoeffner)

    Sure, the page is here cookie.catablog.cc

    On the Menu there is Animals, then it will drop down to the Subset of Aquatic, Reptile, Winged and Zoo. Within each of these categories, there are the actual animals, but they are not displaying.

    I’m not a coder so I’m not at all sure that I have the code set correctly. I’ll paste here what I have put in my functions.php (I’m using PinIt child theme in Genesis).

    $args = array(
    	'menu' => 'Primary_Navigation',	// the menu name
    	'walker' => new JC_Submenu_Nav_Walker(array(
    		'hierarchical' => 1,
    		'menu_start' => 0,	// set this to the depth you wish to start at
    		'menu_depth' => 5,	// set this to how many levels you require
    		'show_parent' => 0,
    		'split_menu' => true
    	))
    );
    
    wp_nav_menu( $args );
    
    do_action( 'jcs/split_menu' , $menu, $args = array() );

    I thought the bullets would be CSS, but before I went digging around, I wanted to confirm that it wasn’t something in the code creating them.

    I can send you a temp log-in if necessary. The site is in infancy and is still being developed, so lots can change; however, I won’t change anything on the menu until I get this issue sorted.

    Thanks for your help!

    This seems to be happening to me as well. I bulk edit alot! At first, I was blaming myself for the lack of menus, thinking I had forgotten to hit save.

    I see this was never addressed – has someone found a workaround or fix?

    Thanks!

    This ‘fix’ throws an error for me on line 38. Any ideas?

Viewing 15 replies - 1 through 15 (of 19 total)