Towfiq I.
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Asteria Lite] Fancybox rules?then try replacing this line:
jQuery(".post_content .gallery .hasimg[href$='.jpg'], .post_content .gallery .hasimg[href$='.png'], .post_content .gallery .hasimg[href$='.gif']").addClass('grouped_elements');
with this:
jQuery(".post_content .gallery .hasimg[href$='.jpg'], .post_content .gallery .hasimg[href$='.jpeg'], .post_content .gallery .hasimg[href$='.png'], .post_content .gallery .hasimg[href$='.gif']").addClass('grouped_elements');
Forum: Themes and Templates
In reply to: [Asteria Lite] Fancybox rules?are you sure you made the change? I am not seeng it..
Forum: Themes and Templates
In reply to: [Asteria Lite] Fancybox rules?hmm. thats a bug. Open up “fancybox.js” file from the “js” folder of the theme and replace this:
jQuery(".single_post_content.gallery .hasimg[href$='.jpg'], .single_post_content .gallery .hasimg[href$='.png'], .single_post_content .gallery .hasimg[href$='.gif']").addClass('grouped_elements');
with this:
jQuery(".single_post_content.gallery .hasimg[href$='.jpg'], .single_post_content.gallery .hasimg[href$='.jpeg'], .single_post_content .gallery .hasimg[href$='.png'], .single_post_content .gallery .hasimg[href$='.gif']").addClass('grouped_elements');
Forum: Themes and Templates
In reply to: [Asteria Lite] Fancybox rules?fancybox works with jpg, png, gif etc. can you post a page link where the jpg images are not being opened by fancybox?
Forum: Themes and Templates
In reply to: [Asteria Lite] Change Font of Page headers Asteria Liteto the change the font of header, you will need the PRO version.
Thanks
Forum: Themes and Templates
In reply to: [Asteria Lite] Invalid Date MessageDisable the Maintenance mode.
Forum: Themes and Templates
In reply to: [Asteria Lite] Theme graphics broken on site loadnotice when you visit this link(without the www) https://suzannembeam.com the icons load fine..
This happens because your site url is set to https://suzannembeam.com make surr from settings> General, both the url doesnt iclude www. this will fix the issue.
Forum: Your WordPress
In reply to: Asking for Feedbacks for New siteForum: Themes and Templates
In reply to: [Asteria Lite] slider in inner pagesOpen up index.php and cut these lines:
<?php if ( asteria_is_mobile() && (!empty($asteria['hide_mob_slide'])) ) { ?> <?php }else{ ?> <?php $slidertype = $asteria['slider_type_id']; ?> <?php get_template_part(''.$slidertype.''); ?> <?php } ?>
and open up head4.php and paste the code to the very bottom of the file.
Forum: Themes and Templates
In reply to: [Asteria Lite] Asteria Lite main menu not open on mobilethis happens when you try to simulate a tablet or mobile display by resizing the window. when you use an actual mobile or tablet you wont see this.
To simulate the mobile, tablet view with your pc, you will have to refresh the page after resizing the window.thanks
Forum: Themes and Templates
In reply to: [Asteria Lite] Slider has blank slide as first one for no reasonAre you sure the the website address is correct:
tequestrian.horseflygroup.comits not loading..
Forum: Themes and Templates
In reply to: [Theron Lite] Change page template widthadd the above code and then let me know. I will provide another code chunk that you will have to add.
Forum: Reviews
In reply to: [WP Editor Widget] Nice, but only allows ONE widget?@jdstudios I just installed the widget and I am not having the issue you mentioned..
Forum: Themes and Templates
In reply to: [Asteria Lite] attached imageplease set featured image to your posts. or use this plugin:
https://www.ads-software.com/plugins/autoset-featured-image/Forum: Themes and Templates
In reply to: [Asteria Lite] Gallery Refuses to Loadsend me the link of your gallery.