Forum Replies Created
-
in reply to: Portfolio Category Icons
Hello,
The portfolio categories are generated from a cycle so it is impossible to add different icons on top of them. So you can only edit the includes\view\portfolio\loop-grid.php file to add the same icon (gets generated in the cycle together with categories) or add different ones with css.
Sorry but this is a customization not included in theme support so this is all i can help.
-What do you mean by center categories? Show them in a drop down or just diminish the width? The first option requires code editing, while the second you can do it with some css.Best regards!
Hello,
I already replied to all your topics. We need your wp credentials in order to give a closer look at what has not been properly configured in your site.
Please open one ticket per issue. Writing plenty of topics for the same problem will only overload forum needlessly and make it an unpleasant searching experience for other forum visitors.Note: We reply to topics according to their arrival time. The oldest first. Our working hours are from Monday to Friday 9:00-17:00, please consider time zone differences.
Please have patience as we are trying our best to respond to all our customers asap.
Read more about our Support Policy.Best regards!
Hello,
Are you perhaps using a child theme? Because if it is so, you need to switch to parent theme for any plugin install/update. Also check that you have installed theme in the proper way. If the url is different from the one requested while calling plugins installation folders, the install process will have issues.
These plugins have no issue. Please send us your wp credentials in a private reply. So we can check.Best regards!
in reply to: Visual ComposerHello,
Glad to know it’s set up now. Let us know for anything.
Best regards!
in reply to: Overlay Menu items positionHello,
I don’t understand your issue. I checked every page but the menu displays the same in all of them. The only difference is that due to the transparency of menu background and depending on the page’s background color, the menu seems brighter at page’s with white background and darker at the opposite.
let us know if we misunderstood your issue.Best regards!
in reply to: StaffHello,
Sorry for the late reply.
I just checked and the staff element has no issue. The problem is that you are trying to display them in a page that is not in the site’s original language.
You have to assign only the english staff to a english page and Spanish staff (staff created in spanish version of site) to a spanish page.
I made a test page to display it more clearly. Please check the elements in both english and spanish versions. The single staff vc element does display content in both versions.
Let us know.Best regards!
-
This reply was modified 10 years, 1 month ago by
Mirela.
in reply to: Portfolio Project DetailsHello,
Please go to file includes/view/portfolio/single-fullwidth.php. To remove the project details area, find these lines:
<div class="container"> <div class="row-fluid content"> <div class="span9"> <h4><?php _e('Project Description', 'codeless') ?></h4> <?php the_content(); ?> </div> <div class="span3"> <h4><?php _e('Project Details', 'codeless') ?></h4> <ul class="info"> <?php if(!empty($cl_redata['single_portfolio_custom_params']) ): for($i = 0; $i < count($cl_redata['single_portfolio_custom_params']); $i++): ?> <?php if(isset($cl_redata['single_portfolio_custom_fields'][$i]) && !empty($cl_redata['single_portfolio_custom_fields'][$i]) ): ?> <li><span class="title"><?php echo esc_attr($cl_redata['single_portfolio_custom_params'][$i]) ?></span><span><?php echo esc_attr($cl_redata['single_portfolio_custom_fields'][$i]) ?></span></li> <?php endif; ?> <?php endfor; endif; ?> <?php if($cl_redata['portfolio_post_like']): ?> <li class="post-like"><?php echo getPostLikeLink( get_the_ID() ); ?></li> <?php endif; ?> </ul> </div> </div>Replace with these:
<div class="container"> <div class="row-fluid content"> <div class="span12"> <h4><?php _e('Project Description', 'codeless') ?></h4> <?php the_content(); ?> </div> <!--<div class="span3"> <h4><?php _e('Project Details', 'codeless') ?></h4> <ul class="info"> <?php if(!empty($cl_redata['single_portfolio_custom_params']) ): for($i = 0; $i < count($cl_redata['single_portfolio_custom_params']); $i++): ?> <?php if(isset($cl_redata['single_portfolio_custom_fields'][$i]) && !empty($cl_redata['single_portfolio_custom_fields'][$i]) ): ?> <li><span class="title"><?php echo esc_attr($cl_redata['single_portfolio_custom_params'][$i]) ?></span><span><?php echo esc_attr($cl_redata['single_portfolio_custom_fields'][$i]) ?></span></li> <?php endif; ?> <?php endfor; endif; ?> <?php if($cl_redata['portfolio_post_like']): ?> <li class="post-like"><?php echo getPostLikeLink( get_the_ID() ); ?></li> <?php endif; ?> </ul> </div>--> </div>To edit the titles, in the same file, find the “Project Description” and “Project Details” and edit them.
Save changes.Best regards!
in reply to: Blog Side Bar disorderedHello,
@gigi5028,
Please go to file js/main.js and find this line:
linkElement : 'a:not([target="_blank"]):not([href^=#]):not(.lightbox-gallery):not(.zoom):not(.prettyphoto)'
Replace with this:
linkElement : 'a:not([target="_blank"]):not([href^="#"]):not(.lightbox-gallery):not(.zoom):not(.prettyphoto)'
Also add this code into your custom css box:aside#widgetarea-sidebar { width: 25% !important; margin-left: 0 !important; }Note: You have a very old theme version. It is recommended to keep theme and plugins up to date. Make sure to save backups of the files in case you have made direct changes to theme files.
@robfields67,
I see the sidebar is displayed correctly. What do you need to change here? Let us know.Best regards!
in reply to: Responsive IssuesHello,
Please make sure you have enabled the responsive mode in General Options > Responsive Layout. If the situation does not change, please send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: Tower – Revolution Slider and Demo DataHello,
You do not need to have Revolution slider installed and activated in order to use theme. WP Bakery plugin and Visual Composer are the same thing. This plugin as well as Revolution slider and Layer slider are included in theme package so you do not need a licence number to activate them.
You must have made some mistake while installing theme at first place. Please send us your wp credentials in a private reply. So we can check and fix it.Best regards!
in reply to: Responsive IssuesHello,
Yes, please add this code into your custom css box:
@media (max-width: 480px){ .mobile_small_menu { color: #209DD8 !important;} }Edit the color to your wish.
Best regards!
in reply to: Big Problem with Safari BrowserHello,
Can you please be more specific? I opened your site in iphone but the scrolling had no problems.
Best regards!
in reply to: Social Media Share CountHello,
Sorry but this requires code editing which is not included in theme support service. You can hire a developer to do it for you.
Best regards!
in reply to: ALT Tags Removed on Featured ImagesHello,
Please see screenshot: https://pho.to/A7pQZ for more explanations.
Theme is already SEO optimized and you can also install any SEO plugin to enhance it.Best regards!
in reply to: finishing issuesHello,
I don’t know how much squared they were but i believe it is because of the code added for this other topic of yours.
Best regards!
-
This reply was modified 10 years, 1 month ago by