jamespond
Forum Replies Created
-
Hi Steve,
Thank you so much, it fixed the issue! My hosting can easily handle the extra traffic so I will just leave it disabled.
Thanks,
KamilHi, the same issue returned – the first image won’t load even thumbnail and it’s not clickable:
https://www.forgottenchernobyl.net/marketplace-in-pripyat
The link to the image shows several times in the source code:
Any ideas how to fix it would be greatly appreciated!
Hi and thanks for quick reply. I fixed all of them by doing the Update button trick, but if it happens again I’ll leave the issue and report it again. I just thought that perhaps you’ve come across this before and know a solution, I should’ve left that one gallery with the image missing. ??
Forum: Plugins
In reply to: [Quiz Maker] Feature request – share results buttonThank you, the custom CSS worked!
Forum: Plugins
In reply to: [Quiz Maker] Unable to click on tabs in Quiz optionsThanks for your reply, the issue is now fixed – full version of the plugin works fine, and I was happy to buy it anyway to support your work.
Forum: Plugins
In reply to: [Quiz Maker] Unable to click on tabs in Quiz optionsOK, scratch that.
I wanted to support the developer and I bought full version of the plugin just now. Installing it on the top of the free version fixed this issue.
Forum: Themes and Templates
In reply to: [Tracks] Open Graph tags missingThat’s all clear now, thank you!
Forum: Plugins
In reply to: [Quiz Maker] Testing script – Few questionsIssue resolved, I allowed ajax in .htaccess in that directory.
Forum: Plugins
In reply to: [HD Quiz] Widgets break my quizApart from those 2 issues it’s my favourite quiz script so far, and I tried about 15. There’s one important thing I was looking for and many of them fail: my wp-admin directory is password protected on the server for extra security. Many quiz scripts don’t work with it and display authentication prompt, yours doesn’t have this issue. ??
Forum: Plugins
In reply to: [HD Quiz] Widgets break my quizWow, that was a quick reply. Yes, I found the answer explanation, I missed it first time. Thanks for the CSS, it works fine on my desktop but scaling also applies to mobile browsers. If I set it to 85% it looks fine on a computer screen but then scales to 85% on my mobile instead of filling the screen width there – is there a separate CSS for both?
My other widgets still break the quiz into parts (the facebook comments and related posts show few times in wrong places instead of just once on the very bottom of the post). I have taken a screenshot:
Fist question is paginated, then other 3 aren’t (just for testing) but it shows what I mean.
Forum: Plugins
In reply to: [Quiz Maker] Testing script – Few questionsHere’s an example of the login popup:
Forum: Themes and Templates
In reply to: [Tracks] Feature suggestionWorked great, thanks again for all your help!
Forum: Themes and Templates
In reply to: [Tracks] Problem with a plugin image scalingYou’re a star Ben!
Forum: Themes and Templates
In reply to: [Tracks] Problem with a plugin image scalingThanks Ben, I renewed the license, it’s well worth it. Top theme and support. ??
Just to be a pest for a bit longer, the menus now work fine but only in the first level of cascade. The following expanded menus don’t scale with the text, so the black background is too short and submenus overlap on the higher level submenus:
Here’s all my additional CSS:
/*
You can add your own CSS here.Click the help icon above to learn more.
*/@media all and (min-width: 43.75em) {
#main {
width: 80%;
max-width: 2000px;}
.entry-container {
padding: 0 3% !important;
}
}
.entry-meta-bottom.float .entry-categories,
.entry-meta-bottom.float .entry-tags {
position: static;
width: auto;
text-align: left;
padding: 0;
}
.entry-meta-bottom.float .entry-categories a,
.entry-meta-bottom.float .entry-tags a {
display: inline-block;
margin-right: 0.375em;
}.entry-content img {
max-width: 100%;
}#comments {
max-width: 1880px;
}.nav-links {
font-size:5em;
}.pagination a:link,
.pagination a:visited {
color: #f4a300;
}.pagination a:hover, .pagination:active, .pagination:focus {
color: #eeee22;
}@media all and (min-width: 37.5em) {
.menu-secondary-items ul,
.menu-secondary-items ul ul {
left: 0;
right: auto;
max-width: none;
font-size: 1em;
}
.menu-secondary-items li {
white-space: nowrap;
}
}.entry {
max-width: none !important;
}- This reply was modified 4 years, 9 months ago by jamespond.
Forum: Themes and Templates
In reply to: [Tracks] Problem with a plugin image scalingScratch that, the issue was partially caused by one of my Menu plugins, I have managed to get the cascading subcategories and posts menu to work.
Now I just need to change font sizes as they’re a bit too large and make the menu items wider to fit all posts nicely.