bernbe01
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Display Shortcode for Specific Rolesok, no problem
is this something you’d be open to doing in the theme’s template file?
what is your theme? do you have a child theme currently?
and are the nest shortcodes that you are currently using functioning as expected?
thanks!
Forum: Fixing WordPress
In reply to: Recieving an http error whenever I try to upload photos?howdy
a few questions for you here:
-has the upload function ever worked for you on this wordpress/host?
-what version of wordpress are you running?
-what plugins do you have installed (if any)?i am keeping in mind Stevish’s answer from here
Forum: Fixing WordPress
In reply to: Dont show menu after activate the pluginhello
this idea is silly, but can you please go to Dashboard->Plugins->Installed Plugins and look for the Contact Form 7 plugin’s entry. Please confirm that this has three buttons (Settings, Deactivate, & Edit)?
do you have ftp or other access to the site?
Forum: Fixing WordPress
In reply to: Pages don't appear in custom menu setuphey!
that is an odd one!
do you know if you are using custom post types?
what theme are you using?
did this stop functioning after an update or is this a clean / new install?
thanks!
Forum: Fixing WordPress
In reply to: Mobile site not updatinghowdy
are you still having issues with this?
i loaded from my android over cellular and i see the first sentence as “Prom of the Stars” and I also tested in an iPhone 5 emulator over wifi with luck.
let us know if we can help!
Forum: Fixing WordPress
In reply to: "Connection was aborted" while creating an article/pagehey there
what, if anything, do you have in your apache logs?
if you don’t know off hand where the logs are, it’s worth checking
/var/log/apache2/
/var/log/httpd/and if still no luck there should be a log entry in your httpd.conf like:
ErrorLog /var/log/apache2/error.log AccessLog /var/log/apache2/access.logForum: Fixing WordPress
In reply to: Display Shortcode for Specific Rolesi forgot the link to the plugin i was talking about 😛
Forum: Fixing WordPress
In reply to: Display Shortcode for Specific Roleshey
cool customization you’re applying! I like that thought process on the content perms
so the only way i can think of doing this is to use a plugin that allows you to have multiple role-based-content-areas per page then i’d make one area with the shortcode you want, and another area for the roles of the users that didn’t match.
more like an if / else
i’m not super familiar with this plugin, but it would basically have shortcodes to identify the content areas, and then your shortcodes within. something like:
[O_U user_role="Administrator"][shortcode]Content Here[/shortcode][/O_U] [O_U user_role="Author,Editor"]Content Here[/O_U] [O_U logged_status="out"]Guest Content Here[/O_U]What do think? Worth trying?
Forum: Fixing WordPress
In reply to: Audio & video playerhey
mind linking me to a sample page with the player? i don’t want to point you in the wrong direction and it’s easier to confirm your player this way
thanks!
Forum: Fixing WordPress
In reply to: Video Embed / Sizinghey
i’m be happy to look at some css for you. do you mind providing a link to one of the pages wit the big video please?
also, I bet it would still need some tweaking but advanced responsive video embedder has some cool tools for this type of stuff. i’ve never used it with blip though
Forum: Fixing WordPress
In reply to: Schedule Page to MenuHey there
I think you are correct that “add new top level pages to menu” option won’t do what we’re hoping in this case
I haven’t found many options for this myself yet, but I’m happy to do a little research. What plugin/method are you scheduling your pages with?
Forum: Fixing WordPress
In reply to: Need help with this javascript code for this calculator!hey there
i see on that page that there is a file you are including, calc.js located here
http://www.dbhirdotrucking.com/wp-content/themes/jarvis_wp/js/calc.js
it currently has open and close tags for the script, which are creating a broken syntax error in Chrome’s console (press F12, flip to console if you’re in Chrome) for me
For example, this valid file does not include <script></script> tags
want to edit your calc.js file and remove this line:
<script type="text/javascript">and this line:
</script>and let me know and we can retest together?
glad you found a solution that worked for you and thanks for updating the thread!
Forum: Fixing WordPress
In reply to: CSS in child theme not over riding parentthat looks like more than what i’d expect in a brand new child-theme’s function.php but ok!
let’s detour another route here because there is something i’m not understanding about either your theme or setup and i think you just want your css to work 😛
mind moving what you have in your child theme’s stylesheet to custom css plugin and seeing what happens?
Forum: Fixing WordPress
In reply to: CSS in child theme not over riding parentand are you running wp 4.1.1, theme current, plugins current?
any caching plugins? might be worth purging the cache by hand