Forum Replies Created
-
in reply to: Second Menu
Hello,
Sorry for the inconvenience. This feature is not possible for now. We will consider to add it in later updates.
Best regards!
in reply to: Image Sizes?Hello,
You can change it at functions.php
add_image_size( 'port3', 825, 340, true );
Then re-upload the image.Best regards!
-
This reply was modified 11 years, 2 months ago by
Mirela.
Hello,
I was able to import Business dummy data with no avail. (screenshot). You can continue with further customization.
Best regards!
in reply to: social media in footerHello,
Just go to Appearance > Widgets and add ‘Specular Social Widget’.
Best regards!
in reply to: Problems with one page menuHello,
Please update theme to it’s latest version (1.2.8) This issue is fixed there.
Best regards!
in reply to: Order of Portfolio CategoriesHello,
You can manage category sorting in Portfolio Options (screenshot). Order them as you like by choosing the categories to show in the same order.
Best regards!
-
This reply was modified 11 years, 2 months ago by
Mirela.
in reply to: Second MenuHello,
Sorry i don’t understand your issue. Can you be more precise? We can help you achieve what you need.
Best regards!
in reply to: Cannot get the Real Estate Theme Installed CorrectlyHello,
I have responded you here: https://support.codeless.co/?topic=help-with-page-import/#post-2646. I already removed unnecessary items from the menu you have chosen as main menu.
Best regards!
in reply to: Help with page importHello,
@dhmh624,
You have imported several times dummy data that’s why you have multiple pages in menu. Set up menu in Appearance > Menus. Remove unnecessary items and add the one’s you need. Also set home page in Settings > Reading. Remove also all duplicate pages and the ones you do not need. It will improve site’s performance.Best regards!
in reply to: picturesHello,
You should edit image after importing it into text editor. Set the image size you need there. Screenshot1 & screenshot2.
Best regards!
Hello,
This is mostly a host issue. Please make sure you have enough memory and execution time limit. Contact your host about it. Or send us your credentials in a private reply so we can check.
Best regards!
in reply to: Fontcolor of the linked wordsHello,
Sorry for the late response.
To change link color please add these lines into your custom css box:a { color:#666;}
Change the color to your need.Best regards!
in reply to: Portfolio ActionHello,
Please recheck your ftp credentials. I can’t connect.
Best regards!
in reply to: Image Sizes?Hello,
You can check all needed image sizes in function.php file:
`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 );add_image_size( ‘blog’, 825, 340, true );
add_image_size( ‘alternate_blog’, 440, 195, true );
add_image_size( ‘alternate_blog_side’, 355, 235, true );
add_image_size( ‘blog_grid’, 350, 350, true );add_image_size( ‘staff’, 400, 270, true );
add_image_size( ‘staff_full’, 500, 340, true );`To use with the Retina Display, just make sure to upload bigger images (almost double size).
Best regards!
in reply to: Colours on HeaderHello,
Try adding these lines into your custom css box:
.header_2 nav .menu>li:nth-child(1) >a { color: rgb(210, 24, 123); } .header_2 nav .menu>li:nth-child(2) >a { color: rgb(210, 24, 123); } .header_2 nav .menu>li:nth-child(3) >a { color: rgb(210, 24, 123); } .header_2 nav .menu>li:nth-child(4) >a { color: rgb(210, 24, 123); } .header_2 nav .menu>li:nth-child(5) >a { color: rgb(210, 24, 123); } .header_2 nav .menu>li.current-menu-item, .header_2 nav .menu>li.current-menu-parent, .header_2 nav .menu>li:nth-child(1):hover { border-top: 3px solid rgb(210, 24, 123); } .header_2 nav .menu>li.current-menu-item, .header_2 nav .menu>li.current-menu-parent, .header_2 nav .menu>li:nth-child(2):hover { border-top: 3px solid rgb(210, 24, 123); } .header_2 nav .menu>li.current-menu-item, .header_2 nav .menu>li.current-menu-parent, .header_2 nav .menu>li:nth-child(3):hover { border-top: 3px solid rgb(210, 24, 123); } .header_2 nav .menu>li.current-menu-item, .header_2 nav .menu>li.current-menu-parent, .header_2 nav .menu>li:nth-child(4):hover { border-top: 3px solid rgb(210, 24, 123); } .header_2 nav .menu>li.current-menu-item, .header_2 nav .menu>li.current-menu-parent, .header_2 nav .menu>li:nth-child(5):hover { border-top: 3px solid rgb(210, 24, 123); }Let us know.
Best regards!
-
This reply was modified 11 years, 2 months ago by