Forum Replies Created
list of topics you have created till now.
-
-
I stopped using my child theme. It was pointing to the wrong directory.
I minified all the JavaScript and CSS and it reduced my load time.
Thanks for the reply.
I ended up connecting to my server via FTP and found the template file where it was adding
target="_blank"and removed it there. Worked like a charm.My bad. It was a content blocker plugin. Never thought of it.
I think it must be a server issue or my ISP caching the site. I cleared my own cache since the beginning of time and that did nothing. I am going to call my hosting provider to refresh the cache or something.
I did. Every time I change the favicon it shows on the back end but not on the front end. This happens for every computer that it is not on my network as well on all different operating systems. My site can be found at joshbonanno.com
I just can’t understand why I cannot see my favicon on the front end while on the back end I can. I have already cleared my cache and Hard Refreshed my Chrome browser.
I am using a .ico file with image sizes 16×16, 32×32, 48×48, and 64×64.
I tried using a 16x16px png image, and .ico file and that does not work either. No other browsers show the favicon either. Neither Safari, Opera, Chrome
However, Firefox seems to cache it.
Thanks for the response.
I moved the javascript into the header.php file just under the tag and then pasted the HTML/Javascript into the text widget and it worked as well. I minified it as well.
Thanks for the update.
Facebook has deprecated the use of the like box and now calls it the Page Plugin which runs Javascript.
You’re going to have to place the code in your footer.php file and then grab the javascript in the second box and paste that in the text widget.
Important!!! DO NOT INSTALL THE UPDATE IT IS FROM A DIFFERENT DEVELOPER!!!
It seems that another theme called “Photographer” not “The Photographer” has somehow managed to think that our theme is theirs. DO NOT INSTALL THE UPDATE.
You can see this when you go to Appearances > Themes when you click on the activated theme it asks for an update but when you click view details it actually is a totally different theme.
Code works great. Thanks so much. I’ll stop bothering you guys now lol Thanks for everything!
So I switched the Google Font GF Didot to Tinos which has a Latin character set and it loads fine now on all browsers.
To address the favicon issue now:
I did a hard refresh and cleared the cache since the beginning of time in Chrome. Chrome still loads my old favicon then my current and new one. Yet, although Firefox loads the correct one Safari doesn’t even load it at all despite the .ico file containing the png image sizes 16x16px, 24x24px, 32x32px, and 64x64px sizes.
However, the favicon does not load correctly on all Macs I have tested running Chrome v41. It still loads a P instead of the JB I’ve shown you on all computers running Mac OS X 10.10.2 and lower, even on Macs that have never visited the site.
Also, since switching fonts text in sub-departments are squished together. Is there a way to separate the words more in subdepartments.
I sincerely apologize for all the questions, but all the support forums I’ve researched don’t seem to have a solution as to why this is occurring.
I also noticed that this line seems to load on all browsers, but only manifests itself in Chrome for Mac. All other browsers disregard the Roboto font.
Sorry for the multiple replies.
I replaced the favicon images. Sorry for all the questions.
Chrome for Mac does not load the GFS Didot font correctly it seems. Nor an updated version of my website. I have cleared my cache and forced reloaded the page but it sill comes up as this … which isn’t correct. Correct version can be found here on Firefox. I realize my ISP can cache images as well but this shouldn’t be a problem.
I have tried to load it on Safari (v8.0.4) and Firefox (v36.01) and Chrome (v41.0.2272.89)
Can you help?
Again sorry for being a pain in the ass.
Just curious because other themes have it where one .ico file with multple images ranging from 16×16, 24×24 and 64x64px works fine. If you separate them I will as well then
Works fine. They’re evenly spaced now.
Sorry for being a pain in the ass.
One little technical thing. My favicon is packaged in an .ico file and I noticed that you have a dedicated field for the Apple Favicon. My favicon is 64x64px already but would you recommend having two separate favicons; one for generic devices and then another for Apple?
I also noticed that the social icons in my blog are spaced as well. I checked to make sure that there aren’t any spaces in my text widget. See screenshot here.
The code worked flawlessly. Thank you.
My iPhone 5 is running iOS 8.2 maybe that is the issue or caching? I cannot say. I’l keep an eye on it and see what happens. Thanks for everything!
Sorry, the second part of my reply has been fixed. My footer icons are still a bit spaced.
Also, I noticed my favicon isn’t applied to departments. Sorry for all the questions.
I have removed all spaces and nothing seems to happen.
Here’s a screenshot of my widget: Footer social icon widgetAlso, I just moved my site to joshbonanno.com and now my department pages won’t show up and I get a 404 error. Is there a way to resolve this? All my file links are updated to the new domain name and every other page shows as well.
I believe that you misunderstood the question. I wish to eliminate the space between the social icons as seen in the screenshot. Not to reduce the spacing on the top and bottom.
I came up with this:
.footer-social {
word-spacing: 2px;
}However, it didn’t do anything lol
Thanks everyone. I fixed all my issues.
2 minor things:
1. I noticed that the social icons in the footer create gaps is this normal? See screenshot here. I am on 100% default viewing zoom in Chrome.
2. Can you verify that this code is correct to make fonts sentence style? I kind of hashed it together based off of other forum topics on here.
/* Resizes menu item text to Sentence Style */
.vs-nav li a {
font-size: 14px;
text-transform: none !important;
}
/* Resizes text headings */
h2,h3,h4,h5,h6 { text-transform: none !important; }
Thanks bro. Works well!
Few other quick questions.
1. Recommend images sizes in portfolio?
2. Can I center portfolios on pages?
3. Can I re-order portfolio (sub-departments) in pages?
4.I found the problem. AdBlock Plus is blocking it.
Also, is there a optimal image size for the alternative homepage? I do not see it in the documentation.