-
-
just purchased the theme to use the Portfolio FullWidth. Well when i installed the theme and that style of it, it looks a lot different then the demo. When trying to switch the header to Portfolio FullWidth Header like it shows in the documents, that isnt an option for me. Where is the Porfolio Fullwidth header and ow do i get this?
Also, i went to change the wording from Project Description and Project Detail in the code and this did not change the name. Our website is glpevents.com (i changed it in the editor under the areas you listed in another comment)
-
Hello,
Can you please send us some valid wp credentials in a private reply? So we can help you set up demo like the online version for you to keep on working on it.
Just to be more clear, can you post the link of the online demo you imported? So there are no misunderstanding from our part.Thanks!
-
-
Hello,
I set up a new page exactly as the demo. All you needed was to set the homepage’s layout as portfolio layout. I did not change the home page but instead i created a new page. This is it: https://www.glpevents.com/portfolio/
Assign it as your homepage in General Options > Select Homepage.
Add more portfolio items as your projects and don’t forget to assign them a category in order for them to show up in the page.1-Yes, you can add the logo. Every element in the page is a Visual Composer element. You can add/remove/edit each of them. In the new page i created for you, just delete the center “Custom heading” title (screenshot) and add the media element in it.
2-Yes, there is another portfolio style that keeps the information displayed all the time. You can try and set “Portfolio Style” to “Basic with Title and Description”. I already set this up in the page i created for you.
3-In file includes/view/portfolio/single-container.php you had only edited the first pair of these strings. There were still other strings to edit in this file. I changed them and now the single portfolio items titles are as you want them.
Please check your site. Let us know.
Best regards!
-
Thank you. There are just a couple more issues we seem to be having and can’t correct.
1. How do I remove the category from displaying under the text on the homepage for the graphics?
2. Is there a way where they just click on the photo on the front, it takes you to the page about it instead of having to click the little photo icon or the little link icon?
3. In the details page, the related events is between Events Description and Event Details. I can’t seem to figure out where to remove this. I also tried adding a widget for social media under the portfolio sidebar but it doesn’t show up.
4. On your demo, the logo is all the way in the top left and the navigation to the far right. I can’t get it to setup that way with any of the headers provided.
5. How can i choose the order of the portfolio items on the homepage? I tried doing it by publish date and didn’t seem to work.
6. On mobile, the portfolio homepage is all squeezed together now to the left instead of being centered and squared like it use to be.
Thank you
-
This reply was modified 7 years, 4 months ago by
justing30.
-
This reply was modified 7 years, 4 months ago by
-
Hello,
1-I added this code into your custom css box:
.portfolio-item.basic .show_text h6 { display: none; }
2-Yes, but for this there are some customizations needed. In file includes/view/portfolio/loop-masonry.php, also the overlay needs to be removed if you want to have the entire image as a link. do you still want it?
3-The ‘related’ is a Jetpack feature. This is a third party plugin which we do not support. I suggest you check out the plugins options to remove the related posts from single portfolio description.
4-Which demo are you referring to? Your site has the centered logo with menu below, style of header. To have the logo at top-left and menu top-right, just change your header style to simple (default).
5-You can’t by default. But you can use a plugin that does the job. Try “Post Type order” (link here). It uses the drag-and-drop technology to reorder any type of posts. It is compatible with theme.
6-Please deactivate all third party plugins and refresh page. Let us know if the situation persists.
Best regards!
-
Thank you. So I dont want the hover option. I just want it how it is now but you can just click the picture or heading (event date) and it takes you to the page.
When i try to change the header to Simple, its all just centered. The logo is on the left but not the far left and the navigation is centered also, not the far right like in the Tower Fullwidth Portfolio Grid demo.
I deactivated all plugins and the mobile still lo
oks horrible. This is how it looks. Its all squished to the left of the screen
https://www.glpevents.com/wp-content/uploads/2018/03/image1.png
Lastly, why is there such a large gap on the homepage between the header and where the portfolio part starts?
Thanks
-
Hello,
2-Good, i edited the file includes/view/portfolio/loop-masonry.php. I edited this block:
<div class="he-wrap tpl2"> <img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port3', 'url')) ?>" alt=""></a> <div class="overlay he-view"> <div class="bg a0" data-animate="fadeIn"> <div class="center-bar v1"> <a href="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), array("width"=> 1200, "height" => 1200), "url")) ?>" class="link a2 lightbox-gallery lightbox" data-animate="fadeInRight"><i class="moon-search-3"></i></a></a> <a href="<?php echo $link ?>" class="link a1" data-animate="fadeInLeft"><i class="moon-link-4"></i></a></a> </div> </div> </div> </div>
To this:
<div class="he-wrap tpl2"> <a href="<?php echo $link ?>"> <img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port3', 'url')) ?>" alt=""></a> <!-- <div class="overlay he-view"> <div class="bg a0" data-animate="fadeIn"> <div class="center-bar v1"> <a href="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), array("width"=> 1200, "height" => 1200), "url")) ?>" class="link a2 lightbox-gallery lightbox" data-animate="fadeInRight"><i class="moon-search-3"></i></a></a> <a href="<?php echo $link ?>" class="link a1" data-animate="fadeInLeft"><i class="moon-link-4"></i></a></a> </div> </div> </div> --> </div>
Please check your page.
4-That’s because you have the layout of the site in a content. Not fullwidth. So the logo and menu will also be inside the content box. Making it look as if it’s centered. To remove this, i checked the checkbox in General Options > Header Options > Remove container from header.
6-I fixed it. I added this code into your custom css box:
@media(max-width: 480px){ .four-cols .portfolio-item.basic { width: 100% !important; min-height: 300px !important; } }
And removed the
!important
from this line:.four-cols .portfolio-item.basic{ width:24%; }
in file style.css. Please clear cache and refresh page.
Best regards!
-
Thank you. Just the last couple things that don’t seem to be working correctly. So I added so many portfolio listings on the homepage that their is a second page. I can’t click over to the second page, it jsut refreshes back to the top. Is there a way to make them all just fit onto the homepage so I don’t need a second page?
Also, how do I get rid of this big gap? Ive attached a screenshot.
https://www.glpevents.com/wp-content/uploads/2018/03/sdfasdfasdfasdf.pngThanks
-
Hello,
-To show all portfolio items in one page, i applied the changes suggested in this article: https://support.codeless.co/?ht_kb=display-all-portfolio-items-in-one-page
-To remove the space on top of portfolio in home page, i added this css into your custom css box in General Options:
.wpb_row.standard_section { margin-bottom: 0 !important; }
Also i reduced the padding between menu items in Header Options > Menu Options > Menu Items padding, in order for the menu to fit the header width and not scroll down.
Best regards!
-
You must be logged in to reply to this topic.