b_angel
Forum Replies Created
-
Forum: Plugins
In reply to: [mqTranslate] Plugin changes the WP default languageI mean the admin panel.
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] After the update the plugin doesn't uploadI’ve already done everything you say, but it doesn’t resolve the problem..
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] After the update the plugin doesn't uploadAh, maybe you need to know that I usually use the Custom URL to upload video.
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] After the update the plugin doesn't uploadI haven’t permission access to do that. My website is now on a server of my University! And now, what I can do?
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] After the update the plugin doesn't uploadCan you tell me exactly where I should write the query?
Thank you!
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Customize Home PageI used tag <! more > to get an excerpt of every post in homepage, so the video will be not visibile.
However, after the plugin update the video size has been reduced automatically!Thank you for your help!
It was all in one calendar plugin which gives the problem. Now it’s everything ok… I’m sorry, and thank you for you help!
Forum: Networking WordPress
In reply to: "Customize Homepage" doesn't work.I did but they didn’t answer me..
However, thank you for your availability to help me.
Forum: Networking WordPress
In reply to: "Customize Homepage" doesn't work.I create it with Artisteer 4!
I resolved the problem of summary adding tag <!– more –> in every post, so now I need only to shows 6 posts in homepage instead of 2.That’s my home.php code:
<?php get_header(); ?> <?php get_sidebar('top'); ?> <?php if (have_posts()) { /* Display navigation to next/previous pages when applicable */ if (theme_get_option('theme_' . (theme_is_home() ? 'home_' : '') . 'top_posts_navigation')) { theme_page_navigation(); } ?> <div class="content-layout"> <div class="content-layout-row"> <div class="layout-cell" style="width: 50%" > <?php theme_get_next_post(); ?> </div><div class="layout-cell" style="width: 50%" > <?php theme_get_next_post(); ?> </div> </div> </div> <?php /* Display navigation to next/previous pages when applicable */ if (theme_get_option('theme_bottom_posts_navigation')) { theme_page_navigation(); } } else { theme_404_content(); } ?> <?php get_sidebar('bottom'); ?> <?php get_footer(); ?>
I’ve tried to add:
<div class="content-layout"> <div class="content-layout-row"> <div class="layout-cell" style="width: 50%" > <?php theme_get_next_post(); ?> </div><div class="layout-cell" style="width: 50%" > <?php theme_get_next_post(); ?> </div> </div> </div>
but it doesn’t work.
Forum: Networking WordPress
In reply to: "Customize Homepage" doesn't work.Ok, but can I change something in php code in home.php or index.php??
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Customize Home PageHi karthikeyani,
thank you for the quick answer, but it doesn’t resolve my problem.
I did what you have written and it changes the video width in video homepage, but in my blog there are one homepage (or frontpage) that shows latest posts, and a page called “videos” that shows all videos I uploaded. I need to change the size of video player in front page, where there are the latest posts published.
Can you help me?Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Customize Home PageHi Karthikeyani,
how can I change the player width only in homepage? My home is divided into two column and shows recent posts, which have a video embedded, but in homepage the video width exceeds the column width!
Thank you!
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Can I use FTP to upload video?Thank’s I relsolved!