Forum

Please make sure that you have read the documentation and extensive resources provided on this site before posting your question!

Dynamic Content Gallery Resources

DCG Version 4.0 beta is now available for download and testing. This is a development version and not recommended for live sites. Read more here.

Note that the current stable release of the DCG is version 3.3.5.

 
You must be logged in to post Login Register


Register? | Lost Your Password?

Search Forums:


 






Minimum search word length is 3 characters – Maximum search word length is 84 characters
Wildcard Usage:
*  matches any number of characters    %  matches exactly one character

Removing Featured Articles

fixed
Topic Locked
UserPost

4:37 pm
September 9, 2010


carole

Guest

1

forgive me if I am repeating a question. newbie and don't see search.

I would like to remove the "featured articles" and the arrows from the plug-in. is this possible?

http://lokcolor.com/blog/

thank you

8:54 pm
September 9, 2010


Ade

Admin

posts 2384

2

The easiest way to do this without hacking the javascript/plugin files is to find the appropriate CSS selectors and use display: none; to hide them.

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?

10:26 pm
September 9, 2010


carole

Guest

3

I'm not sure I have it right. I know a little about coding, but I'm no expert. I tried to add display: none; to the bottom row of each of the following and nothing.

#dynamic-content-gallery {
width: 600px;
float: left;
margin: 0;
padding: 0;
}

#dynamic-content-gallery .wrap {
margin: 0;
padding: 10px 10px 16px 10px;
}

#dynamic-content-gallery .widget, #featured-home .widget, #home-bottom .widget {
background: #EEEEEE url(images/sidebar-bottom.png) bottom repeat-x;
margin: 0 0 15px 0;
padding: 0;
border: 1px solid #DDDDDD;
}

#content #dynamic-content-gallery h4, #content #featured-home h4, #home-bottom h4 {
background: #EEEEEE url(images/sidebar-header.png);
color: #555555;
font-family: Tahoma, Arial, Verdana;
font-size: 12px;
font-weight: normal;
text-shadow: #FFFFFF 1px 1px;
margin: 0;
padding: 4px 5px 4px 10px;
border-bottom: 1px solid #DDDDDD;
}

9:06 pm
September 10, 2010


Ade

Admin

posts 2384

4

Hi,

Did you post this on the SP forum too?

Try adding this to your child theme's style.css:

.jdGallery a.carouselBtn {
display:none !important;
}

.jdGallery a.left {
display:none !important;
}

.jdGallery a.right {
display:none !important;
}

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?

8:56 pm
September 15, 2010


carole

Guest

5

that worked! thanks so much!

1:11 am
September 16, 2010


Ade

Admin

posts 2384

6

You're welcome! Smile

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?