Forum Replies Created
-
Mod
I just looked at your site. It appears that you are enabling people to download pirated digital goods. Therefore, according to the forum rules, I cannot help you:
Quote:Purposes that are considered to be ethically and morally questionable include, but not limited to:Display and/or promotion of pornographic material
Promotion of hatred, violence, crime, terrorism, and extremism
Promotion and/or distribution of stolen goods and materials, including pirated digital goods
Mod
Here is a tutorial I wrote on using Graphene action hook widget areas:
It’s easy once you understand the basic concept, so feel free to play around with it. You will need to use the PHP widget if you have more than one author; otherwise, you can just hardcode in an HTML link to your author page.
Mod
Quote:Any idea how to remove bottom bar of the slider?Add to custom CSS:
.featured_slider {
padding-bottom: 0;
}Quote:And i want to add social media share on the top bar for the slider content if possible.Use a Graphene custom action hook widget area. I use
Graphene_before_slider_rootto add text to the slider on my blog.Mod
Your posts have strong text format applied; this will also appear when they show up on the front page.
Do you want this text to appear normal on the front page?
Mod
Moved to Support.
Mod
Moved to Support.
Mod
Moved to Support.
Mod
Use a PHP widget and a Graphene custom action hook area with this code:
<?php the_author(); ?>Mod
Quote:but the text looks grey. This is the code for the blue it should be #0d15d3.You can verify this using Firebug. In some instances, grey shades will appear blue depending on your monitor settings.
Mod
It is blue. Refresh your browser and server caches.
FWIW, the blue text on orange background on your front page is impossible to read. Also, videos that play automatically are a bad idea.
