Portgaz89
Forum Replies Created
-
Hi Ahmed,
Sure please see this screenshot
https://drive.google.com/file/d/1dXTgN9mZZOJfJMO59jAPXbsgxyjR9S3i/view?usp=sharing
How can I remove the form name “[EN] Blog In-Content CTA” that’s been added automatically?
Thanks!
Forum: Fixing WordPress
In reply to: Post Excerpt IssueThank you all very much for the replies!
<!–more–> doesn’t seem to work for this one, so I will probably go with the suggested plugin, if I can’t find a work around in the next couple of days.
Thank you all ??
Forum: Fixing WordPress
In reply to: Post Excerpt IssueThank you both of you!
I am just wondering if this could be fixed without adding a plugin, since I already have quite a few of them enabled.
Thanks again and looking forward to your reply.
Forum: Themes and Templates
In reply to: Fonts and Size Stylesheet.cssoh ok, gotcha, Thanks for your help!
Forum: Themes and Templates
In reply to: Fonts and Size Stylesheet.cssthis one
[Non-GPL theme redacted]
Forum: Themes and Templates
In reply to: Fonts and Size Stylesheet.cssOh, ok thanks for your reply and help.
Maybe the specific template from that source has an issue. I have another one (from the same website), which seems ok and it is like this the code:
[Non-GPL code redacted]
`
into this:[Non-GPL code redacted]
but nothing happened…Forum: Themes and Templates
In reply to: Fonts and Size Stylesheet.cssHellfire from SMthemes
[Non-GPL theme redacted]
Forum: Themes and Templates
In reply to: [Live Wire] Header, footer editingThanks for your replies guys. I checked one plugin, but I would prefer to do it the old-school way, by pasting the code.
If this cannot happen on live wire, I will use a plugin.
I pasted the code on head between the <head> and </head>, but google doesn’t recognize it…
Forum: Themes and Templates
In reply to: [Live Wire] Header, footer editingThanks, but l am not really into development, css and all this stuff, so l think duplicating them is easier for me…
Forum: Themes and Templates
In reply to: [Live Wire] Header, footer editingThanks a lot, l think l got it together!
Same for 404.php and all else, right?
Forum: Themes and Templates
In reply to: [Live Wire] Primary menu template issueWow great, now works like a charm!
Thanks a lot all of you guys! You rock! ??
Forum: Themes and Templates
In reply to: [Live Wire] Primary menu template issueI just did it, but the problem persists… This is strange…
Is there any possibility that I may have to change some attributes in css?
“Take of child theme styles also”, you mean using the child’s style.css? If yes, then I am using its style.css
The only problem now seems to be, that when you choose one of the pages in primary menu, the grey highlight doesn’t go till the bottom of the box…
Forum: Themes and Templates
In reply to: [Live Wire] Primary menu template issueNo I haven’t… I have done re-installs 2 or 3 times but the problem persists…
I can post the parent theme’s CSS too if it helps…
Forum: Themes and Templates
In reply to: [Live Wire] Primary menu template issueA small update, now I changed it to this (put the code you told me, right after @import):
/** * Theme Name: Live Wire Child * Theme URI: https://foxnet.fi * Description: A child theme of Live Wire parent theme. * Version: 0.1 * Author: Sami Keijonen * Author URI: https://foxnet.fi * Tags: post-formats, sticky-post, theme-options, threaded-comments, translation-ready, one-column, two-columns, flexible-width, left-sidebar, right-sidebar, custom-background, featured-images, blue, white * License: GNU General Public License v2.0 * License URI: https://www.gnu.org/licenses/gpl-2.0.html * Template: live-wire */ /* Importing the parent theme stylesheet. */ @import url( '../live-wire/style.css' ); #menu-primary li:first-child.current-menu-item { -webkit-border-top-left-radius: 10px; -moz-border-radius-topleft: 10px; border-top-left-radius: 10px; padding-bottom: 12px; padding-top: 8px; } #menu-primary { position: relative; padding: 0 2% 1%; margin: 0; width: 96%; height: 2.25em; /* 36px / 16px = 2.25 */ z-index: 98; height: 53px !important; } /** * Note: If you want to use media queries in child theme and support them in browsers like IE7 and IE8, * you should copy and paste parent theme style.css in here and remove line @import url( '../live-wire/style.css' ); * Remember also change all url instances in fonts and backgound like this. * src: url('../live-wire/fonts/league_gothic-webfont.eot'); * background: url(../live-wire/images/menu-plus.png) no-repeat 0 0; *************************/
but still there is a flaw as you can see. No doubt, better than before, but I would like it to be exactly as the demo…
Again thanks for your help guys, I really appreciate it!
Forum: Themes and Templates
In reply to: [Live Wire] Primary menu template issueHello again guys and thanks for your help so far.
I tried it, but nothing happened…
If this helps, here is how editor->Style.css of live wire child looks like:
/** * Theme Name: Live Wire Child * Theme URI: https://foxnet.fi * Description: A child theme of Live Wire parent theme. * Version: 0.1 * Author: Sami Keijonen * Author URI: https://foxnet.fi * Tags: post-formats, sticky-post, theme-options, threaded-comments, translation-ready, one-column, two-columns, flexible-width, left-sidebar, right-sidebar, custom-background, featured-images, blue, white * License: GNU General Public License v2.0 * License URI: https://www.gnu.org/licenses/gpl-2.0.html * Template: live-wire */ /* Importing the parent theme stylesheet. */ @import url( '../live-wire/style.css' ); /** * Note: If you want to use media queries in child theme and support them in browsers like IE7 and IE8, * you should copy and paste parent theme style.css in here and remove line @import url( '../live-wire/style.css' ); * Remember also change all url instances in fonts and backgound like this. * src: url('../live-wire/fonts/league_gothic-webfont.eot'); * background: url(../live-wire/images/menu-plus.png) no-repeat 0 0; *************************/ #menu-primary li:first-child.current-menu-item { -webkit-border-top-left-radius: 10px; -moz-border-radius-topleft: 10px; border-top-left-radius: 10px; padding-bottom: 12px; padding-top: 8px; } #menu-primary { position: relative; padding: 0 2% 1%; margin: 0; width: 96%; height: 2.25em; /* 36px / 16px = 2.25 */ z-index: 98; height: 53px !important; }
I am noob in this place and I am just starting to get the grips, so any help would be more than appreciated!