ohorses
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [evolve] Search bar hiding content on mobile devicethat sdid not show correctly…
the code changes th > sign to > when pasted into editor.
Forum: Themes and Templates
In reply to: [evolve] Search bar hiding content on mobile deviceThanks, but that did not help..
1. After pasting and saving, the code changes to ;.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
min-height: 220px;
}2. When I used firebug, (Using the layout tool) I changed the top margin to 20 and that gave me a nice blue border top and bottom of the slider and I think that will look good on cell phone. – Problem is, I don’t know how to transfer that info to css, it seems to make the temporary change in the html codeing.???
Forum: Themes and Templates
In reply to: [evolve] Search bar hiding content on mobile devicehttps://s1079429.instanturl.net/air-convalves.com/wordpress/
Seems, when viewed vertically, the slider text is eliminated.(Maybe by design?)
When viewed horizontally, the slider text appears to be chopped off. It may not be chopped, but we thought it was. Could we add some padding or margin to the top of the slider so there is a clear distinction as to where the slider should be?
Forum: Themes and Templates
In reply to: [Enigma] editing php in child themeWhen I try to copy the file, the option I get is “copy link location”..I tried it in the wp dashboard and on ftp – same choice, so how to I “copy the file”?
Forum: Plugins
In reply to: woocommerce shipping methodsGot it fixed…somehow, the flat shipping “Name” got erased when making another change. Fixed it by typing “Standard Shipping” in space provided.
Forum: Themes and Templates
In reply to: [Enigma] editing php in child themeTrying to get specified category to display on home page; was told:
replace this line
$args = array( ‘post_type’ => ‘post’,’posts_per_page’ => 6);to this
$args = array( ‘post_type’ => ‘post’,’category_name’=>’example’,
‘posts_per_page’ => 3);where example is your category name.
The theme has build in css editor so no worry about future updates erasing everything…
If I now install a child theme, some things will get lost..hence the desire to use css.??
.Forum: Themes and Templates
In reply to: [Enigma] editing php in child themeBUT..is there a way to make the above noted php change in css instead?
Forum: Themes and Templates
In reply to: [Enigma] editing php in child themeSeems to make sense, I’ll keep you posted..thanks.
Forum: Themes and Templates
In reply to: [Enigma] change what shows in enigma home page blog postsOK, but this is my thread that I started…I just started another one tho, too as WPyogi suggested.
BUT..is there a way to make the above noted php change in css instead?Forum: Themes and Templates
In reply to: [Enigma] change what shows in enigma home page blog postsOK, now, I set up a child theme but now how to I get to the php section/
All I have is functions.php =
<?php
// Exit if accessed directly
if ( !defined( ‘ABSPATH’ ) ) exit;// BEGIN ENQUEUE PARENT ACTION
// AUTO GENERATED – Do not modify or remove comment markers above or below:if ( !function_exists( ‘chld_thm_cfg_parent_css’ ) ):
function chld_thm_cfg_parent_css() {
wp_enqueue_style( ‘chld_thm_cfg_parent’, trailingslashit( get_template_directory_uri() ) . ‘style.css’ );
}
endif;
add_action( ‘wp_enqueue_scripts’, ‘chld_thm_cfg_parent_css’ );// END ENQUEUE PARENT ACTION
and style.css =
/*
Theme Name: Enigma Child
Template: enigma
Author: Child Theme Configurator
Version: 1.0
Updated: 2015-02-17 14:25:48
*/@charset “UTF-8”;
Forum: Themes and Templates
In reply to: [Enigma] change what shows in enigma home page blog postsThanks,
Now, I tool over as designer on this site,,,and there is no Child Theme set up..
If I make the changes, they will disappear if wp or the theme are updated , right?
Can I make a child them after the fact?Forum: Themes and Templates
In reply to: [Point] Google adds are to big in mobilehow did u fix it?
Forum: Themes and Templates
In reply to: [Enigma] Remove Blog showcase from front pageCan we use similar css to change which blog category shows and how many posts?
Forum: Plugins
In reply to: [WP Mobile Edition] Page color different in mobile version.As a follow-up,
I had some of the text set to ffffff so it would show up nice against the black background..I removed the html code that showed the ffffff and now the system sets that text to the theme default which has a little grey in it, now it shows on the white background..
What a pain!!
Forum: Themes and Templates
In reply to: [Frontier] Header image issueThanks, it helped make it show better on my laptop, but still way too large on my android phone.-
I have to scroll across to see the whole image while the text on the page is shrunk and fits up and down on the left side – seems to be sized for the phone’s screen..