KayBeSee
Forum Replies Created
-
Forum: Plugins
In reply to: [IMDb Connector] Array ExamplesAwesome! Thank you so much.
One last question, if I wanted to access an individual element in the array? I’m thinking in particular runtime I want to just access the 2nd element (total minutes).
Forum: Plugins
In reply to: [IMDb Connector] Array ExamplesI’ve tried using do_shortcode() to access the elements from the array as well but it isn’t working:
<?php $imdbID = get_post_meta($post->ID, "MovieNameIMDBid", true); $movie = get_imdb_connector_movie($imdbID); echo "<div class='imdb-info-field'>Genre:</div> " . do_shortcode('[imdb_movie_detail title=' . $movie["title"] . ' detail=genre]') . " <br /><br />"; ?>
I would ideally like to access them via a PHP function though because I intend on inserting
<br />
‘s after each actor, director, writer, etc not just have them as a list of strings.Well if I made a custom Post Type called Classes without the use of another plugin, would you be able to assist me then? I looked through the code for locations and events and just cannot figure out how to get the two to work with one another (i.e. assign an event a class just as it is assigned a location).
I looked through your tutorials and was able to link taxonomies but not post types. Any help would be greatly appreciated!
Does anyone have any resources that would help me figure this out? I know some PHP and am familiar with WordPress but have never done anything like this before.
I am having the same issue with the inline CSS. I have been searching almost every file contained in WooCommerce to find where it’s pulling this inline code from and cannot figure it out.
I guess, in theory, you could use an external CSS file and use !important but I’d prefer to get rid of the inline CSS (or modify it actually, since it’s only for a specific instance when I’m using the Add to Cart hook).
Has anyone had any luck finding where they embed this code? I’ve seen in other themes where they put it in a .js file, but like I said, I’ve had no luck.
Forum: Plugins
In reply to: [WooCommerce] Add to Cart Shortcode customizationDoes anyone know how to modify this CSS?
Forum: Plugins
In reply to: [Social Login] Custom facebook buttonHow did you copy over the CSS specifically? I haven’t done web design in a while, and cannot figure out how I would override the css that is on their server.
I have tried adding the following to my style.css file but it has not worked:
.plugin #providers .provider #button_facebook { background-image: url("https://mmjstudentdiscount.com/wp-content/uploads/2013/04/facebook-login.png"); }
Forum: Fixing WordPress
In reply to: Comments Error in SafariAhh, I found it. I was thinking I placed in the wrong spot or something. I found there error in the divs.
Thanks man!
Forum: Fixing WordPress
In reply to: Comments not functioning correctly in SafariI have fixed those major differences, and still nothing. Doesn’t make sense how it would only happen in Safari and not Firefox or IE
Forum: Fixing WordPress
In reply to: Comments not functioning correctly in SafariSorry about the code issue. Does anyone know how to solve this issue though?