Forum Replies Created
-
in reply to: Landscape Scroll – upload logo & image
Hello,
The current logo (and default one) is a font logo. Are you sure you have changed the logo from font, to image correctly? Please check again at Header > Logo Make sure you have selected image logo from the drop-down. See screenshot: https://postimg.org/image/8u2aci97zf/
I see the background image in home (first slide) is custom (not demo’s). Do you still have issue changing it?
Let us know.
Best regards!
in reply to: responsive problems with safari browserHello,
I opened the site in safari from Samsung S6 edge (last screenshot), Ipad (profile and landscape) and the layout was very ok. Please see the respective screenshots from the ipad: https://postimg.org/gallery/3el1e85jw/
I can suggest adding some padding to the header. Try this css:
@media (max-width: 979px){ header#header .row-fluid .span12, .header_wrapper { padding-top: 21px !important; }}Result screenshot (by resizing safari window in desktop): https://postimg.org/image/86bayzla6z/
Let us know.Best regards!
in reply to: Tower: Mobile Logo Overlapping & Not ResponsiveHello,
Please check your site. I fixed it.
We will make the necessary check ups and fix this in the next theme update if needed.Best regards!
in reply to: Reset purchase codeHello,
Please send us your activation code and the email you registered with, in a private reply. So we can remove the data from the database.
Best regards!
in reply to: Revolution slider & slider is missingHello,
There is no issue with plugin’s installation. We have tested it already. Can you please add your wp credentials in your profile data? So we can check out your situation.
Read this article for more information.
Best regards!
Hello,
Please go to your wp-content/plugins folder in your server and make sure there is no Revolution slider folder already present. If there is, delete it or rename it.
The sliders zip files are located in extra_plugins folder, inside the main theme folder you downloaded from Envato.
Screenshot: https://postimg.org/image/8qyvu9hh3v/
You can install them normally from the Plugins > Add New menu in wordpress dashboard.
Let us know if you still have difficulties with them.Best regards!
in reply to: urls whits index.php/namepostHello,
You can make the change in Settings > Permalinks (screenshot). Set the permalinks in the form you want them. Save changes, Clear cache and refresh pages.
Let us know.Best regards!
in reply to: Backup/Restore – moving the site to a new serverHello,
The export feature is primary to save a backup your current site’s situation (option’s setup). Also to export the settings of one installment and import them into another one.
Updating theme from an old version to a recent one, can cause some changes if you are updating from a very old version and there are many important changes made in the new version. I suggest you import site in the new host, in your current situation. Same files as well. And after finishing the site transfer, then update theme files in the new host.
This way you are more in control of the changes in site. To be able to differ which changes came from server transfer, and which changes were because of the theme update.The backup files saved from the ‘Export’ operation in General Options > Import/Export (Dummy Data), are stored in wp-content\themes\specular\includes\dummy_data\backups folder in your server.
PS: For server to server site transfers, the “WP Migrate DB” plugin is recommended because it takes care of the url’s as well.
Let us know.
Best regards!
in reply to: items that do not displayThis reply has been marked as private.in reply to: Multiple Domainin reply to: changing the Slider From MAIN PAGEHello,
Yes, you can edit the slider and of course change the images. Please check out the section in the documentation: https://codeless.co/handel/documentation/#codeless_sl_options
Let us know if you still have difficulties with it.Best regards!
in reply to: WooCommerce cart always in english.Hello,
The “Cart is empty” string is translatable. You can check it out in files:
-specular\functions-woocommerce.php
-specular\includes\view\woocommerce-cart.php
Same goes for “View Cart” and “Subtotal”, you can find them in these files:
-specular\functions-woocommerce.php
-specular\includes\view\woocommerce-cart.phpPlease check your .PO file. If the strings are not present, add them using the PoEdit editor and try again.
Note: every string inside the
_e('String here', 'codeless');function is translatable.
Let us know.Best regards!
-
This reply was modified 8 years, 8 months ago by
Mirela.
This reply has been marked as private.in reply to: Single Page Site AchorsHello,
1-Please refer to this topic regarding the offset of sticky header in one page layout.
2-Sorry, i just checked with the developers to be sure, and the smooth scroll is a feature only for menu items that link in a section of the page in the case of a One Page feature. Not for normal buttons pointing to a certain section of the page.
We have already added this in our to-do list for future updates, but for now it is not possible.Best regards!
in reply to: Error on a pageHello,
1-The code can be css or javascript. Do you have any additional code added in General Options > Tracking Code / Custom CSS / Custom JS (screenshot)?
2-You can underline the links in blog single posts, with custom css. Add this code into your custom css box in General Options:
.single-post a { text-decoration: underline; }Or underline the links in blog page by adding this code instead:
.blog a { text-decoration: underline; }3-Titles of the posts: if you set them up to show in lowercase, then even if you write in uppercase, they will automatically transform in lowercase. So add this code:
.blog-article.standard-style .content h1 { text-transform: inherit !important;}
in order to have the titles in the case letter your write them.3-Staff description: go to file vc-templates/staff.php and find this line:
$output .= '<p>'.codeless_text_limit(get_the_excerpt(), 25).'</p>';
Replace with this:
$output .= '<p>'.codeless_text_limit(get_the_content(), 255).'</p>';
Where 255 is the number of words to show. Increase further if needed.4-Blog style: the demo you pasted, has blog style set to large image with sidebar. To have this style go to General Options > Blog Config > Blog Style, select the normal style. See screenshot: https://postimg.org/image/6shzx6ulqj/
I see you already have that style. Add this code into your custom css box to increase the image size:.blog .row { margin-left: -100px; }5-“add the miniature image in the “related post”? -Can you please be more specific? Where do you want to add related posts?
6-Add this code into your custom css box:
@media (max-width: 480px){ #content { margin-top: -77px !important; }}Let us know.
Best regards!
-
This reply was modified 8 years, 8 months ago by