This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

vtheme

Forum Replies Created

Viewing 15 replies - 1 through 15 (of 67 total)
  • Author
    Replies
  • in reply to: Theme Blvd Shortcodes 1.5.9.1 breaks my popups #24112
    vtheme
    Participant

    You 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.

    in reply to: adding custom icons #22855
    vtheme
    Participant

    ok then!

    I will wait it out and hope for the best – thanks again!

    in reply to: adding custom icons #22846
    vtheme
    Participant

    Yes, 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
    Participant

    ahh, 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
    Participant

    After 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
    Participant

    Whoa – 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!

    in reply to: helpers.php php warning #21573
    vtheme
    Participant

    Ok, I will put it back 🙂

    Appreciate your thoroughness though!

    in reply to: helpers.php php warning #21570
    vtheme
    Participant

    Happy 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 –

    in reply to: helpers.php php warning #21561
    vtheme
    Participant

    Nice to know that all the little pieces are tidied up for all of us.
    Thanks again.

    in reply to: helpers.php php warning #21559
    vtheme
    Participant

    yep, 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.

    in reply to: helpers.php php warning #21557
    vtheme
    Participant

    Also 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″]

    in reply to: helpers.php php warning #21556
    vtheme
    Participant

    PHP 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″]

    in reply to: helpers.php php warning #21550
    vtheme
    Participant

    Sorry 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 217

    The 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?

    in reply to: helpers.php php warning #21516
    vtheme
    Participant

    Looks like that did the trick!

    Thanks a ton – if I see the error again I will let you know.

    Appreciate your fine work – thanks!

    in reply to: helpers.php php warning #21510
    vtheme
    Participant

    ok, 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…..

Viewing 15 replies - 1 through 15 (of 67 total)