Forum Replies Created
-
in reply to: code_socialwidget.php
Hello,
The change should be in parent theme. It is not necessary to do it in child theme too. We will include the change in future theme updates.
Let us know.Best regards!
in reply to: MY POSTS AND RESPONSESHello,
You can keep track of your topics by going to your profile: https://support.codeless.co/?bbp_user=2092
Click on “Topic Started” at the left sidebar to see the list of the topics you created. Click in each topic title to open it.
Click on “Replies Created” to check on your replies. Includes all replies on your own topics, or others topics where you may have written.As you can see, all your topics are responded. Our support is the last reply in each (except the resolved one).
Let us know for anything.Best regards!
in reply to: loosing elements in homepagesHello,
Please be careful while adding direct shortcodes into your page. There is an error in your home page. An additional
[/cl_column]shortcode. See screenshot: https://www.clipular.com/c/5921958071107584.png?k=G_EjpRK39HAS3KAYkf5tpggW9Ec
I fixed it in the page’s shortcodes.Technically we do not support third party plugins. The Estate plugin is not included in theme package and we have not tested it. I suggest you check out that the shortcode is added properly and in right place.
PS: I see the demo shortcodes have other attributes with them (screenshot). Your shortcode has none.
Let us know.
Best regards!
Hello,
Theme does not have any issue when installed in AWS. The Contact Form 7 is an external plugin, compatible with theme. But it’s a third party plugin build from other authors.
I suggest you check out their forum for similar cases.
Let us know.Best regards!
in reply to: Getting code from other templatesHello,
So to confirm, you want to keep the configuration of the first demo you installed, but add pages of another demo? If you import another demo, the configurations will be imported too. Messing up the site as you have it now.
I suggest you install theme in a local host. Import the second demo in it. Then open the page you want it’s template from. Copy the shortcodes and paste them in a new page in your current site.
Make sure to have set up the other page’s configurations like the demo in localhost.
Like this you can get all the page templates and add them to your online installation without messing up current configurations.If you want all the pages of the other demo, then the fastest way to get them is to export only pages from that demo (always supposing you have first installed it in localhost). Go to Settings > Export. Export only pages.
Go to your online installation, Settings > Import. Upload the xml file exported from localhost and import pages. They will be added to your current list of pages, not remove or alter any of the existing. Important: If any page has the same title, they will not be imported. As they are marked as existing pages. Change the name of the page, if it has already an existing copy in your site.Let us know if this is what you needed.
PS:To add a private reply, just check the “Set as private reply” checkbox below the text editor before you add the reply.
Best regards!
-
This reply was modified 8 years, 9 months ago by
Mirela.
in reply to: social media icons in footer widgetHello,
Please edit the file specular\includes\widgets\codeless_socialwidget.php.
Find the social icons and add
target="_blank"to it, like this:echo '<li class="facebook"><a href="'.esc_url($cl_redata['facebook']).'" target="_blank"><i class="icon-facebook"></i></a></li>';
Let us know.Best regards!
in reply to: Nav is showing white text on a single pageHello,
If the background is dark, the menu font will be light (#fff) so it stand out. In your jobs page it should be the opposite. Background light and font dark.
See these screenshots for comparison:
Homepage: https://postimg.org/image/r5030onat/
Jobs page: https://postimg.org/image/gw7luuz91/Can you post some valid wp credentials in a private reply? Technically the code of Jobs page has no problem. So i need to give a closer look to your configurations.
Best regards!
in reply to: code_socialwidget.phpHello,
Did you add the file to the right folder in Child theme? It should be the same hierarchy as in parent theme. This path: \includes\widgets\code_socialwidget.php
If the problem persists, go to file functions.php in parent theme, find the line where codeless_socialwidget.php is required and replace
get_template_directoryfunction withget_stylesheet_directory.
Screenshot of the code: https://postimg.org/image/r3ljtiw39/
Let us know!Best regards!
in reply to: top header text — href link?Hello,
I will let know the developers about it. For now please use chrome to edit out your theme.
Best regards!
in reply to: Add text on popupHello,
Sorry but this is not possible using theme’s current options. I suggest you install a custom plugin for it.
Best regards!
in reply to: top header text — href link?Hello,
I just made the “SDIRA Academy” text in top header bar link to google.com. Please see screenshots:
Options: https://postimg.org/image/3w5tu1nud/
Result: https://postimg.org/image/kves9az1x/Check your site and let us know.
Best regards!
in reply to: Nav is showing white text on a single pageHello,
Please open page option panel and scroll down to the General Settings. Go to Page Options & Style > Header Color Style for Header 1 and select dark version from the drop-down. See screenshot: https://www.clipular.com/c/4951928969887744.png?k=53FgUPY0F6dnWngvO7Cpzvw0_Tk
Save changes.Let us know.
Best regards!
in reply to: Responsive layoutHello,
I added this code into your custoom css box:
@media (max-width: 480px){ .pageCONTENT { padding: 20px 0px 35px 0px;} h1 { margin-left: 25px;} p { margin-left: 30px;} p img { margin-left: -28.5px !important; max-width: 111% !important; } h3 { margin-left: 30px;} } @media (min-width: 667px) and (max-width: 979px){ p img { max-width: 118%;} }The custom css class “pageCONTENT” you had added, was not adapted for mobile. This fixed it. Please check your site (screenshot).
Best regards!
in reply to: portfolio categories into menuHello,
The category will take on the blog style. If you have timeline blog setup in General Options > Blog Config, then so will the portfolio categories posts display. Try changing it to masonry style to have them as grid.
Let us know.Best regards!
in reply to: blank site handel themeHello,
1-Visual Composer is optional. If you feel more familiar and comfortable with it, you have the choice to use it instead of Codeless Builder.
We recommend the use of Codeless Builder because the entire theme is build on it. Also because it’s a builder created from theme developers, it won’t ever be out of date. Which means you won’t ever need an urgent plugin update to keep working on your site. This happens with other authors plugins included in our (or every other) theme because the release time of an included plugin’s update may not coincide with theme’s update.2-The top pixels of your slider i added this custom code into your General > Custom codes > Custom CSS, to edit it out:
div#layerslider_2 { margin-top: 90px !important; }You can change the value to your wish. Let us know.
Best regards!
-
This reply was modified 8 years, 9 months ago by