Forum Replies Created
-
Hello,
The facebook share is controlled by the facebook API. This has changed from sometime and caused the changes in the share features.
I am glad you found your solution.Best regards!
in reply to: Linking service iconsHello,
Please go to file vc_templates/services_medium.php and find this line:
$output .= '<div class="icon_wrapper" style="'.$extra_st.'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></div>';Replace with this:
$output .= '<div class="icon_wrapper" style="'.$extra_st.'"><a href="'.esc_url($data['link']).'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></a></div>';Let us know.
Best regards!
in reply to: left menu towerHello,
You can reduce the menu items padding/margin to restrict the space they take. Go to General Options > Header Options > Menu Options > Menu Items padding/margin. Or reduce it using custom css. Add the code into your custom css box.
If you send us your site’s url, we can give it a closer look.Best regards!
in reply to: Trouble with InstallationHello,
These are server errors. Please make sure to have a stable and continued connection with your server first. Check your internet connection or ask for the hosting provider to check on it.
Let us know.Best regards!
Hello,
Sorry but this is a customization not included in support service. I would recommend you to read this article, for a better insight on the matter.
Best regards!
in reply to: icon not appearHello,
Please make sure you have all necessary access rights on theme files. Do you have any redirect rules set up for the site? Ask your host about it if not sure.
Can you send us some ftp credentials too? We need to check the files.
Let us know.Best regards!
in reply to: Menu overlayThis reply has been marked as private.in reply to: Non-responsible "Alternate" blog layout?Hello,
I fixed it. Please check your site.
Best regards!
in reply to: Dropdown menu highlight text colorHello,
The sub-menu high-light color is the main color of theme. To change it you have to use custom css. Add this code into your custom css box:
nav .menu li ul.sub-menu li a:hover { color: #312e31 !important; }Change the color to your wish.
Best regards!
in reply to: Instagram FeedHello,
This is due to the recent Instagram API changes after June 1st. I can suggest you install a plugin such as “Instagram Feed“.
Best regards!
in reply to: Change Codeless Slider Content Title to instead ofHello,
The Codeless slider title is already a H1, see screenshot. However, you can change it at file \includes\codeless-slider\codeless_slider.php. Find this line:
$output .= '<h1 class="animated with_animation" data-maxfont="'.esc_attr($cl_redata['slide_title_style']['font-size']).'" data-animation="'.esc_attr($cl_redata['slide_title_animation']).'" style="'.$title_style.'">'.$cl_redata['slide_title'].'</h1>';Best regards!
in reply to: Opening portfolio items only on nameHello,
@betulgurcan,
Can you give more details? Did you try the edit above? What portfolio are you using?Best regards!
in reply to: One Page and SectionsHello,
Sorry for the late reply.
No, sorry there isn’t another way around for this. Actually this is already a workaround as this is not the default one page structure and yet, you are able to use both versions.
The menu items are all in orange color because that’s the color you set up for the active links. And since all tabs are pointing to the page that is currently active (if the One page feature was active, this would not happen), then all will be ‘active‘.I see you have enabled already the One page, screenshot.
Let us know if you need further help.Best regards!
in reply to: Page Title Animation Issues on IOSHello,
Sorry for the late reply.
Please refer to this topic regarding the page header title animation.-Please send us your site’s url. So we can check the padding closely.
Read this article for more information.
Note: To send a private reply, just check the “Set as private reply” check box below. To send screenshots, use an online image sharing.
Examples: https://share.pho.to/
https://postimage.org/Best regards!
in reply to: Non-responsible "Alternate" blog layout?Hello,
Hmm..that’s strange. There was nothing there when i first checked it. Did you add it later? Anyway, you have pasted it wrong. See screenshot: https://pho.to/Ac4SL
There is an error in it making the css not give the right effect in the site. I edited it out now.Please check you site and let us know.
Best regards!