Forum Replies Created
-
in reply to: [PORTFOLIO] – edit portfolio fields
Hello,
There is where you should do the customization. Send me your wp credentials in a private reply, and the fields you need to have and i’ll do it for you.
Best regards!
in reply to: Decrease space below menuHello,
Can i please see a link where is this running?
Best regards!
Hello,
I already changed this before.. Did you made any other changes to it? However, please add these lines into your custom css box:
@media (max-width: 480px){ #logo { left: -75px !important;} }This is the result.
Best regards!
in reply to: How to prevent staff featured image to be resizedHello,
Please upload images of a bigger size. They may be too small for the new size proportions.
Let us know.Best regards!
in reply to: Create a 5 column rowHello,
The row does not have a default 1/5 column division. A workaround is to use two rows. Set first row in 1/6 + 4/6 + 1/6 columns and add the secont row inside the 4/6 column. Separate the second row in 1/3 + 1/3 + 1/3. Add the elements you want to use,inside these columns.
Options Screenshot & Result ScreenshotBest regards!
in reply to: Reorder Portfolioin reply to: Codeless slider fontHello,
Can you please send us a link where is this running?
Best regards!
in reply to: WordPress Multisite vs SpecularHello,
Did you purchase only one license for the theme? You can’t use one theme license in more than one website. For more info pleas read the license agreement https://themeforest.net/licenses/terms/regular
Best regards!
in reply to: [PORTFOLIO] – edit portfolio fieldsHello,
No need to edit theme files. Please go to General Options > Portfolio Config to add/ edit/ delete all portfolio Custom fields.
Best regards!
in reply to: Specular Agency header menu problemHello,
It doesn’t look cream from here, however you can always edit it via css. Add this code into your custom css box:
.header_1 header#header { background-color: #FFFFFF !important; }The place to change it is Specular > Header Options > Background. Maybe you should just refresh page, or clear cache.
Best regards!
in reply to: Not all portfolio items are showing upHello,
Please go to file includes\core\codeless_routing.php and find these lines:
switch($cl_redata['portfolio_columns']){ case '1': $p_per_page = 3; break; case '2': $p_per_page = 6; break; case '3': $p_per_page = 9; break; case '4': $p_per_page = 12; break; case '5': $p_per_page = 10; break;Based on the number of rows you have, edit the number of items to display. Set the value to ‘-1’, to display them all. In your case you need to edit case ‘3’, to this:
case '3': $p_per_page = -1; break;It will display all items in portfolio page.
Best regards!
in reply to: Dynamic_Content_Link New TabHello,
Please go to file vc_templates/services_large.php and find this line:
$output .= '<h4><a href="'.esc_url($data['link']).'">'.esc_html($title).'</a></h4>';
Replace with this:
$output .= '<h4><a target="_blank" href="'.esc_url($data['link']).'">'.esc_html($title).'</a></h4>';Best regards!
in reply to: Do not use burger style responsive menuHello,
Sorry but this is a customization not covered by this support. Please read our support policy.
Best regards!
in reply to: Do not use burger style responsive menuHello,
Can you please be more specific? The burger menu already does that. It is a dropdown menu that covers the width of the header.
Please send us a screenshot so we can understand better.Best regards!
in reply to: Pagespeed – To much css & Java