webdorado
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Exclusive] Change image of globe behind slider.Dear Friday949,
You should remove it from the admin/color_control.php file. On line 526 instead of `#slideshow {
background:<?php echo $menu_color; ?> url(<?php echo get_template_directory_uri(‘template_url’); ?>/images/page.bg.png) center center no-repeat;
}`
you should have#slideshow { background:<?php echo $menu_color; ?> ; }Forum: Plugins
In reply to: [SpiderCalendar] Several day eventDear Heilander.ge,
What you can do instead is having recurring event and set it to recur every day for that specific time period, thus the event will be displayed for all the stated days. Thank you.
Dear arturoperezn,
This is possible to achieve by editing \photo-gallery\frontend\models\BWGModelThumbnails.php file and making changes in public function get_image_rows_data where the final result should look like the following:
public function get_image_rows_data($id, $images_per_page, $sort_by, $bwg, $type, $sort_direction = ' ASC ') { global $wpdb; $sort_by = 'RAND()';Forum: Plugins
In reply to: [Photo Gallery by 10Web - Mobile-Friendly Image Gallery] transition timeDear josso,
Unfortunately we do not have that option yet, but plan to include it within one of our upcoming updates. Thank you.
Forum: Plugins
In reply to: [SpiderCalendar] Undefined variables showing in Apache-LogDear eckiwatong,
We have not received and email from you. Please try contacting us using standard emails (e.g. Yahoo or Gmail), so that the chances that it will be caught in spam folder will be lowered. Thank you and sorry for the miscommunication .
Forum: Plugins
In reply to: [Photo Gallery by 10Web - Mobile-Friendly Image Gallery] Widget leads to 404Dear YardenState,
Could you please provide us link to your site for us to check out the display of the images? Thank you.
Dear ligerdesign,
Have you removed our Photo Gallery from the stated page? There is another gallery plugin/theme gallery currently displaying on the stated page.
Forum: Plugins
In reply to: [Photo Gallery by 10Web - Mobile-Friendly Image Gallery] zooming in on imagesDear sunlit777,
The option can be found in Options menu and within the shortcode. Currently you cannot view it as it should be edited from the shortcode, but you can press Allow fullscreen button e.g. after opening the thumbnail view images in pop-up. The effect is the same.
Dear GreenstoneKC,
The changes should be made within the theme of the Form Maker currently in use. Thank you.
Dear GreenstoneKC,
Unfortunately it is not possible to achieve. But what you can do is to include a link within the message where the stated form is posted.
Dear GreenstoneKC,
Within the theme please add width:n px; height:n px;
After that add the following to move it to the right:
div [wdid='6'] {margin-left: 36px;}Where you can replace 36 with the desired number. Thank you.
Dear jompy,
Unfortunately it is only possible to send custom HTML text to the users and not attachments. If you have the attachment posted somewhere, you might try including the link to the page. Thank you.
Dear Jason,
Your case might be a bit different one. Please first install an STMP plugin to check out whether you have email send out issues or not, then contact us again. Thank you.
Dear Beni,
The new versions of the plugin do no longer use the extended shortcode. Instead we have a shorter option. Make sure that you have also made the changes within the shortcode, since if you have done the changes within Options menu but already had the shortcode inserted in a page or post the changes will not apply. You will have to either re-edit the shortcode or delete and reinsert a new one.
Thank you.Forum: Plugins
In reply to: [Photo Gallery by 10Web - Mobile-Friendly Image Gallery] zooming in on imagesDear sunlit777,
We actually have that option and it’s called full width lightbox. It can be found both in Options menu>Lightbox and within the shortcode. The galleries get displayed in full width mode upon clicking on them when the option is displayed. Thank you.