bernbe01
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Slideshow for Sight theme does not appear v4.1.1hey there!
i see the difference you mention between the two sites.
on the site that was not showing a slider i opened up the chrome inspector (F12 – what browser are you in? most of themhave a similar tool) and saw a few errors.
as this appears to be related to the theme, i’d suspect the issue is in this referenced file not being available:
which has a 404
i can see from this that it appears to have a path issue. have you per chance altered the css of theme files between the working and non-working version of the site?
i suspect that if that css file loads correctly we’ll at least get a region where the slideshow would appear
Forum: Fixing WordPress
In reply to: WordPress site timing out from mobile deviceshey there
i just tested via my nexus 4 and it seemed to be working. i did get a timeout trying to load the homepage, then i tried to load the ladder page from a google link and it succeeded, then i was able to navigate to home.
if you’re still having issues please let me know!
Forum: Fixing WordPress
In reply to: Sites render differently depending on which internet connection usedi’m getting the correct layout too from two WANs up here in Maine.
I know you said you tested multiple browsers over the fiber connection, as well as multiple devices. That makes me want to rule out the router.
do you have the ability to hardwire to your fiber modem and rule out a hijack of your router’s dns?
Forum: Fixing WordPress
In reply to: How to grab image alt text to use as a caption😛 thx
darn it didn’t work 😛
brainstorming – if anyone else has ideas please share!
Forum: Fixing WordPress
In reply to: How to grab image alt text to use as a captionhey there
on this line:
$alt = get_post_meta($attachment),'_wp_attachment_image_alt', true);you are likely getting a syntax error, can you remove the first close parens and retest? i think you’re actually very close here!
try making that line read as:
$alt = get_post_meta($attachment,'_wp_attachment_image_alt', true);Forum: Fixing WordPress
In reply to: Multiple Issues since 4.1 Upgradescan you rename the plugin folder for wp-require-auth to wp-require-auth-tmp via ssh? that should allow you to temporarily log in if it is the plugin locking you out.
are the stage and prod servers running:
-the same version of php (php -v on the commandline)
-suhosin? –> would also be displayed with php -v
-the same version of wp files and db
-the same versions of the plugins and themes?there are some plugins like wp-require-auth that are listed as compatible, but i have never used either so i can’t vouch
let me know!
Forum: Fixing WordPress
In reply to: video won't play in chrome. links to download portalhey there!
just looked at the code and i’d guess it has to do with default behavior for href tags. in safari is it just opening a the video in it’s own tab?
currently the code you have is simply linking-to the MOV video file, but is not using an html embed method. here is your rendered code in my chrome:
<a href="http://unlockmyfullpotential.marfamarketing.com/wp-content/uploads/2015/02/7keys_areas-of-the-mind-480.mov"><img class="aligncenter wp-image-5306" src="http://unlockmyfullpotential.marfamarketing.com/wp-content/uploads/2015/02/screenshot-1024x559.png" alt="screenshot" width="640" height="349" /></a>an embedded call would look more like:
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="256" width="320"> <param name="src" value="http://unlockmyfullpotential.marfamarketing.com/wp-content/uploads/2015/02/7keys_areas-of-the-mind-480.mov"> <param name="autoplay" value="false"> <param name="type" value="video/quicktime" height="349" width="640"> <embed src="http://unlockmyfullpotential.marfamarketing.com/wp-content/uploads/2015/02/7keys_areas-of-the-mind-480.mov" height="349" width="640" autoplay="false" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"> </object>there also appear to be some plugins for this, but most of them more widely support mp4 containers over mov files
Forum: Fixing WordPress
In reply to: Error with 4.1.1hey jrcwp
thanks for the info and testing. it’s worth creating a new forum post for this as jladd is also dealing with a theme issue so you may get help a bit quicker with your own topic specific to just your details.
you can include in the ticket that you tried reverting to twenty-fifteen with no luck
if time allows i’ll try and grab your new ticket, ok?
Forum: Fixing WordPress
In reply to: How to add font awesome into wordpress?no problem! let us know either way please, ok?
Forum: Fixing WordPress
In reply to: Error with 4.1.1hi @jladd
can you please temporarily switch to the theme twenty-fifteen and let me know if the error goes away.
other people with this error had it as a result of the theme and had to contact the developers
also, are you on the most current version of your theme?
@jrcwp – are you on the same theme as jladd? (lifestyle)
Forum: Fixing WordPress
In reply to: How to add font awesome into wordpress?cool, thank you
and are you open to using the plugin i linked to above? there are other similar ones as well in the plugin directory
Forum: Fixing WordPress
In reply to: How to add font awesome into wordpress?howdy
are you open to using a plugin to accomplish this?
some themes package the font awesome libraries with the theme, which theme are you on?
Forum: Fixing WordPress
In reply to: Sites render differently depending on which internet connection usedhey there
mind sending a link to the site so i can see what happens on my connection?
also, are you running any caching plugins on the affected installs?
Forum: Fixing WordPress
In reply to: Solon Themehey there – i’ve got a few questions for you to allow me to better assist you
would you mind providing a link to a page that is showing the symptoms?
have you used any custom css or overrides for the theme?
do you currently have a child theme setup?
Forum: Fixing WordPress
In reply to: Lensa- Different Logo on certain pagesnice! i’m glad to hear it! thanks for updating the thread!