Forum Replies Created
-
in reply to: Social Icons
Hello,
First activate Top Widgetized Area here. Insert the social icons as widgets in Appearance > Widgets > Top Header Left (screenshot)
Best regards!
in reply to: Missing iconsHello,
@shanedurrant,
I was able to look through your site, from previous credentials you gave us, and i was able to see icon option (screenshot). Maybe the page didn’t load completely when you had this problem.
Let us know for everything.Best regards!
in reply to: featured imageHello,
Please send us your wp credentials in a private reply. So we can give a closer look.
Best regards!
in reply to: Siderbar and Header BG Not WorkingHello,
You can send your credentials here. Just set the reply as private. It will be visible only to you and support admins. Or just send an email at [email protected]
Best regards!
in reply to: Cannot modify header information errorThis reply has been marked as private.in reply to: Home page slider and menu not workingHello,
The home slider was calling a slider that did not exist. I created it, with the required slug and now it’s ok. You had chosen the light version of style 1, for header. I changed that too, in Page Options & Styles (screenshot). It all look ok now.
Best regards!
in reply to: Social shareHello,
Please send us your ftp credentials as well. So we can fix it for you.
Best regards!
in reply to: Button Rollover OptionsHello,
This is a screenshot of ‘Call-to-action’ settings. You can set the icon here. The screenshot in the previous reply, it’s of the “Button” element. Are you using this, or the “Button 2”? You can use also many button shortcodes to fit your needs. Find some examples here.
Best regards!
Hello,
This is strange. We have tested it many times. Kindly send us your wp credentials in a private reply, so we can give a closer look.
Best regards!
Hello,
Yes, you can do it from child theme. Just add the code above into your child theme’s functions.php file.
Best regards!
in reply to: featured imageHello,
1- I can’t see any content on your site.
The images have that size because the layout is with 3 columns.
I thought you wanted to change the image size for products (woocommerce).
If you are talking about the portfolio images, it’s the same logic, the images are cropped, you must ad them with the same aspect ratio as the feature image. Also you can change the images size at functions.php.add_image_size( 'port3', 600, 600, true ); add_image_size( 'port3_grayscale', 627, 470, true ); add_image_size( 'port2', 460, 275, true ); add_image_size( 'port2_grayscale', 940, 470, true ); add_image_size( 'port4', 600, 600, true );
After doing that, you must recreate the thumbnails or re-upload the images.
2- To make the header transparent, please check the transparency option in Header Options > Background screenshot. That way the background image will be the same as in demo.Best regards!
in reply to: Revolution slider in portfolioheaderHello,
Sorry for the inconvenience. It is not possible to add slider in single portfolio items. We will take note to add this in the next update.
Best regards!
in reply to: Cannot modify header information errorHello,
Please edit that file and check if the php end tag is at the bottom of it. If it is not than add it (
?>
).
At the bottom even if you don’t see them with a naked eye doesn’t mean there are not there, so I would suggest to place the cursor at the end of the last character of your script, press the delete button and keep it pressed for a good 10 to 20 seconds to make sure that no white spaces are left.
And at the top make sure that the very first line is not a white space either.
If still no luck, please send us your ftp credentials so we can fix it for you.
Best regards!
-
This reply was modified 11 years, 3 months ago by
Ruco.
in reply to: Specular Header for Blog PostsHello,
You can set a featured image to posts header. See screenshot. It will result to this: https://codeless.co/specular/default/?p=451 Sorry for the inconvenience, we will check the slider on posts and fix in the next update.
Best regards!
in reply to: Media in footerHello,
Yes, it is possible. Please add these lines into your custom css box:
footer#footer .inner { background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-position: left top; background-image: url('https://104.131.255.213/specular/default/wp-content/uploads/2014/05/about3.jpg'); }Change the image url to your need.
Best regards!
-
This reply was modified 11 years, 3 months ago by