rukcs
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Set width and height of embedded video ?I cannot see the video using the plugin, I even coded it manually and still cannot see the video
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Like per image is not workingWorks now…Thank you. I will send you some details on the email
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Like per image is not workingHi Shauno, I still cannot see the like on images after the update.
May I share the link in private ?
cool, I can then manually add the high rated likes to a specific gallery.
How about a registered user, can he/she keep track of images he/she likes to be shown on their profile ?
Thank you
Forum: Themes and Templates
In reply to: Can this be done using wordpressI now get your question regarding the layout, but let’s go deeper on the problem that I would like to add images to a gallery then chose which images to display on the front. Also the [BEST IMAGES] on top will be based on the number of likes for other images in the categories.
for example, images having 60 likes and up will be shown on best images gallery. the like will be an inline like, not a facebook like.
Hi,
following up on this post. Using the premium version of NGG is it possible to put images that have more than 60 likes in the best images gallery as following : (Also can use this layout with NGG? )
[Best Images]
Prev<< image2 image2 image3 image4 image5 >>Next
[Gallery One]_____________________See More
image1 image2 image3 image4 image5
[Gallery Two]_____________________See More
image1 image2 image3 image4 image5
[Gallery Thee]____________________See More
image1 image2 image3 image4 image5
Forum: Themes and Templates
In reply to: Can this be done using wordpressHi Andrew,
Yes, this will be the layout of the home page. I’ve been reading about it since I wrote this post.
Forum: Fixing WordPress
In reply to: Redirect private page to loginI’m not using any plugin ! it’s wordpress 3.5.1
I put this code on top of 404.php
<?php header("Location: https://www.mysite.com/login.php"); ?> exit();
it works but not professional I guess since I’m editing the 404 page
If any one could tell me where I can edit the code to redirect to login without changing the 404.php pageThanks,
Forum: Fixing WordPress
In reply to: Upload/Insert media, Progress bar not workingI’m having the same problem
Forum: Plugins
In reply to: [Custom Taxonomies Menu Widget] Add dropdown menu next to search formI mean on the header somewhere next to the logo, I need to add a search box, right next to the search box is a dropdown menu that includes “Portfolio categories not Port Categories. When you search something and select a portfolio category from the dropdown menu, the search result should only filter that content within the selected category.
But I solved the problem with custom code using get terms function
function get_terms_dropdown($taxonomies, $args){
$myterms = get_terms($taxonomies, $args);
$optionname = “optionname”;
$emptyvalue = “”;
…..