Forum Replies Created
-
in reply to: footer coming up and not fixed to bottom
Hello,
This happens because the page does not have many elements and the minimum height of the content is smaller than the desktop screen.
Try adding this code into your custom css box:#content { min-height: 700px !important; }Let us know how it goes.
Best regards!
in reply to: footer menu issuesHello,
That happens due to the lack of space. Add this code into your custom css box:
footer#footer .inner .row-fluid.ff .span12:first-child:last-child { width: 400px !important; }Best regards!
in reply to: portfolio items disappearedHello,
Let us know if you need further help.
Best regards!
in reply to: Paid Support & Header ImageHello,
I am checking the “About Us” page for the page header image. Did you not had a simple image here? I did not see any slider the last time. However, the image you have imported is 955x350px, while the site’s layout is fullwidth. This means the page header image will stretch or repeat itself in order to fill in the entire header width, which is wider than the image width.
I suggest you try uploading a higher resolution image. Theme’s default images are of at least 2500x1666px.
Let us know.Best regards!
in reply to: portrait mode on mobile issuesHello,
This happens because these are different elements (services and buttons). So when in mobile the elements will flow one after another in the order that you have set them. You have three services in a row and then three buttons in the next row. Normally the buttons will follow the services.
This is not possible to change using custom css. You have to find another structure with the visual composer elements to create this.
Lt us know.Best regards!
in reply to: 3d quality of banner not workingHello,
That’s the header’s shadow. This is a style available only for desktop layout.
Best regards!
in reply to: where can i find meta tags in the wordpress site?Hello,
There are no meta tags present in theme’s header.php file except for the default viewport and charset. Perhaps this article can help you more.
https://codex.wordpress.org/Meta_Tags_in_WordPress
Best regards!
-
This reply was modified 9 years, 4 months ago by
Mirela.
in reply to: Specular portfolio gallery images from ftp uploadHello,
The upload directory is a wordpress default directory. Therefore is a wordpress process. However, when you upload an image via “Media” in wordpress dashboard, it under goes many cropping and editing. So all possible media formats will be created (desktop, tablet, mobile). Other image processing is the cropping made to images in order to fit the rules set up by theme code for the posts image format; portfolio featured images formats etc.
I strongly recommend you to not skip all this and upload images using “Media > Upload” option instead.
Best regards!
in reply to: Top Nav Bar Not Displaying under 768pxHello,
The mobile screen width is limited and that is why by default the top header is not displayed when the page reaches t=mobile width size. If you must have it then you will have to add some custom css.
Add this code into your Custom Css box (in General Options):@media (max-width: 767px){ .top_nav { display: block; width: 73% !important; }}Result screenshot: https://pho.to/AcOac
Let us know.Best regards!
Hello,
The sliders arrows do not have any issue on chrome. Please see this screen recording of your site: https://jmp.sh/12fMlRw
Let us know.
Best regards!
in reply to: centering issuesHello,
Access theme files using a ftp connection or cpanel. Then follow this path to the file: wp-content/themes/specular/css/bootstrap-responsive.css
Ask you host provider to help with the ftp connection or cpanel credentials.Best regards!
in reply to: Opening portfolio items only on nameHello,
@betulgurcan,
You have the same portfolio style as the example above. Read carefully and follow the same instructions as stated above.Best regards!
in reply to: Footer changes & Share itemsHello,
1-By default you should put a simple menu in your footer. You are adding a long mega-menu. This will break the footer styling. To change the default style, you need to add custom css:
footer#footer .inner .row-fluid.ff .span12:first-child:last-child { width: 635px !important; left: 0 !important; margin-left: 20% !important; } footer#footer .inner .row-fluid.ff .span12:first-child:last-child .widget { text-align: inherit !important; }2-You can edit share socials in file: \includes\view\blog\loop-index.php
3-To hide the comments in posts, add this code into your custom css box:
#comments { display: none;}
To hide the “Leave reply” section, add this code:
div#respond { display: none;}Let us know.
Best regards!
in reply to: Specular Theme don't change correctly languageHello,
I understand that you are experiencing a redirection problem on the homepage of one of your languages. I will need you to perform the following steps:
1. Can you please confirm that this behavior still occurs when you have only WPML plugins active in your theme?
2 Can you confirm that this problem still happens when you have only WPML plugins active and you change your theme temporarily to Twenty Fourteen?
3. If you find that the problem is not present when other third party plugins are turned off – please then turn on the wpml plugins one-by-one until you find which plugin is causing the conflict.
Let us know how it goes. Thanks for your collaboration.
Best regards!
in reply to: Paid Support & Header ImageHello,
Please go to the page’s General Settings > Page header Options > Page header background, Set the background-size option to “Cover“.
Let us know.
We are making some changes to the support forum server and will update all support statuses soon. In the mean time you can freely post your questions and we will try to assist asap.Best regards!
-
This reply was modified 9 years, 4 months ago by
Mirela.
-
This reply was modified 9 years, 4 months ago by