MasterJuan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] Hide header image on mobilesHello,
Use a Child Theme (reference): https://codex.www.ads-software.com/Child_Themes
And insert into style.css file this code:
@media (max-width: 767px){ .header-image {display:none; } }
Regards
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Twenty Thirteen Header MobileHello,
Use Child Theme and insert to style.css this code:
@media (max-width: 767px){ .site-header .home-link { min-height: 110px; } }
https://codex.www.ads-software.com/Child_Themes
Regards
Forum: Themes and Templates
In reply to: Themes mobile navigation is broken …Hello,
Probably you have not assigned menu to mobile version.
Try to go Appearance->Menus and at the bottom of the settings, you will find the Section “Menu Settings”, check the option for mobile menu, if it exists.Regards
Forum: Themes and Templates
In reply to: [Vega] my Vega theme brokeHello,
Try to make a restore to a previous backup version of your website. It seems that something being broken on your Theme! If you don’t know how to restore to a previous version, contact with your hosting company to guide you!
Regards
Forum: Themes and Templates
In reply to: [Hueman] About SEOHello @shovon07
Absolutely no! Child Theme does not affect SEO. You use it in order to extend/change the default Parent Theme’s functionality or to apply your custom CSS styles.
Reference: https://codex.www.ads-software.com/Child_Themes
Regards
Forum: Themes and Templates
In reply to: [Latte] Not enough horizontal room on pages.@jdembowski thanks for the notice!
It will not happen again! It’s my first time to a WordPress Contributor Day.Best regards!
Forum: Themes and Templates
In reply to: [Latte] Not enough horizontal room on pages.Hello,
Indeed, in the way this theme built its layout you cannot do it 4×1.
[ redacted ]However you can try this into style.css file (please use Child Theme)
@media (min-width: 1200px){ .col-lg-offset-2 { margin-left: 0px;} .col-lg-8 { width: 100%;} }
Regards
- This reply was modified 8 years, 4 months ago by Jan Dembowski.
Forum: Themes and Templates
In reply to: Change Text Font – Product Categories, Follow UsHello,
Use a Child Theme and into style.css file put this code
.widget .widget-title {font: 300 normal 20px Antic Didone;}
Regards
Forum: Themes and Templates
In reply to: [Modulus] Blog Post Title ColourHello,
Could you please provide your website url or a screenshot even better?
Is this your site https://thewanderinghippy.com/2016/11/07/welcome-to-my-blog/ and where the problem exists?I saw that on your Blog page, the main background colour behind blog titles is orange and the title is white. When I am visiting a post, the background is black and post title is yellow!
Did you solved it? Could you please discribe better where the problem is?
Regards
Hello,
Probably is something related with CSS styles. Could you please provide site url in order to check it?
Best regards
Forum: Themes and Templates
In reply to: [Hueman] White site of death after updating from FullHello,
I am seeing that right now your blog loads!
If you face again a proble like this please try to do the following things:
1) Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause. (If you don’t have access via amdmin panel, do it via ftp client with renaming plugins’ folders.)
2) If that does not resolve the issue, try switching to the default theme for your version of WordPress to rule-out a theme-specific issue (theme functions can interfere like plugins)Best regards
Forum: Themes and Templates
In reply to: [Sydney] Remove white bar between the slider and first sectionHello Max,
I am seeing that the problem occurs from below html code:
<header class="entry-header" style=""></header>
You can either delete it from your code or put this css style to style.css file
.home #main .entry-header{ display:none;}
Best regards
Hello, I have already customized it in order to accept 2nd PosID in order to support different language.
Also, I have notice that one of the function used, it’s deprecated by Woocommerce 2.6+
That doesn’t mean, that the plugin doesn’t work, as is!Your plugin works for the basic funtionality of Piraeus system even for POST mode, I have passed all the Case Tests. I would like to extend it though in order to pass parameters to Success url.
Do you have it as a project to GitHub? I would like to contribute it!
Regards
Hello, I would like to reopen this topic, because I am facing the same problem as @androidcorps.
If you select from plugin’s setting to duplicate also media attachments from a post/page, then into the Media Library you are seeing the images as many times as the duplicates have been done.
Actually there are no duplicates to the files itself, however is very annoying to see the images, twice, third etc times on Media Library.
Is any easy tweak or solution to this?
p.s. Also, might causing problem in cooperation with WPML duplicate feature!
Forum: Plugins
In reply to: [WooCommerce] Multiple BACS payment methodHello, I tried to implement our code, but until now I can’t make it to work on front-end.
Instead of bank account listing I am seeing only “[bacs_account_details]”.Any advice?