Forum Replies Created
-
in reply to: Breadcrumb active font colour
Hello,
Please edit the code to this:
.breadcrumbss.full_bar .page_parents .active a { color: #0e6396 !important;}Best regards!
in reply to: Main Header Contact Information ShortcodesHello,
Please go to file \includes\register\register_shortcodes.php find and change the “Telephone Number” string. You can change the icon with custom css. Add the code into your custom css box.
Best regards!
in reply to: Migrating website Resets Theme SettingsHello,
Theme customization and settings are stored in the database. Please make sure you are migrating correctly the database and that all links are converted correctly.
Let us know.Best regards!
in reply to: Design gets messed frequently automaticallyHello,
Please contact your host and ask them to increase your memory and execution time limit. If you are using a shared-hosting you may have limited rights.
If the issue persists, send us your ftp credentials, so we can give it a closer look.
Read this article for more information.Let us know.
Best regards!
Hello,
I have added this code into your custom css box:
.blog-article.grid-style.blog-item .info { display: none; }Please check your site.
Best regards!
in reply to: Lost images on posts after migrationHello,
Did you import in the new server, the images too? Please make sure the links are set up properly. This is mostly a wrong url issue.
Let us know.
Best regards!
in reply to: codeless slider fontHello,
Please send us the link and wp credentials of this site in a private reply. So we can give it a closer look and help you.
Best regards!
Hello,
Can i please see a link where is this running?
Best regards!
in reply to: responsive ( Tower)Hello,
Sorry for the late reply.
Did you add on your own the “Single Image” visual composer element? It is not listed by default in the Visual Composer plugin elements included in the theme.
Please add this code into your custom css box:@media (max-width: 480px){ .wpb_column .wpb_wrapper { width: 92% !important; margin-left: -12px !important; } .block_title.section_title h1 { width: 83% !important;} .block_title.section_title h3 { width: 80% !important;} .wpb_text_column { margin-right: -50px !important;} h5.vc_custom_heading.letter_s_5 { margin-right: -50px !important;} }Let us know.
Best regards!
in reply to: importing from theme builderin reply to: Staff: link to bio page, icon, excerptHello,
Please refer to this topic regarding staff linking to profile.
To link to an independent page, Sorry but this requires customization that is not included in support. If you want to have a custom link for the team, a workaround is to use the socials links. Insert the custom link into one of the socials in the center bar.
-Change it’s icon via css.-to increase the number of words display in excerpt, go to file vc_templates/staff.php and find this line:
<p>'.codeless_text_limit(get_the_excerpt(), 25).'</p>';
Number 25 is the number of words to show. Increase it to your wish. Save changes.Best regards!
-
This reply was modified 9 years, 8 months ago by
Mirela.
in reply to: Design gets messed frequently automaticallyHello,
I don’t see any error in your site. And the times i checked it the misalignment did not occur. Please check your internet connection first. This is not a theme issue. It mostly happens when the site does not load in time all necessary scripts and styles. This may come due to a poor connection, a slow server response time or by a conflict with other plugins installed.
There are different reasons that can cause slow page loading. Images size its the primary cause, javascript loading, server response time. You can optimize performance by using image compresor plugins such as smushit and w3t total cache for javascript and css minification and add file cache that will improve drastically the speed of your wordpress website.Let us know.
Best regards!
Hello,
Having just one slide should do the trick. The arrows do not show up if there is not the need to scroll and so doesn’t the sliding effect.
Please try this out and let us know.
Another option is to use page header if you only want a static image in the header.Best regards!
in reply to: Link unable to open a new tabHello,
Please go to your text in Footer Options > Copyright Text in the end of footer, go to your link text and edit link options (screenshot). I n the gear icon you will find the option to open link in new tab. Select it and save changes.
Best regards!
in reply to: Background color of submenu items on hoverHello,
There is no option to change the on hover color of links, but you can add this custom css code to edit it:
a:hover {color: #666;}Change the color to your wish.Let us know.
Best regards!
-
This reply was modified 9 years, 8 months ago by