-
-
Hi I have a few issues that I need a hand with!
1. quote carousel
I need to change how long a quote is shown for. Currently goes through the quote way too fast to read.
2. Portfolio
2a. Make portfolio images clickable – at the moment you have to click the text underneath the image to go to the portfolio item page.
2b. When clicking on a portfolio item the layout goes all funny, the pictures move around for a second before the item page loads.
3. Timeline Blog
Change size of the images used in the timeline. The images are very large on the timeline, even uploading a smaller image it will resize
4. onepage links
we have one page that I have created links in the menu to each section of the page. This does not work, when you open the page the menu thinks you are on all the sections.
-
Also I’m trying to call lightbox from a text link. I’ve tried to do this wil rel=lightbox but doesn’t work.
Example:
<a href="LINK TO IMAGE" rel="lightbox">"Some Text"</a>
Clicking the link will open the image in a lightbox?
-
This reply was modified 10 years, 1 month ago by
tompioneer.
-
This reply was modified 10 years, 1 month ago by
-
Hello,
1- For the testimonials/quotes please refer to this article;
2-Can you show us a link of your portfolio? Since there are several types of them, so i can give proper advice;
3-You can change thumbnails size at the file functions.php.
Find the line:add_image_size( 'blog', 825, 340, true );
and change the size.
Then recreate the thumbnails or re-upload the image. Please refer to this article for more information;4- Please make sure to have set the Row Settings > Type > Full Width background;
Best regards!
-
-
1. Gravity Forms
we are using Gravity Forms to intergrate forms into our website. It looks like the themes CSS is overiding the plugin style. Do you know how I can stop this?
2. Portfolio issue
The images for the portfolio do not link to the portfolio items page. For example on the homepage portfolio carousel, the images are not linked so you have to click the text under the image to get to the portfolio page. Do you know how we can make the images link?3. StickyNav
We are looking to use the stickynav option to make the header float down the page. At the moment only the menu and logo float with this option. Can we make the top widget area float with it too so the phone number and social icons are also sticky?4.Also I’m trying to call lightbox from a text link. I’ve tried to do this with
rel=lightbox
but doesn’t work.Example:
<a href="LINK TO IMAGE" rel="lightbox">"Some Text"</a>
Clicking the link will open the image in a lightbox?
See the “Double Diamond” link under professional services -
I had links to show the issues but it will not let me post them.
-
Hello,
1-Sorry we do not offer support on third party plugins. However, try to emphase the new css with
!important
in each line.2- what portfolio are you using? Send me the link so i can give the proper instructions.
3-Add this code into your custom css box:.top_nav {position: fixed;}
Please send us your credentials in a private reply, so we can check the other requests.Best regards!
-
-
Hello,
2-Please go to file \includes\view\portfolio\loop-grid.php and find this line:
<?php if($item_grid_class == 3){ ?> <img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port4', 'url')) ?>" alt="">
and replace with this:
<?php if($item_grid_class == 3){ ?> <a href="<?php echo $link ?>"><img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port4', 'url')) ?>" alt=""></a>
4-I can’t find the mentioned. Please send me the link.
Best regards!
-
Thank you for this.
4. I had to remove it from the site as it was not working. Basically all I’m trying to do is have a text link when clicked opens an imagine in lightbox
-
Hello,
Sorry that is not possible. You can try adding a plugin that does this.
Best regards!
-
You must be logged in to reply to this topic.