Forum Replies Created
-
AuthorPosts
-
ftleowParticipant
Thanks very much, Anita. This is exactly something I would want to look at besides the "OCTS". Thank you for the recommendation!
ftleowParticipantHi,
This is just to try and direct you to the answer you're looking for, Gutenberg should already be available for WordPress themes that are in WP version 5.0 and above.
I guess your question requires you adding some codes in your functions file. Try googling it, you may be able to specify the color you want.
ftleowParticipantThanks, Victor, yeah, already thought of doing this yesterday.
But it's good to hear it from an experienced developer like you, so for assurance.
Thanks!
ftleowParticipantThanks, Victor.
I'm still bit unclear.. let's say we've created a theme on our own, how do we get or create a XML data for sample purpose? so when the next user installs the theme, some sample data can be populated just like how we import the sample XML data from one of SP's themes.
Hope I'm not confusing. I'm assuming sample data and test data are the same.
ftleowParticipantThanks Genesis Developer. I'm a bit tight with some other tasks' timeline. Haven't tried it, but thanks.
Guys, please stop replying to this thread, this has probably gone off topic a bit.
Thanks.
ftleowParticipantHi Genesis Developer,
I'm using Enterprise Pro theme. Thanks for willing to look. The last thing I want to do is to change the structure of the CSS, which is what I am about to do within these 2 days. After which I will set the background image to be in the widget section instead.
But my option to use the background image in .site-inner is still open if I can set it to display only in front page.
I tried to enqueue another css file which contains:
/* Siteinner ---------------------------------------------------------------------------------------------------- */ .siteinner .site-inner { background-color: #f5f5f5; background-image: url(images/bg.png); background-repeat: repeat-x; border-top: 1px solid #ececec; clear: both; }
The enqueue I use is (inside the existing enqueue scripts from the theme):
if ( is_front_page()|| is_home() ) { wp_enqueue_style( 'inner-bg-style', get_stylesheet_directory_uri() . '/css/inner-style.css' ); }
There's no error, just not showing the bg image on front page. I checked the console, the additional css file is enqueued successfully though.
ftleowParticipantThanks, Brad, this looks good to me.
I've also seen and learned a lot from your website's tutorials.
ftleowParticipantHi tankera13,
Thanks for sharing, it's very useful for me to make the decision. Yeah, I saw that newsletter too about Flywheel's been acquired by WPE.
Thanks really for the time writing down your thoughts. Gonna stick with my current host for now, I think they're doing pretty good so far, start with letter *B*, love their service thus far.
Again, just thought I want to learn more from you guys. Thanks everyone.
ftleowParticipantThanks, Baz and Genesis Developer,
I was just going to reply .. I searched Google for any topics of interest before I post in this forum, and wasn't satisfied with the results, hence, I'm here to hear from the community hoping to understand / learn something of value and different. Really thanks for the suggestions.
ftleowParticipantThanks, Victor, you've been helpful. Really appreciate it.
I take this as 'resolved' from my end, will look into it, shouldn't be a big issue I think.
ftleowParticipantHave cleared caches to no avail.
ftleowParticipantThanks, Victor, again for this informative reply.
For now, I'm thinking to pick WP Job Manager plugin, but baffled when I look at the demo site: https://demo.wpjobmanager.com/
Is anyone else seeing the same display or just me?
ftleowParticipantThanks, Victor. I was thinking this over, and finally just placed the GA code into my actual business website and see how it will work out. Trying it, might just switch to other if found better one or would run two services concurrently if possible.
ftleowParticipantThanks very much, Victor Font. This is very helpful.
ftleowParticipantThanks, Joyce.
I'm quite new here.
-
AuthorPosts