Giter Site home page Giter Site logo

Comments (5)

ronakg avatar ronakg commented on July 20, 2024

This will require minor changes in plugin code, and you'll have to make that change every time a new version is released.

Let me know if you are comfortable making changes in the code. I can guide you through the process.

from awesome-flickr-gallery-plugin.

craigersz avatar craigersz commented on July 20, 2024

I have no problems making changes to the code if you have a step by step.
Just looking to remove the pagination below the thumbnails, not the actual
galleries (when clicked on).

Thanks for your swift reply!

On Wed, Aug 20, 2014 at 1:08 AM, Ronak Gandhi [email protected]
wrote:

This will require minor changes in plugin code, and you'll have to make
that change every time a new version is released.

Let me know if you are comfortable making changes in the code. I can guide
you through the process.


Reply to this email directly or view it on GitHub
#46 (comment)
.

from awesome-flickr-gallery-plugin.

ronakg avatar ronakg commented on July 20, 2024

Go to index.php file in the plugin directory.

It should be under /wp-content/plugins/awesome-flickr-gallery-plugin/.

In this file, locate line #462. It will look like following -

     if ($pagination == 'on' && $slideshow_option != 'none') {

From this line, remove "$pagination == 'on' &&" so that it looks like this -

    if ($slideshow_option != 'none') {

from awesome-flickr-gallery-plugin.

craigersz avatar craigersz commented on July 20, 2024

That worked, thank you!

I noticed that any short code being placed can't be aligned either, is
there a way for the galleries to be aligned in (whatever) direction within
the page contents? I've tried

[center] and
everything stays aligned left.

Thank you,
Craig Morrell
Marketing Consultant

CAM Marketing Group
Social Media Management - Website Development
Powerful SEO Campaigns - SEM/PPC Marketing

e: [email protected]
o: 860.248.6993
f: 860.845.5375
c: 860.951.6993
w: www.cammarketinggroup.com http://goo.gl/gzYHyA
m: CAM Marketing Group, PO Box 1455, Bristol, CT 06011

On Wed, Aug 20, 2014 at 12:01 PM, Ronak Gandhi [email protected]
wrote:

Go to index.php file in the plugin directory.

It should be under /wp-content/plugins/awesome-flickr-gallery-plugin/.

In this file, locate line #462. It will look like following -

 if ($pagination == 'on' && $slideshow_option != 'none') {

From this line, remove "$pagination == 'on' &&" so that it looks like this

if ($slideshow_option != 'none') {


Reply to this email directly or view it on GitHub
#46 (comment)
.

from awesome-flickr-gallery-plugin.

ronakg avatar ronakg commented on July 20, 2024

For that you can use Custom CSS field in Advanced Settings page.

Add this code to align your thumbnails in center.

div.afg-cell {
    text-align: center;
}

from awesome-flickr-gallery-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.