Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter Portgaz89

    (@portgaz89)

    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 Issue
    Thread Starter Portgaz89

    (@portgaz89)

    Thank 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 Issue
    Thread Starter Portgaz89

    (@portgaz89)

    Thank 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.

    Thread Starter Portgaz89

    (@portgaz89)

    oh ok, gotcha, Thanks for your help!

    Thread Starter Portgaz89

    (@portgaz89)

    this one

    [Non-GPL theme redacted]

    Thread Starter Portgaz89

    (@portgaz89)

    Oh, 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…

    Thread Starter Portgaz89

    (@portgaz89)

    Hellfire from SMthemes

    [Non-GPL theme redacted]

    Thread Starter Portgaz89

    (@portgaz89)

    Thanks 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…

    Thread Starter Portgaz89

    (@portgaz89)

    Thanks, but l am not really into development, css and all this stuff, so l think duplicating them is easier for me…

    Thread Starter Portgaz89

    (@portgaz89)

    Thanks a lot, l think l got it together!

    Same for 404.php and all else, right?

    Thread Starter Portgaz89

    (@portgaz89)

    Wow great, now works like a charm!

    Thanks a lot all of you guys! You rock! ??

    Thread Starter Portgaz89

    (@portgaz89)

    I 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…

    Thread Starter Portgaz89

    (@portgaz89)

    No 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…

    Thread Starter Portgaz89

    (@portgaz89)

    A 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!

    Thread Starter Portgaz89

    (@portgaz89)

    Hello 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!

Viewing 15 replies - 1 through 15 (of 17 total)