Forum Replies Created
-
in reply to: Header not responsive in browser
Hello,
Please add these lines into your custom css box for the header:
@media (max-width: 979px){ .header_page { height: 255px !important; } }Can you explain better on the second request? It is not recommended to edit the php files as it will prevent you from taking future updates.
Best regards!
in reply to: Trouble with eye catching innovativeHello,
Sorry for the late reply. Please make sure you have chosen “FullScreen Innovative”, Blog Style in Blog Config. I can’t access your site, it says ‘Requested URL not found’.
Also, please go to file: includes\view\blog\loop-fullscreen.php, find this line:
<article id="post-<?php echo the_ID(); ?>" <?php echo post_class('fullscreen-blog-article section'); ?> style="background-image:url('<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), '', 'url') ?>');">and replace with this:
<article id="post-<?php echo the_ID(); ?>" <?php echo post_class('fullscreen-blog-article section'); ?> style="background-image:url('<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'blog', 'url')) ?>');">Best regards!
-
This reply was modified 11 years, 1 month ago by
Mirela.
in reply to: Revolution Slider TransitionsHello,
You can change Revolution slider transition in General Slide Settings > Transition Duration (screenshot).
Best regards!
in reply to: FontsHello,
Do you make the change but still have the ‘Abril Fatface’ font family chosen? You may have a issue with access rights. It may be not saving your changes. Please contact your host to clarify this. Meanwhile you can add these lines into your custom css box:
h4 { font-family: roboto !important; }Let us know.
Best regards!
in reply to: Pinterest Social buttonin reply to: Team QuestionHello,
1-You can reduce image size in functions.php file. Find these lines:
add_image_size( 'staff', 400, 270, true ); add_image_size( 'staff_full', 500, 340, true );Edit the values to your need. But afterward you will have to reupload images again and install a plugin to recreate thumbnails.
2-To open social links in new tab, go to file vc_templates\staff.php and find these lines here: link. Replace with this code here: link
3- Yes, it is possible. In text editor choose the ‘text’ tab, not ‘visual’. Add html code there.
Best regards!
in reply to: Testimonials Carousal SpeedThis reply has been marked as private.in reply to: Ideal Image size for SliderHello,
1. Very large image = large file size = long loading times. Keep your images “web friendly”.
This means images that are below 1920×1200 in size, and use Photoshop’s “Save for Web” option to reduce file size as much as possible without sacrificing image quality.

2. Don’t use images larger than they need to be.
If you’re using “Auto Responsive”, and the slider is placed inside a boxed container within your site, and the slider’s width never increases larger than 1200px, your image’s original width should be no larger than 1200px.

3. Images will always scale based on the slider’s “Grid Width” and “Grid Height” ratio.

If the slider will never scale past 1200px, as shown in #2 above, here’s the mathematical equation for how images will be resized:
Image Width = Slider Width
Image Height = Grid Height * (Slider Width / Grid Width)Based on the above equation, if your slider’s actual width is 1200px (the width of the slider when displayed on your web page), with an image size of 1000×500, and a “Grid Width” and “Grid Height” of 1000×500, the image would be resized to 1200×600.
A common question once images are resized is: “Why are my images being cropped and some portions of the image can’t be seen?” The answer is based on the math equation above. Unless the image’s original size is equal the the slider’s “Grid Width” and “Grid Height”, the image will need to be stretched and cropped. To avoid this, set your slider’s “Grid Width” and “Grid Height” to equal the exact size of your image’s original size.
Best regards!
-
This reply was modified 11 years, 2 months ago by
Mirela.
in reply to: Opacity of Prev/Next-Hover in Single PortfolioHello,
Please add these lines into your custom css box:
flex-direction-nav { opacity: 1; }Best regards!
in reply to: Portfolio Item Header ProblemHello,
Please add these lines into your custom css box:
.single-portfolio .header_page, .header_page { height: 100px; } .single-portfolio .header_page.normal h1 { padding-top: 46px; }Best regards!
in reply to: hyperlink for mediaHello,
1- Please go to file: specular\includes\core\codeless_elements.php and find these lines: https://www.codeshare.io/DYpOX
In line 182 add this code:array ( 'admin_label' => false, 'heading' => 'Link', 'description' => '', 'param_name' => 'link', 'type' => 'textfield', 'value' => '#', ),Save file!
2- Go to file specular\vc_templates\media.php and replace all with this code: https://www.codeshare.io/Z0W0P
Save file!
Now go to your admin board, add a media element to page with vc and enjoy.Best regards!
in reply to: Testimonials Carousal SpeedHello,
Please add these lines into your custom css box:
.testimonial_carousel { height: 208px !important; }Let us know.
Best regards!
in reply to: Social Shares on PostsHello,
Please edit the file: specular/includes/view/blog/loop-index.php, find the line:
<div class="share_link"><a href="#"><i class="steadysets-icon-share"></i></a></div>and replace with:
<div class="share_link"><a href="javascript:void(0)"><i class="steadysets-icon-share"></i></a></div>Also, in the same file: specular\includes\view\blog\loop-index.php
Replace the line:
$tumblr_shares = '<a href="https://www.tumblr.com/share/link?url='.esc_url(get_permalink()).'&name='.get_the_title().'&description='.get_the_content().'" target="_blank">';
with this one:$tumblr_shares = '<a href="https://www.tumblr.com/share/link?url='.esc_url(get_permalink()).'&name='.get_the_title().'&description='.str_replace('"',"'",get_the_content()).'" target="_blank">';It’s repeated twice on the file.
Best regards!
in reply to: Social Media Linksin reply to: FontsHello,
You can change font type in General Options > Typography Options. What browser(version) are you using? Some old versions, do not support some font types. Please make sure you have the latest version of browser and the theme.
Best regards!
-
This reply was modified 11 years, 1 month ago by


