Forum Replies Created
-
in reply to: Portfolio Categories do not display images
Hello,
Can you please send us your wp credentials in a private reply? So we can give a closer look.
Best regards!
in reply to: editing the single portfolioHello,
You don’t need to edit theme files. Please add these lines into your custom css box:
.description { display: none; } .single_portfolio_container .details { display: none; }Best regards!
in reply to: Change title heading colorHello,
Can you please send us the url, where is this running? So we can give precise advice.
Best regards!
in reply to: Image Sizes?Hello,
I edited only the ticket above.
If you are using portfolio with two colums, edit:add_image_size( 'port2', 825, 340, true );
If you are using portfolio 3 columns with grayscale, edit this:add_image_size( 'port3_grayscale', 627, 470, true );..so on if you’ll use other portfolio types and want to change the image size.Best regards!
in reply to: How can I remove this text?Hello,
To remove just “You are here:”, add these lines into your custom css box:
.page_parents li:first-child { display: none; }To remove All breadcrumbs, add these:
.breadcrumbss { display: none; }Best regards!
in reply to: How can I change the color in this area?Hello,
Please add these lines into your custom css box:
.slider#slider-fixed { background: #fff; }Change the color to your need.
Best regards!
in reply to: Top Header widthHello,
Please add these lines into your custom css box:
.top_nav .pull-left { width: 720px !important; }Then add the third number besides the two existing. Increase a little the width value if needed.
Best regards!
in reply to: Change Logo ClickthroughHello,
Please go to file functions-specular.php and find this line:
$logo = "<a href='".esc_url(home_url('/'))."'>".$logo.$logo_light."</a>";Replace with this:
$logo = "<a href='https://www.google.com'>".$logo.$logo_light."</a>";
Edit the ‘www.google.com’ with your url.Best regards!
-
This reply was modified 11 years, 2 months ago by
Mirela.
in reply to: How to remove this text?Hello,
Please go to Page Header Options, and turn off “Subtitle for this page ?”(screenshot) .
Best regards!
in reply to: portfolio: order of itemsHello,
For the type of portfolio you have in page ‘pers and partners’ You need to add this line :
add_image_size( 'port3_overlayed', 460, 275, true );Change the values if you want. Next step, upload images again. Also install a plugin to regenerate thumbnails into the new dimensions.Best regards!
in reply to: Change title heading colorHello,
You should set the font color for the heading element, not the column. You can do it via css. Add the code (ex:
h2 { color: #fff; }) in your custom css box or create a new css class and assign it to the column in Column Settings > General > Extra Class Name.Best regards!
in reply to: Image Sizes?Hello,
I am very sorry, there was a speedy mistake. I edited it now. Please change (or add if missing) the respective line in functions.php for the type of portfolio you need to use.
Best regards!
in reply to: Product SliderHello,
We have tested it on our side and it works very well. Can you please send us your site’s wp credentials so we can check?
Best regards!
in reply to: ORDER PORTFOLIOHello,
You can arrange portfolio categories from the moment you choose which to show in page. Select them in the order you want to display. As for the portfolio items are automatically ordered according to the time of create. You can use any portfolio, custom order plugin to change it.
Best regards!
in reply to: TIME TESTIMONIAL CAROUSEL -
This reply was modified 11 years, 2 months ago by