Forum replies created

    Roman
    Spectator
    Posts: 3147
    28.02.2015 at 18:41 #14974

    found the bug, insert this in the Custom CSS:

    #header {position:static;}

    will be fixed in the next theme release

    Roman
    Spectator
    Posts: 3147
    28.02.2015 at 10:25 #14972

    please can you provide a screenshot of the issue?

    Roman
    Spectator
    Posts: 3147
    28.02.2015 at 10:24 #14971

    the alora theme comes with the shortcodes plugin which let you to set a content boxes on any page, element. please check out the Content boxes for further info https://theme4press.com/alora-documentation/shortcodes/content-boxes/

    Roman
    Spectator
    Posts: 3147
    27.02.2015 at 20:29 #14965

    yes, but back up and remove your current version

    Roman
    Spectator
    Posts: 3147
    27.02.2015 at 19:42 #14963

    it matters what changes you have made in the child theme. which files are included in the child template?

    Roman
    Spectator
    Posts: 3147
    26.02.2015 at 19:36 #14959

    can u provide a screenshot of your view please?

    Roman
    Spectator
    Posts: 3147
    26.02.2015 at 16:08 #14954

    you will need to edit the flickr widget, in alora/widgets/flickr-widget.php file, line #70, change from:

    <script type="text/javascript" src="http://api.flickr.com/services/rest/?format=json&method=flickr.photos.search&user_id=<?php echo $screen_name; ?>&api_key=<?php echo $api; ?>&media=photos&per_page=<?php echo $number; ?>&privacy_filter=1"></script>
    <script type="text/javascript" src="http://api.flickr.com/services/rest/?format=json&method=flickr.photos.search&group_id=<?php echo $screen_name; ?>&api_key=<?php echo $api; ?>&media=photos&per_page=<?php echo $number; ?>&privacy_filter=1"></script>

    to

    <script type="text/javascript" src="https://api.flickr.com/services/rest/?format=json&method=flickr.photos.search&user_id=<?php echo $screen_name; ?>&api_key=<?php echo $api; ?>&media=photos&per_page=<?php echo $number; ?>&privacy_filter=1"></script>
    <script type="text/javascript" src="https://api.flickr.com/services/rest/?format=json&method=flickr.photos.search&group_id=<?php echo $screen_name; ?>&api_key=<?php echo $api; ?>&media=photos&per_page=<?php echo $number; ?>&privacy_filter=1"></script>

    this will be fixed in the next theme release, thanks.

    Roman
    Spectator
    Posts: 3147
    25.02.2015 at 19:59 #14951

    would be possible if u provide your login details in the private reply, so I can investigate further. thanks.

    Roman
    Spectator
    Posts: 3147
    25.02.2015 at 18:28 #14947

    where the Flickr widget is supposed to be? which part of website?

    Roman
    Spectator
    Posts: 3147
    25.02.2015 at 18:26 #14946

    what browser/os are you using? I checked with firefox, chrome and IE and they work fine for me