resunoiz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Business Elite] override inline css in front_params_outputnope.
in color control, I can ONLY change the background color, no other options.
see attached image.
https://i67.tinypic.com/21481mp.jpg
theme (parent & child) have the same behaviousr no other plugins active.but it was only an example, I’d like to control deeply that tags, not only this. There’s no way to override that front_params_output.php file correctly?
Forum: Themes and Templates
In reply to: [Business Elite] override inline css in front_params_outputPS: just tried, it doesn’t work.
inline styles are still overriden from paret theme ones.
the added function adds modified css, but load still the parent css inline one and takes it.
Just for example: I uploaded your child theme files, and changed
#blog .content-posts .tab-more:hover, #blog_home .content-posts .tab-more:hover, .blog-post .read_more:hover { color: <?php echo $primary_links_hover_color; ?>; }
with
#blog .content-posts .tab-more:hover, #blog_home .content-posts .tab-more:hover, .blog-post .read_more:hover { color: #FF00FF; }
If you go on hover on “read more” links, it shows still the default #0A7ED5 color, that overrides the child theme modified ones.
Forum: Themes and Templates
In reply to: [Business Elite] override inline css in front_params_outputwow..thank you very much, I’ll check it out.
the parent theme function in that case won’t be loaded at all, right?
- This reply was modified 7 years, 6 months ago by resunoiz.
Forum: Themes and Templates
In reply to: [Business Elite] override inline css in front_params_outputI’m asking you about it because it already happened with business elite.
Maybe for a wp update? I don’t know, but I placed my custom css for menus in Appearance > Customize > General > Custom CSS and now it’s gone, so I had to place some custom id’s and mark them !important to override the front_params ones.so if front_params_output.php can be overriden in some ways, it would be very appreciated.
what you intend with “issue”?
Forum: Themes and Templates
In reply to: [Business Elite] override inline css in front_params_outputif I remove the !important at next update I’ll lost all modifications. that’s why I wanted to override the file.
using the customize custom css works, already tested. BUT after WP updates sometimes that css gets randomly lost (happened already a lot o fo times) so I would’nt use that option.
my goal is to override the front_params_output.php,
Forum: Themes and Templates
In reply to: [Business Elite] homepage anchor links from menu not workingYes, I had to use the already defined #contact_us id but I wanted to use my own one. and that doesn’t work.
I wanted to assign my own custom id to the H2 tag in order to link different positions of that section.
- This reply was modified 7 years, 6 months ago by resunoiz.
same issue triyng to override the home_featured_post(), content_posts and portfolio_home() sections.
My first attempt was to copy/paste the front_functions.php content to my functions.php and renaming the “class Business_elite_frontend_functions extends WDWT_frontend_functions” function with a custom name and calling it in home. php
or the contacts section, it worked. but with the other sections, it generates random sections to show or white blank page.
What am I mistaking?
thanks.
not so clear on how to create that class inheriting from “class Business_elite_frontend_functions”.I’ve found the public static function contact_us() in the front_functions.php file but if I try to copy it on my functions.php file renaming it, the site comes to whitescreen.
..there’s no chance to kill the parent theme functiopn and rewrite it on child theme?
I obviously not considered that solution because updating the theme will result in loss of that modification. I’d like to overwrite them with my child theme.
what functions have I to look at to remove and reapply in my child?Forum: Plugins
In reply to: [10Web Social Post Feed] not showing other poststhank you. mail sent, hope they will read me.
then I’ll update here, because is a common issue not only mine.Forum: Plugins
In reply to: [10Web Social Post Feed] not showing other postsyes, I obviously selected owner+others.
If you see and read carefully the issue, you can find that post published by page owners and from guets on the page are correctly posted, but if I share a post published FROM ANOTHER PROFILE on my page, it doesn’t shows. take a look. It started only after the API update, and is a common problem not only on that page (use it on other sites too)
Forum: Plugins
In reply to: [10Web Social Post Feed] not showing other postsHi, the website is https://www.marikanewstyle.it/marikanewstyle/
and the facebook page is https://www.facebook.com/marikanewstyle/
Forum: Plugins
In reply to: [Facebook Stream] not working anymore on shared posts and only text postsADD: sharing posts from another page to my page works, from profile to page doesn’t.
if I make post on my page without an image doesn’t works too.