Forum Replies Created
-
AuthorReplies
-
vtheme
ParticipantYou got me close…. that addition did not help, but using
.modal-body {
color: #666666;
}did the trick… will that work ok for you?
Thanks a ton for getting to this before I had time to setup some access points.
vtheme
Participantok then!
I will wait it out and hope for the best – thanks again!
vtheme
ParticipantYes, they are png’s – and just using the name in the shortcode worked fine, I guess I expected to see the images in the choice box also , is there anything I can do to get them there for the future?
Thanks for the help!
vtheme
Participantahh, that makes sense – thanks for taking the time to explain it.
So I guess there is not much I can do if I continue to use the plugin…. but I will try to pass it on to the developer, maybe it is possible to change the sequence.
Thanks again.
vtheme
ParticipantAfter a bit more research, there is one place in my site where a plugin will override this, but no worries because in all of the other placements of the shortcode this works fine.
I will probably remove the comment lines until I get this worked out.
Moving onward – thanks!
vtheme
ParticipantWhoa – that did it!
Not sure why I was able to use this without the [ raw] for so long, but I am glad it is back to normal – thank you!
vtheme
ParticipantOk, I will put it back 🙂
Appreciate your thoroughness though!
vtheme
ParticipantHappy to help-
I used “categories” as was the original with this new line in helpers, but am still getting that fatal error
Fatal error: Cannot unset string offsets in /blahblas/wp-content/themes/akita/framework/includes/helpers.php on line 221
Just let me know what to try next –
vtheme
ParticipantNice to know that all the little pieces are tidied up for all of us.
Thanks again.vtheme
Participantyep, that did it.
This worked for at least 2 years, I guess I didn’t expect that shortcode to change – so sorry to have bothered you on this one.
I should go back and check if there were other changes like that that may affect other pages I may not have caught yet.
Thanks again.
vtheme
ParticipantAlso on another page :
[post_grid_slider columns=”4″ rows=”4″ fx=”slide” timeout=”0″ nav_standard=”true” nav_arrows=”true” pause_play=”true” categories=”species-profile” numberposts=”-1″ orderby=”title” order=”ASC” offset=”0″]
vtheme
ParticipantPHP Version 5.4.38
I am not sure where this is being generated from, but when the system broke this weekend, it was on my home page in Post Grid Slider element in my HOME template.
The screen shot would take about 5 pics – do you want them all?
The settings are:
Transistion: Slide
Speed: 0
Show Nav: yes
Show arrows;: yes
Show pause/play: yes
Where to pull posts from: Category
(there are about 12 categories selected from the 50 or so)
Number of posts: 9
Order by : publish date
Col: 3
Rows: 1
Order ; desc(there may be another place that this error is generating from…. not sure!)
Let me know if you need anything else
WAIT !!!:
I see where the error is coming from and it is NOT the home page…
[post_grid_slider columns=”3″ rows=”2″ fx=”slide” timeout=”4″ nav_standard=”true” nav_arrows=”true” pause_play=”true” categories=”gallery” numberposts=”-1″ orderby=”rand” order=”DESC” offset=”0″]
vtheme
ParticipantSorry to have to revisit this, but I am now getting this error:
PHP Fatal error: Cannot unset string offsets in /blah/blah/wp-content/themes/akita/framework/includes/helpers.php on line 217The adjusted code in my edited helpers file is;
//orig } elseif ( ! empty( $options[‘categories’] ) && ! $options[‘categories’][‘all’] ) {
} elseif ( ! empty( $options[‘categories’] ) && empty( $options[‘categories’][‘all’] ) ) {unset( $options[‘categories’][‘all’] );
$categories = ”;line 217 is the unset(..) line
Any idea of what I can do to fix this?
vtheme
ParticipantLooks like that did the trick!
Thanks a ton – if I see the error again I will let you know.
Appreciate your fine work – thanks!
vtheme
Participantok, I dont see the error, but just noticed that my homepage template post grid slider broke.
It had certain categories selected, but with that line change, all categories are showing. When I replaced the original, the slider works as expected.I will continue to see if the errors generate…..
-
AuthorReplies