Forum replies created
found the bug, insert this in the Custom CSS:
#header {position:static;}
will be fixed in the next theme release
please can you provide a screenshot of the issue?
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/
yes, but back up and remove your current version
it matters what changes you have made in the child theme. which files are included in the child template?
can u provide a screenshot of your view please?
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.
would be possible if u provide your login details in the private reply, so I can investigate further. thanks.
where the Flickr widget is supposed to be? which part of website?
what browser/os are you using? I checked with firefox, chrome and IE and they work fine for me