This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

504 Gateway Time-out

  • Creator
    Topic
  • #22344
    dnetwork
    Participant

    For several days I have serious problems connected with the control panel of wordpress. Each page called gives me the error: 504 Gateway Time-out (from home, from work and also by phone). My provider Siteground says that depends on the theme Barely Corporation. Can you help me? thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • Author
    Replies
  • #22346
    Jason Bobich
    Keymaster

    Hello,

    Did siteground give you any other info about the issue, other than simply saying it’s from Barely Corporate? Do you have any idea off the top of your head what WordPress version you’re using?

    If you can send me the following info, I’d be glad to take a look and see if we can figure things out.

    1) Your website URL
    2) Your FTP connection info: FTP username, FTP password, and FTP url (if different than your site url)
    3) Your WordPress admin login username/password

    Here’s where you can send me the info: http://support.themeblvd.com/submit-private-information/

    Please post back here in our topic once you’ve sent the info, so I know you’ve sent it.

    #22350
    dnetwork
    Participant

    Did you get the answer in private. thanks

    #22354
    Jason Bobich
    Keymaster

    I did… so did your host give you any other information? Like what errors were showing in your error log? This would be extremely helpful.

    #22355
    Jason Bobich
    Keymaster

    In the last few days there’s been a bunch of drama around Envato community because something is going haywire with their v1 API system, which the theme uses to check for updates.

    http://themeforest.net/forums/thread/introducing-the-new-envato-api/176182?page=20&message_id=1300056#1300056

    So, without knowing any kind of error messages, this is my most solid guess as to what could be causing the issue for you. I added this at the bottom of your your child theme’s functions.php to disable the update system, and it seems to have worked:

    /**
     * Disable update system and disconnect from Envato API.
     */
    remove_action( 'after_setup_theme', 'themeblvd_envato_updates_init' );

    Monitor things and let me know if you’re still experiencing issues, now that I’ve unhooked our update system linking to Envato API.

    #22358
    dnetwork
    Participant

    Thanks now seems to be working. I would like to ask one more thing. You can insert a TAB inside the sidebar? If yes, how? Thanks

    [raw]
    [tabs style = “framed” nav = “tabs” Tab_1 = “Title # 1” Tab_2 = “Title # 2” Tab_3 = “Title # 3”]
    [Tab_1] Tab 1 … [/ Tab_1]
    [Tab_2] Tab 2 … [/ Tab_2]
    [Tab_3] Tab 3 … [/ Tab_3]
    [/ tabs]
    [/ raw]

    #22359
    Jason Bobich
    Keymaster

    WordPress doesn’t natively support shortcodes in widgets. It is possible to add this functionality though through your Child theme’s functions.php, however that would be a customization you’d need to make to the theme.

    http://digwp.com/2010/03/shortcodes-in-widgets/

    You can do this via plugins like this one, as well.

    http://wordpress.org/extend/plugins/shortcodes-in-sidebar-widgets/

    Keep in mind that shortcodes are not styled for widgets and sidebars. So it’s possible that not all of the theme’s shortcodes will look right when placed in a widget.

    #22441
    dnetwork
    Participant

    I installed this plugin
    http://wordpress.org/extend/plugins/shortcodes-in-sidebar-widgets/
    and it works. The problem are the styles, which are lost. If you look here you can see it in the sidebar
    http://www.irlandaonline.com/62975-alban-fuam-nuovo-disco-whiskey-n-beer/

    Do you have any idea on how to have a proper application of the styles? thanks

    #22442
    Jason Bobich
    Keymaster

    I did try and take a look at your site, and didn’t see any tabs in widgets I could inspect with my browser. But unfortunately, as I said previously, shortcodes are not styled to go into widgets. This may require CSS customizations on your part. You could also try experimenting with other tabbed widget plugins, possibly?

    #22449
    dnetwork
    Participant

    We have included the following plugins: Easy Responsive Shortcodes. Not great graphically, but when it works.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The forum ‘Barely Corporate Responsive WordPress Theme’ is closed to new topics and replies.