bernbe01
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress error in headerHey there
are you both on the PlatformPro framework?
Forum: Fixing WordPress
In reply to: Recent WordPress Updatenice! so it’s ok now? maybe that was wp super cache doing a preload inbetween…
as for getting back the old css, it’s worth using a child theme to preserve your customizations when a theme update arrives from the theme author. there are some plugins that can help you set one up. do you have any backups you can restore from? there are lots of great backup plugins available and i highly recommend using them as a way of snapshotting your wordpress installs. if you want any help with these let us know
if you need anything else just let us know!
Forum: Fixing WordPress
In reply to: Recent WordPress Updatehey there
i just visited both of your installs. the good news is there are no errors and things are not visually misaligned, so we likely are dealing with a css issue only.
what are the symptoms you see that are messed up?
according to the theme author (on a banner on their site here) theme updates are on there way. have you already applied these?
also, in addition to this thread, it’s probably worth posting on the theme autor’s support forum for the esell theme here: http://forum.insertcart.com/viewforum.php?f=6 as it is a commercial product
Forum: Fixing WordPress
In reply to: Lensa- Different Logo on certain pageshey there
using some examples from this post you could build per page /post exclusions for your logo. it would look something like this:
<?php if (get_option('colabs_logotitle')=='logo'){ if (is_page('page-title-slug-here')) { echo '<img src="/path/to/alt/logo.png" alt="' . $site_title . '" />'; } elseif (is_page('page-title-slug-here-2')) { echo '<img src="/path/to/alt/logo2.png" alt="' . $site_title . '" />'; } else { echo '<img src="' . get_option('colabs_logo') . '" alt="' . $site_title . '" />'; } }else { echo $site_title; } // End IF Statement ?>make sure to change out the “page-title-slug-here” parts to page the pages you want an alt logo on
make sure to change the “/path/to/alt/logo.png” to the real logo path
also, if you are not already doing so, it highly recommended to make these changes in a child theme as that will allow you to safely continue toget theme updates without overwriting your changes. there are even plugins to help make child themes out there
Forum: Fixing WordPress
In reply to: Too many pages – menu scrmbledhey
i have a site with over 80,000 posts running on wordpress. yes it is a little slower than some other wordpress installs i manage, but this one is on a low-level shared hosting and performs adequately. I do not do anything with custom menus so I cannot speak to the max var lengths for sites this big.
if we are missing your question maybe you can try rephrasing please?
Forum: Fixing WordPress
In reply to: "Connection was aborted" while creating an article/pageok, those timestamps don’t line up so that error doesn’t appear to be related to the post you tried to save. thank you for pasting those over. there were no other errors in the error log?
if not, we’ll want to try re-uploading wordpress or disabling plugins. are you running 4.1.1? are all of your plugins up to date?
Forum: Fixing WordPress
In reply to: Dont show menu after activate the pluginhowdy
do you know if you have a proxy in play on this server?
from the server, what address is resolved when you ping wordpress.org and api.wordpress.org?
currently in your plugins folder does it have a folder named contact-form-7, it should look like:
{wp-docroot}/wp-content/plugins/contact-form-7
Forum: Fixing WordPress
In reply to: Display Shortcode for Specific Rolesvery nice work dude!!!!
I’m stoked to see your solution! thank you for posting it back, hopefully it’ll help someone else out someday too
feel free to mark this thread as resolved if you have no more questions as well
take care!
Forum: Fixing WordPress
In reply to: Video Embed / Sizingi have to jet for a while. i’ll check back tomorrow at the latest though, ok?
good luck!
Forum: Fixing WordPress
In reply to: Display Shortcode for Specific Rolesi have to jet for a while. if i can i’ll get back on it this eve. i’ll check back tomorrow at the latest though, ok?
Forum: Fixing WordPress
In reply to: Display Shortcode for Specific Rolesstrip shortcodes is a good idea, but i think it actually would remove both layers of shortcodes leaving us with no content either
one more plugin method to try if you are up to it?
nested shortcodes plugin will let us try these codes out (be sure to edit the roles to your liking) so please install that and then try the following out on one of the posts (or a new, non-browseable post):
[O_U user_role="Author,Editor"][wpdm_package id='23947'][/O_U] [O_U logged_status="out"][pre_ad adid="2957"][wpdm_package id='23947'][/pre_ad][/O_U]if that doesn’t work:
do you already have a child theme or have you been customizing the raw theme files? child theme will allow you to safely update the theme from envato
please create a new page/post template based on the template in use by the posts you want to affect currently (you maye have to connect via ftp/panel/ssh to see the contents of that file)
after that create a pastebin of this template and update this thread with the link
i may need some more info then, depends what we see 😛
Forum: Fixing WordPress
In reply to: Display Shortcode for Specific Rolesthats no problem
when you were getting the sample code to show me that snippet, what area of wordpress did you extract it from? may I please have a link to the page as well?
Forum: Fixing WordPress
In reply to: Display Shortcode for Specific Roleson the nested shortcode question, i am curious if when you put this:
[pre_ad adid="2957"][wpdm_package id='23947'][/pre_ad]into the content if it renders or not. please let me know
it might be ok that it isn’t a default theme. which one is it?
Forum: Fixing WordPress
In reply to: Video Embed / Sizingsure! nice work tho!
Forum: Fixing WordPress
In reply to: Video Embed / Sizingdid you just make a change? i was on the site, saw the problem, refreshed and it’s looking GOOD! 😛
let me know!