Home › Forums › Aside WordPress Theme › Full Screen galary Link remove problem
- This topic has 18 replies, 2 voices, and was last updated 11 years, 1 month ago by
SeaTheme.
-
AuthorPosts
-
April 9, 2015 at 6:00 pm #6936
saibhaidupare
Participanti am not able to remove full screen gallery link to the post even after replace your recommended file
page-portfolio.php
check this page http://bmdpix.com/pre-wed/
also suggest me image size for full screen gallery for fit to screen.
April 10, 2015 at 2:04 am #6940Hi, please leave your wp-admin(url/user/pass) as private reply, I’ll log in to check it.
Best,Bwsm
Follow on @uiueux to get update news!April 10, 2015 at 7:19 am #6947saibhaidupare
ParticipantThis reply has been marked as private.April 10, 2015 at 11:57 am #6949Hi, plz double check the account, I can’t login.
April 10, 2015 at 12:17 pm #6950saibhaidupare
ParticipantThis reply has been marked as private.April 10, 2015 at 12:28 pm #6951saibhaidupare
ParticipantThis reply has been marked as private.April 11, 2015 at 12:54 am #6954Hi,
I think url is right, I can visit the url. It tips username or password wrong.
April 11, 2015 at 6:14 am #6955saibhaidupare
ParticipantThis reply has been marked as private.April 11, 2015 at 11:36 am #6956– login FTP, find: themes/aside/functions/pagebuilder/modules/slider.php
– find line 109:
<li><a href="<?php echo get_permalink($slider->ID); ?>" title="<?php echo get_the_title($slider->ID); ?>"><img src="<?php echo $thumbnail_url[0]; ?>" title="<?php echo get_the_title($slider->ID); ?>"></a></li>update to:
<li><img src="<?php echo $thumbnail_url[0]; ?>" title="<?php echo get_the_title($slider->ID); ?>"></li>April 12, 2015 at 4:15 pm #6963saibhaidupare
ParticipantThis reply has been marked as private.April 13, 2015 at 2:10 am #69641. 1280×720
2.
Please login wp-admin, go to Aside / General Settings / Custom Css
Paste the style code to Custom Css:.related-post-wrap h3 { display: none; }April 13, 2015 at 7:06 pm #6971saibhaidupare
ParticipantThis reply has been marked as private.April 14, 2015 at 1:30 am #6973Did you talk about this question?
2. also Like to hide post name
Please paste a url or screenshot. I am not clear which section you talked about now.
April 14, 2015 at 3:01 am #6977saibhaidupare
ParticipantDid you talk about this question?
2. also Like to hide post name…………….yes… for details ref. attachment.
…………………….Link http://bmdpix.com/pre-wedding/
and showing only 3 images from 4 post. why other post images not reflected here.
April 14, 2015 at 4:30 am #6979Remove the
title=""– login FTP, find: themes/aside/functions/pagebuilder/modules/slider.php
– find line 109:
<li><a href="<?php echo get_permalink($slider->ID); ?>" title="<?php echo get_the_title($slider->ID); ?>"><img src="<?php echo $thumbnail_url[0]; ?>" title="<?php echo get_the_title($slider->ID); ?>"></a></li>update to:
<li><img src="<?php echo $thumbnail_url[0]; ?>"></li>April 14, 2015 at 4:52 am #6981saibhaidupare
Participanttitle problem solved
thnx..please provide solution for 4th images from 4th post which is not reflected in full screen slider. only 3 images repeated continuously
April 14, 2015 at 9:05 am #6984The slide module can’t be filled fullscreen. Try to use template: https://www.dropbox.com/s/ugcikf86sjru1ig/QQ20150414-3.jpg?dl=0
April 14, 2015 at 9:17 am #6985saibhaidupare
Participantk got ur point but check link again because post name showing right side corner of the image which one i want to remove.
April 14, 2015 at 1:29 pm #69921. you could remvoe the title by the custom css:
Please login wp-admin, go to Aside / General Settings / Custom Css
Paste the style code to Custom Css:.galleria-info-text, .galleria-image-nav, .galleria-counter {display: none;}2. you could remove the link by changing the php file:
Plz find the ../template/page-portfolio.php, find line 52, remove the code marked in red line: https://www.dropbox.com/s/n3jagoaz72eeft9/QQ20150414-4.jpg?dl=0
-
AuthorPosts
- You must be logged in to reply to this topic.
