vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   vBulletin CMS Widgets - vFCoders - Featured Content Slider Widget (https://vborg.vbsupport.ru/showthread.php?t=268817)

Bram H 09-19-2011 10:15 AM

Quote:

Originally Posted by cytrax (Post 2246250)
haha... How the hell did I miss that?

Thank you so much, Sherif! You are tha man!!!

Downside is that the images look streched. Still looking for a solution how to properly display a 640 px image

CharlieDelta 09-20-2011 01:33 PM

Sherif how would I remove the widget box?

Badshah93 09-20-2011 02:42 PM

Quote:

Originally Posted by CharlieDelta (Post 2248208)
Sherif how would I remove the widget box?

which widget box r u talking abt ?

CharlieDelta 09-20-2011 03:04 PM

1 Attachment(s)
Quote:

Originally Posted by Sherif (Post 2248230)
which widget box r u talking abt ?

See attached. The widget box surrounding the slider.
Attachment 133119

Could I remove this from the bottom of the vbcms_widget_cmsfcs_page without causing any problems?
Code:

<div class="block">

<div class="cms_widget_content widget_content">
</div>
</div>


Badshah93 09-20-2011 03:15 PM

Quote:

Originally Posted by CharlieDelta (Post 2248241)
See attached. The widget box surrounding the slider.
Attachment 133119

Could I remove this from the bottom of the vbcms_widget_cmsfcs_page without causing any problems?
Code:

<div class="block">

<div class="cms_widget_content widget_content">
</div>
</div>


i think you have already remove in ur site..
its always good to do things byself, if something goes wrong just reupload xml.

CharlieDelta 09-20-2011 03:39 PM

Quote:

Originally Posted by Sherif (Post 2248243)
i think you have already remove in ur site..
its always good to do things byself, if something goes wrong just reupload xml.

Thanks Sherif. I was messing around while waiting to hear from you.
Cheers

romaszek 09-20-2011 07:03 PM

1 Attachment(s)
Hey.
Great Mod!
As to add the title?

Thanks.

Gn_Snake 09-20-2011 07:39 PM

First of all congratulations for the mod, it was what I was looking for!
On my site the news are composed of text and video of youtube, you can replicate a miniature of any media?
Thx

Scalemotorcars 09-20-2011 09:05 PM

Ive read every post and Ive seen this asked but never answered. Ive got the slider working fine but I would very much like to remove the preview images (tabs) completely and still rotate the main slides.

Can someone please point me in the right direction. Thanks...

Scalemotorcars 09-20-2011 09:32 PM

Never mind I figured out a way that seems to work

In vbcms_widget_cmsfcs_page I commented out every css attribute that included ui-tabs-nav.

Then at the top just below <style type="text/css">

I added this.
.ui-tabs-nav {
display: none;
}

Lexor 09-21-2011 04:46 PM

Quote:

Originally Posted by CharlieDelta (Post 2248241)
See attached. The widget box surrounding the slider.
Attachment 133119

Could I remove this from the bottom of the vbcms_widget_cmsfcs_page without causing any problems?
Code:

<div class="block">

<div class="cms_widget_content widget_content">
</div>
</div>



Can you tell us how to remove the box ?

CharlieDelta 09-21-2011 06:24 PM

Quote:

Originally Posted by Lexor (Post 2248666)
Can you tell us how to remove the box ?

  • AdminCP=>Styles&Templates=>Style Manager
  • Edit Templates for the style of your choice.
  • Find "vbcms_widget_cmsfcs_page" template
  • Remove this code at the bottom;
    Code:

    <div class="block">

    <div class="cms_widget_content widget_content">
    </div>
    </div>


;)

8thos 09-21-2011 06:53 PM

If this actually works I might disable wordpress as my main site and go back to vbcms.

Lostboyfan 09-21-2011 10:24 PM

Installed and Works Great. Thanks for this cool mod. All my staff and members love it on my gaming site.

romaszek 09-23-2011 07:59 AM

Quote:

Originally Posted by chabit77 (Post 2237604)
perfect !

How to align the images horizontally previewed (not vertically). as in this example: http://www.fclweb.fr/home

How do I previewed the images in the foreground as in the example?

Open vbcms_widget_cmsfcs_page template

Find:

