Forum Replies Created
-
in reply to: Reorder Portfolio
Hello,
Sorry for the late reply.
You can order portfolio items by changing their creation date time. Or install any custom post order plugin.Best regards!
in reply to: portfolio, pages and posts issuesHello,
Sorry for the late reply.
This is a workaround and i thank you for sharing it. But you do not need to edit theme files for this.
Just add as many field boxes as there are custom fields. Fill in with information the ones that do have information and leave the others empty. When you save & refresh, indeed the empty ones will be gone, but the remaining will be paired to their respective titles.
Let us know.Best regards!
in reply to: Product page not found 404Hello,
Sorry for the late reply.
I am glad to see you worked it out. Let us know if you need further support.Best regards!
in reply to: Bad image sizes in search resultsHello,
That is not an issue. You must have selected the normal blog layout. Try changing it to masonry style and the search layout will change as well.
Best regards!
in reply to: Title Headings // linksHello,
Sorry but that is not possible.
Best regards!
Hello,
Sorry for the late reply.
I edited the code to this:@media (max-width: 480px){ #logo img {left: -75px !important;} }It’s ok now. Please check your site.
Best regards!
in reply to: Main Navigation Remove Border, Team box adjustmentsHello,
Sorry for the late reply.
The email in Contact page list, is not possible to be turned into a mailto link.
The edit you made in the staff.php file allows you to get more text than before. It does not change the block size.
Add this code into your custom css box, to make the staff boxes the same height:
.single_staff .content { height: 250px !important;}
And as for the email in staff content, go to file staff.php and find this line:
$output .= '<p>'.codeless_text_limit(get_the_excerpt(), 500).'</p>';
Replace it with this:
$output .= '<p>'.codeless_text_limit(get_the_content(), 500).'</p>';
Then you you should just make email link in the text editor.
example:<a href="mailto:[email protected]">[email protected]</a>Best regards!
in reply to: Accordion custom colorHello,
Sorry for the late reply.
Please edit the code above to this:
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading { background-color: #97E08B !important;}
If still no luck, send us your wp credentials in a private reply and we’ll do it for you.Best regards!
in reply to: Twitter widget no longer updatingHello,
Sorry for the late reply.
We have tested the Twitter and it does not have any issue. Did you add any additional code for it? Or installed any plugin that could affect it? You have some errors, please see screenshot.
I have notised your menu is not properly aligned. If you want to fix it, you can add this code into your custom css box:nav .menu { margin-top: -40px; }Let us know.
Best regards!
-
This reply was modified 10 years, 9 months ago by
Mirela. Reason: twitter, api
Hello,
Glad to know it’s ok now.
Best regards!
in reply to: Aligning Content vertical alignmemtHello,
Sorry for the late reply.
That is not possible to achieve with css only. You need to break the sentence with<br>tags and them set an align css property to it.Best regards!
in reply to: Sticky navHello,
Sorry for the late rpely.
I added this code:.block_title.section_title:first-child h1 { margin-top: 150px !important; }into your custom css box.
Let us know if you need further help.Best regards!
in reply to: one page menuHello,
Sorry for the late reply.
I am very glad to know you solved your issue.
Let us know if you need further help.Best regards!
in reply to: Various Problems with the Header PhotosThis reply has been marked as private.in reply to: icons are not showingHello,
We have tested it and the icons in these services do not have any problem displaying. Please make sure you have selected the icon first.
Send us your wp credentials in a private reply, if the issue persists.Best regards!
-
This reply was modified 10 years, 9 months ago by