I wish to remove the ‘Read More’ Button on the Homepage Slider but I cannot find where to do this; I use WP and cannot see the Appearance>Editor option with my dashboard?! I have looked at the functions.php document and taken out the ‘Read More’ code, then copied and pasted this into the custom CSS but this hasn’t worked? Please advise ASAP!
Message:Warning: Cannot modify header information – headers already sent by (output started at /home/plosiva/public_html/wp-content/themes/hotel_theme_01/inc/skt_functions.php:1043) in /home/plosiva/public_html/wp-includes/pluggable.php on line 1178
Hi, it wasn’t a problem, per se, is the way things are saved into the database.
When I am one Pro is activated, two rows are created in the options table: optionsframework_iamonepro (all theme cstomizations like logo, favicon, I am one Pro sections) and theme_mods_iamonepro (menus already asigned, widgets etc).
All the settings for the theme go there.
When creating a child theme and activating it, wordpress creates two new row for the theme which are clean optionsframework_childthemename and theme_mods_childthemename.
What I did was to activate the child theme so that these two rows were created, then disabled the child theme again (wasn’t sure if I would modify them while it was active), copied the values from the rows for I am one pro and used them to do an update on my child theme option rows, then I reactivated the Child Theme and everything that had already been set up on the parent them was there on my child theme 🙂
Apparently there is another way, you can customize the name of those two variables in functions.php so that the child theme uses the same options name as the parent theme instead of creating new ones, that way if you switch between the parent and child theme all the options are retains because it is really using the same options. But I went the other way and it worked.
Hello, I am trying to erase the social section but by placing code: <Style section = “background-color: <? Php echo of_get_option (‘socialseccolor’, true); ?>; Display: none; “>
I actually deletes this session but I also deleted the last section of data, how do I delete just the social section? http://documentalenterprise.com/