elainemarley
Forum Replies Created
-
I have the same problem.
I created my taxonomies and went to visit them, they were fine but I wanted to change the slug. I change the input to do that and then the new URLs don’t work. I revert the changes and go back to default rewrite and the old URLs don’t work either.
Updating permalinks did nothing to help.
Forum: Plugins
In reply to: Looking for a Quibblo style pluginI need a plugin like this too!
I finally made it, I was on the right track, I just needed to add a container div with a certain width so that the video would extendo to fill it. This is my code:
<div class="vidcontenedor"> <{$tagName} width="{$width}" height="{$height}" style="width:100%; height:100%;" id="wp_mep_{$mediaElementPlayerIndex}" controls="controls" {$attributes_string} class="mejs-player {$skin_class}" data-mejsoptions='{$options_string}'> {$sources_string} <object width="{$width}" height="{$height}" type="application/x-shockwave-flash" data="{$dir}flashmediaelement.swf"> <param name="movie" value="{$dir}flashmediaelement.swf" /> <param name="flashvars" value="controls=true&file={$flash_src}" /> </object> </{$tagName}> </div>
And then add a width to .vidcontenedor such as width:100% and you are good to go.
I don’t know if this works with the js version of mediaelement.js in this plugin, I replaced it with the one on the website because it’s newer.
Forum: Plugins
In reply to: [Slideshow Gallery LITE] [Plugin: Slideshow Gallery] Slideshow not workingThe fix didn’t work for me but since I can’t use more than one gallery per page, I can’t use the plugin, thanks for the quick response, you saved me a lot of time.
Currently the website has a maintenance mode plugin that we can’t remove, I can give you the details of the admin panel for you to check out, do you want me to send it to you via your contact form on your website?
I’ve replaced my inline content to a img tag and no scrolls will show, then I replace the img tag with a p tag with some lorem ipsum and there I go, my scroll bars are back again… Also the text gets all chopped off when I see it on an iPhone.
Hey, I have the same issue, I’ve added width and height to the div and smaller width to the content but to no avail, the fancybox still has horizontal scroll to empty space :S
Same is happening to me
ya ha venio el pedido hoy xDDD
Illo mira a ver como anda el pedido de nuestras garrafas que estamos sin agua y nos dijeron que venía hoy ??
Tenemos la boca to tiesa de no beber xDD
A ver si se arregla eso del qTransform que nos hace falta a nosotros también jejeje
Forum: Plugins
In reply to: [Portfolio Post Type] [Plugin: Portfolio Post Type] Change name of portfolioOk I could change the portfolio url to https://www.myweb.com/trabajos by making a template and naming the page that but the items are still pointing to the portfolio url: https://www.myweb.com/portfolio/name-of-item
And since I’m using wordpress menus I don’t get the active class on “trabajos” (the portolio archive page) when I’m navigating the portfolio single pages.
Forum: Themes and Templates
In reply to: Sidebar drops down, checked width and validated, still nothingNo, that wasn’t it. I finally found the problem, which is what happens when after 3 hours of messing around with the theme you decide to ask for help. The solution is to change the order on the single.php file so it calls the sidebar before the content. I had it that way on the front page of the blog and I forgot about it.
I still don’t understand why you have to do it that way.