Hello, please tell me. (I’m from Russia on this, you can atteit also in Russian)
1) to the Left of the logo instead of searching I want to show the phone, actually I did, but the phone is displayed in the mobile version is awful, how can I remove the phone from the mobile version?
2)the Icon of the recycle bin where it comes from, and is it possible to do this for the phone (as I understand you use something like Bootsrap)
3) the Problem with translation is missing the key words for translation. For example there is no translation for “Cart” “Home” and “Mobile version”? (add to celebrate?)
4) in the top bar on the site of the icons with the language, I want to position the unit with Sots. networks how to do it? (for mobile version shouldn’t be)
5) and how to add the search icon in the top bar, next to the entrance and check-in?
6) also in the mobile version of the icon of the person pours off the screen in what could be the problem?
http://angeetdemon.ru/
Hello,
1. Please add this code in custom.css file:
@media (max-width: 480px) {.phone {
display: none;
}}
2. Do you want to resize phone section on mobile devices? Could you please clarify with more details?
3. Have you translated Woocommerce files as well in wp-content/plugins/woocommerce/i18n/languages?
Please provide us with FTP credentials in Private Content.
4. You can insert this shortcode [share]
into Text widget and put it in “Place in header top bar” widget area in Appearance > Widgets. Also you can use other code for social media icons, for example found on social networks helpbase.
5. Unfortunately you can add widgets only in “Place in header top bar” area to make them display in the top bar.
6. Add this code in custom.css file:
@media (max-width: 480px) {.my-account-link:before {
top: -5px;
}}
How to create custom.css you can watch in this tutorial.
Thank you.
Regards,
Eva Kemp.
Thanks for the answer!
1) 4) 6) agreed
2) No resize! Just add the icon as the basket (that is, with about the same settings). Now I have the icon is a picture format .png. But not like the picture and made the basket. 3) I will Give access, but these flaws theme – it is not transferred to the end in Poedit not many words! (for example “Cart” “Mobile Version” “Quick view” and others and this is a topic not WooCommerce) 5)Attached the file in the attachment. I need to search icon situated next to the entrance and registration. (https://www.evernote.com/shard/s274/sh/ead3c142-ac92-4b70-bce1-5ad52a5a10b5/62d7eed5b2dab4c2ffd31f03256ac8af/deep/0/Theme-Options—Ангел-и-Демон—магазин-модыных-аксессуаров—WordPress.png) 7)How to delete banner on the store page?(https://www.evernote.com/shard/s274/sh/23740f30-4583-432f-a80c-59e58f1ca025/69d6c8d568137af367c7ecbb97a8db7e/deep/0/Товары.png) 8) how to push buttons (https://www.evernote.com/shard/s274/sh/08fa74e9-221f-45d9-845d-4bd3f0ae45f5/2afef045fd41d08977bed836a21300e5/deep/0/Ange-et-Demon—бутик-дизайнерских-украшений-и-акскссуаров.png)
Hello,
2. This requires additional customization. If you have needed skills you may edit the files.
3. If you check our file default.po in /wp-content/themes/legenda/languages directory you’ll find the words that you need translate, but there are no ones in your file ru_RU.po.
Please read our documentation attentively how to translate the theme:
http://8theme.com/demo/docs/legenda/index.html#!/how_to_translate
Also you don’t have $locale
code in wp-config.php file:
Next edit wp-config.php located in the root folder of WordPress and use the $locale with prefix with your language name which should be similar to the translation file name. For example: $locale=’de_DE’;
5. Unfortunately there is no such possibility. If you have necessary skills you may try edit the code in header.php file.
7. To delete banner go to Theme Options > Shop > Product Page Banner.
8. Add this code in custom.css file:
.header-type-7 .top-bar .top-links {
margin-right: 0px !important;
}
Thank you.
Regards,
Eva Kemp.
3) 7) 8) ok. Thanks!
5) the icon search, you have it even on the header image is in the place where I need it… please tell me how add.
9) how to change the recycle cart icon?
Hello,
5. You need select that header type where search icon is shown.
9. To change Cart icon in the header add this code in custom.css:
.shopping-cart-widget .cart-summ > a:before {
content: url('http://link_to_your_icon') !important;
}
Thank you.
Regards,
Eva Kemp.
If you do so… the basket is also in the cap moves… I don’t need it. I just need to add the search icon. Tell me how to do it!
Changed the icon of the recycle bin… but now everything is so to say satlo not smooth … all the text and the icon jump… icon size 36*36px …
How to remove bread crumbs from everywhere, as well as how to delete text to return to back to the page by. And also completely remove the tabs and reviews (of products)
How to install in wocommerce sortrows only at the price (the rest deleted)?
Thank you.
Hello,
Sorry, in the header type that you’re using, search form is displayed on the left and not in the top bar. If you want to show at the top this required additional customization and if you have needed skills you may edit php files.
I don’t see any problems with your new cart icon. Could you please show a screenshot?
To remove breadcrumbs add this code in custom.css file:
.woocommerce-breadcrumb, #breadcrumb {
display: none;
}
To remove “Return to previous page”:
.breadcrumbs .back-to {
display: none;
}
To remove all tabs on a single product page:
.tabs {
display: none;
}
You can change sorting settings in Woocommerce > Settings > Products tab > Default Product Sorting.
Thank you.
Regards,
Eva Kemp.
Thanks You!
Sorry for the long reply. ‘t cleaned the line to go back to the page. Well, then explain how this is called the search icon? (code) what is the name of the top bar and where are the items my account(file, ID, string code)… you even in the hat is a little icon, you can’t tell me the code to insert the search icon next to my account???
Hello,
The code for top links is located in wp-content/themes/legenda/framework/theme-functions.php file (line 1082).
Search form code is added in the file wp-content/themes/legenda/framework/woo.php (line 803).
Regards,
Eva Kemp.
Hello, thank you but the icon I need such as in the screenshot (where to get this code line and line). As well as the back button on the page and was not cleaned how to fix it?
Hello, thank you but the icon I need such as in the screenshot (where to get this code line and line). As well as the back button on the page and was not cleaned how to fix it?
Also please tell how to change the arrow to the right to the left on the slider ?
I apologize for two additional response. Please tell me how to fix this code so it was always in the top bar? (I need this icon, only in the case of the first version of the header where the logo in the center)
add_action('after_page_wrapper', 'etheme_search_form_modal');
if(!function_exists('etheme_search_form_modal')) {
function etheme_search_form_modal() {
?>
<div id="searchModal" class="modal hide fade" tabindex="-1" role="dialog" aria-hidden="true">
<div>
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 class="title"><span><?php _e('Search', ETHEME_DOMAIN); ?></span></h3>
</div>
<div class="modal-body">
<p class="a-center"><?php _e('Use the search box to find the product you are looking for.', ETHEME_DOMAIN) ?></p>
<?php get_template_part('woosearchform'); ?>
</div>
</div>
</div>
<?php
}
}
Please Help! (SLider problem it is ok)
Guys please help!!!
Don’t get me to deal with the button… Need competent help!
Understand that in the file heder.php there are 160 line of code that causes this button, and 204 line of code which causes the search to the left with a string!
I changed them, but now the icon has become about the logo…
Later figured out that the conclusion in the top bar in this version of the caps used theme-functions.php 1082 line. When put there in the list It does not work…
I don’t understand how to make the icon appeared…. in the top bar.. but it appears in another version header… Please guys help!!!(the subject is very tricky)
Hello,
As we told you in previous posts the changes you want to make, require additional customization which isn’t for free.
You can modify the files yourself if you have needed skills or you can contact us via this form http://www.8theme.com/contact-us/ if you agree for additional services.
Thank you for understanding.
Regards,
Eva Kemp.
I honestly can’t understand how the search button which is present in another version header in your theme… It’s too hard? In my opinion, help to ensure that the button is displayed there, but just with a different version of a hat – not so difficult…
It is your subject no revisions or corrections are not required just to have the icon…
Well let us then please direct me how to do it. Do I understand correctly that button you can only call from theme-functions.php (line 1082)? Add code:
<li class="search-link">
<div class="search hide-input a-right">
<span data-toggle="modal" data-target="#searchModal" class="search-link">search</span>
</div>
<div id="searchModal" class="modal hide fade" tabindex="-1" role="dialog" aria-hidden="true">
<div>
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 class="title"><span>Поиск</span></h3>
</div>
<div class="modal-body">
<p class="a-center">Используйте поиск, чтобы найти то что вы ищите.</p>
<form action="http://angeetdemon.ru/" id="searchform" class="hide-input" method="get">
<input type="text" value="Поиск по товарам" onblur="if(this.value=='')this.value='Поиск по товарам'" onfocus="if(this.value=='Поиск по товарам')this.value=''" name="s" id="s">
<input type="hidden" name="post_type" value="product">
<input type="submit" value="Найти" class="button active filled">
<div class="clear"></div>
</form>
</div>
</div>
</div>
</li>
In theory it should work, but don’t get…
Also tried to change in the file header.php there are 160 line of code that causes this button, and 204 line of code …
But then the button appears and lo and behold! Works! but it is placed near the logo!
Is it possible as thio just to make this button just always was?! (well, it’s funny… not changing the button to just leave it in the same place..)
In which direction to move? (what files associated search?)
I hope very much for your help!
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.
The message was successfully sent
Your shopping cart is empty
You may extend support period on ThemeForest and then update its status by clicking "Update" button in your Account area.
Purchase code | Expiration date |
---|---|
817e8a3b-18c8-492c-8ba6-9188c27b0995 | 05 Jan 2017 |