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/
I have just ordered IT Consultant theme from you, and in the documentation of the Pro version, it is mentioned that we can edit the footer easily.
However, in my case, in the Pro version, I cannot edit any footer text, as it is embedded in some widget. The only way to edit, is to go in footer.php, which is not what I expected according to the documentation.
Could you please explain me why this version is different from the one described in the official documentation, and bring back the possibility of editing the footer informations easily?
The solution of placing our own widget is not what we expected, since it will create more work for our company.
Thanks in advance!
Author
Search Results
Viewing 15 results - 1,906 through 1,920 (of 2,007 total)