MartaVictoria
Forum Replies Created
-
Greetings, Ov3rfly, and thanks so much for responding. My host provider discovered the error for me (when I double-checked whether it was a billing issue). Here is the solve:
Looking over the php_error.log for your site I am seeing the following error over and over:
[08-Mar-2013 18:41:49 UTC] PHP Fatal error: Class ‘CustomAdminSubPage’ not found in /mnt/stor9-wc1-dfw1/652629/659423/www.martavictoria.com/web/content/wp-content/themes/Inspiration-WP-Theme-v.1.0/inspiration/functions/admin_options/AdminPageFactory.php on line 11
This is pointing to the theme that you are using which is causing the problems. I moved the theme out of the wp-content/themes/ directory and placed it within the wp-content/ folder. This is now allowing the WordPress Dashboard to load where you can reinstall the theme or choose another: https://www.martavictoria.com/wp-login.phpForum: Fixing WordPress
In reply to: disable background image when viewed on mobile?I would very much like a soluton for this, too.
my site: https://www.icarusmusic.com/
Forum: Plugins
In reply to: [Sociable] Want to Disable Sociable From SlideshowAlso… while you’re in there… (thank you, thank you) I’ve selected “Favorites” (the star) along with the others, but it doesn’t show up as an option for the Classic version.
Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] Shortcode not workingThanks.
I followed Incunix’s directions to add code to the php file:
Under the line add_filter( ‘the_excerpt’, ‘auto_sociable’ ); in the sociable.php file (found under wp-content/plugins/sociable/), put this line:
add_shortcode( ‘sociable’, ‘sociable_shortcode’ );
To do that, I made a back-up copy of the php file first (as a safety) before editing it. Then I used Notepad (or Word pad; but NOT Word) to make the change directly to the php file.
Then, after changing the Shelf Theme .php file, I added this shortcode:
[sociable/]
directly into the html code of the post itself — right where I wanted the social icons to appear. Then, in the Sociable admin area, I turned off all Location placements (because it was appearing twice — once where I told it to, and also where Sociable’s Location told it to).
I hope that’s specific enough? I’m sorry the site’s not live, yet; to see. Feel free to write again, if not?
Marta Victoria
Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] Shortcode not workingDear Incunix;
Nice. That code solved my (same) problem using this shortcode:
[sociable/]
I’d like to kill the borders above and below the icons, and right-align them. Suggest any code for that? (I’d be appreciative). Site currently self-hosted (so no link).
Thanks if you can,
Marta