.cmsfcs_{vb:raw id} li.ui-tabs-nav-item a{
display:block;
height:55px;
color:#333;
line-height:12px;

change: display:block; --> display:inline;

seems to work.

dvL-den 09-25-2011 08:57 PM

Hmmm this would be useful for GFX forums on 4.1.6 showing on footer :-/ Too bad its outdated.

artscripts 09-25-2011 10:03 PM

If you put four widgets they stop working because the same id, how to fix it?

Badshah93 09-26-2011 06:39 AM

Quote:

Originally Posted by artscripts (Post 2250052)
If you put four widgets they stop working because the same id, how to fix it?

if put four different slider widgets, it will not stop as for every widget there is unique id.

u must be putting same slider widget twice in a page, thats why it is stop working. and i don't see any point of using same slider widget twice in a page.

artscripts 09-26-2011 07:11 AM

1 Attachment(s)
Quote:

Originally Posted by Sherif (Post 2250115)
if put four different slider widgets, it will not stop as for every widget there is unique id.

u must be putting same slider widget twice in a page, thats why it is stop working. and i don't see any point of using same slider widget twice in a page.

I did not write in English, but try to explain.
Suppose I make a widget for four different categories (MMR, documentation, articles, news). As a result of four widgets, there is only one. On the other widgets void. It can be like that done?

artscripts 09-26-2011 08:21 AM

Sorry, solved the problem. This is my problem with the front page was. Everything works fine.

SVTdrivah 09-26-2011 05:10 PM

Is there any way to have the slider only display on the main page and nowhere else? For example, clicking on an article, I don't want the slider to appear in the article. Only out front.

Thanks

Rideharder 09-28-2011 05:14 AM

Quote:

Originally Posted by SVTdrivah (Post 2250278)
Is there any way to have the slider only display on the main page and nowhere else? For example, clicking on an article, I don't want the slider to appear in the article. Only out front.

Thanks

me too. thanks!

smirkley 09-28-2011 02:43 PM

Like this, and testing.

Can at be made to fade in/out instead of like it does now?

SVTdrivah 09-28-2011 02:56 PM

Getting the following error when clicking on article from image slider:

Warning: Invalid argument supplied for foreach() in [path]/includes/functions_editor.php(479) : eval()'d code on line 82

Any ideas?

Scalemotorcars 09-28-2011 03:05 PM

This is just off the top of my head but if you look in the code for (transition) I think it has a zero. Change that to fast, slow or normal. If you Google it you'll see how.

I'm using it with the slow transition and also ditched the thumbnails.

See it here. http://www.scalemotorcars.com/

smirkley 09-28-2011 03:38 PM

Quote:

Originally Posted by Scalemotorcars (Post 2250939)
This is just off the top of my head but if you look in the code for (transition) I think it has a zero. Change that to fast, slow or normal. If you Google it you'll see how.

I'm using it with the slow transition and also ditched the thumbnails.

See it here. http://www.scalemotorcars.com/

I looked in all files in the package, but could not find where it specifies where I can transition.

Any suggestions?

smirkley 09-28-2011 04:02 PM

Gotit !

replace javascript in xml with this
Code:

<script type="text/javascript">
$(document).ready(function(){
$(".cmsfcs_{vb:raw id}").tabs({ fx: {opacity: 'toggle', duration:'slow'} }).tabs({event: 'mouseover'}).tabs('rotate', 3000, true);

$('.cmsfcs_{vb:raw id}').mouseover(function(){
        $(this).tabs('rotate', 0, false);
    });
    $('.cmsfcs_{vb:raw id}').mouseout(function(){
        $(this).tabs({ fx: {opacity: 'none', duration:'slow'} }).tabs({event: 'mouseover'}).tabs('rotate', 3000);
        $(".cmsfcs_{vb:raw id}").tabs({ fx: {opacity: 'toggle', duration:'slow'} }).tabs({event: 'mouseover'}).tabs('rotate', 3000, true);
    });
});
</script>

edit - added fix for mouseout fade

smirkley 09-28-2011 04:29 PM

now, how to hide the thumbnails,... idea's?

Scalemotorcars 09-28-2011 05:40 PM

There you go.

Thumbs, its dirty but works fine.

https://vborg.vbsupport.ru/showpost....&postcount=170

Scalemotorcars 09-28-2011 05:51 PM

Now if someone could add arrows for slide navigation it would be perfect.

Hint Hint Hint....

Badshah93 09-28-2011 06:33 PM

Quote:

Originally Posted by smirkley (Post 2250963)
Gotit !

replace javascript in xml with this
Code:

<script type="text/javascript">
$(document).ready(function(){
$(".cmsfcs_{vb:raw id}").tabs({ fx: {opacity: 'toggle', duration:'slow'} }).tabs({event: 'mouseover'}).tabs('rotate', 3000, true);

$('.cmsfcs_{vb:raw id}').mouseover(function(){
        $(this).tabs('rotate', 0, false);
    });
    $('.cmsfcs_{vb:raw id}').mouseout(function(){
        $(this).tabs({ fx: {opacity: 'none', duration:'slow'} }).tabs({event: 'mouseover'}).tabs('rotate', 3000);
        $(".cmsfcs_{vb:raw id}").tabs({ fx: {opacity: 'toggle', duration:'slow'} }).tabs({event: 'mouseover'}).tabs('rotate', 3000, true);
    });
});
</script>

edit - added fix for mouseout fade

i remove fadeout because slider lags if someone goes from one thumb to last thumb.. yes if u r not using thumb then fade out is ok..

But if u r using thumb then i would suggest not to use fadeout.

Badshah93 09-28-2011 06:44 PM

Quote:

Originally Posted by SVTdrivah (Post 2250278)
Is there any way to have the slider only display on the main page and nowhere else? For example, clicking on an article, I don't want the slider to appear in the article. Only out front.

Thanks


i have been busy with some personal works.. i will look into it and will give u solution for it soon.

boydy 10-02-2011 06:32 AM

Brilliant, thanks. I would also like it to only appear on the CMS home and not in any of the articles/other pages.

vb.help 10-03-2011 03:05 AM

Hi,

Thanks for the great mod !!

I have installed and configured it but have the following issues.

Please check my url : www.mydomain.com (Please scroll down little bit)

I currently have 2 sections and it looks like the images are not moving at all even after 5 secs ..

Fragement#1 is not clickable .. and for the second image i can click and go to the section page...

Is there a way you can move the fragment outside of original picture so that empty white space will be used as well as we can show the complete picture ?


Thanks

vb.help 10-03-2011 04:50 AM

Quote:

Originally Posted by vb.help (Post 2252551)
Hi,


Is there a way you can move the fragment outside of original picture so that empty white space will be used as well as we can show the complete picture ?


Thanks

I made it work based on your previous answers . Thanks

Can you answer the other question i posted about moving the fragments outside ?

Also please tell me when a section will become popular ? Is there any setting for this Vb ?


Thanks

romaszek 10-03-2011 07:04 AM

1 Attachment(s)
Quote:

Originally Posted by romaszek (Post 2249183)
Open vbcms_widget_cmsfcs_page template

Find:

.cmsfcs_{vb:raw id} li.ui-tabs-nav-item a{
display:block;
height:55px;
color:#333;
line-height:12px;

change: display:block; --> display:inline;

seems to work.


Sorry bad English.
This is not the good manner.
I made so:


.cmsfcs_{vb:raw id} ul.ui-tabs-nav{
position:absolute;
top:0;
left:1px;
list-style:none;
padding:0;
margin-top:2px;
width:76px; change --------> 500px
}

------------------------------
As to add the title to widget?

Thanks :)

Bram H 10-03-2011 11:00 AM

Quote:

Originally Posted by Scalemotorcars (Post 2248377)
Never mind I figured out a way that seems to work

In vbcms_widget_cmsfcs_page I commented out every css attribute that included ui-tabs-nav.

Then at the top just below <style type="text/css">

I added this.
.ui-tabs-nav {
display: none;
}

Thanks, just added it to additional.css and that works also. Not needed to comment out anything :)

vb.help 10-04-2011 03:16 AM

Is there any option for side arrow mark ?

SVTdrivah 10-06-2011 04:15 PM

Anyone possibly know what may be causing this error when clicking on articles in slider?
PHP Code:

WarningInvalid argument supplied for foreach() in [path]/includes/functions_editor.php(479) : eval()'d code on line 82 


Badshah93 10-06-2011 04:25 PM

Quote:

Originally Posted by SVTdrivah (Post 2253989)
Anyone possibly know what may be causing this error when clicking on articles in slider?
PHP Code:

WarningInvalid argument supplied for foreach() in [path]/includes/functions_editor.php(479) : eval()'d code on line 82 


does that happen only when u click on article in slider. When u disable widget does it shows the error when u visit that article. because the problem is related to editor where this mod has nothing to do with editor.

can i have link of ur forum ?


All times are GMT. The time now is 04:33 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01555 seconds
  • Memory Usage 1,845KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (2)bbcode_php_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete