Forum Replies Created
-
AuthorPosts
-
January 19, 2015 at 11:19 am in reply to: Move Style.css stylesheet to the footer rather than header #137926
Mallina.Studio
Memberyou may change wp_enque_script ot wp_enque_style to wp_footer for you function loading css in functions.php
SAMPLE, must check for your theme:
remove_action( 'wp_enque_script', 'genesis-css' );
add_action( 'wp_footer', 'genesis-css' );Then check source code for css load place
January 18, 2015 at 1:31 pm in reply to: Replace default WP pagination on pages with "next-prev" like on blog page #137864Mallina.Studio
MemberJanuary 18, 2015 at 1:28 pm in reply to: Move Style.css stylesheet to the footer rather than header #137863Mallina.Studio
MemberMallina.Studio
MemberSet background: transparent;
for your text widget css class.
example:
#text-12 .entry-content {background: transparent;]text-12 should be the yours css class name for widget
January 13, 2015 at 4:33 am in reply to: Replace default WP pagination on pages with "next-prev" like on blog page #137306Mallina.Studio
MemberNope! I've added default WP pagination, but the question is to replace it with pagination like on my blog page (genesis pagination).
Mallina.Studio
MemberThank's, but Sridhar's tutorial I saw before, it is for portfolio like blog, that show's only one thumbnail from project, I need all pictures to be shown as picture gallery and linked to projects.
The plugin you propose I'll explore. Hope it helps
September 6, 2014 at 7:23 am in reply to: What do you think about this 'Interior Designer's' site? #123036Mallina.Studio
MemberArrow has no functionality, just showing that you can scroll down.... Was thinking about scripting it. May be later
September 4, 2014 at 4:49 am in reply to: What do you think about this 'Interior Designer's' site? #122726Mallina.Studio
MemberTo: Davinder
Tried to experiment with transparent background - was not satisfied with result and left it as is. The background is dark enough for text was chosen.To: wpspeak
Logo was set to minimal padding specially - like it sits just on the edge.
The menubar was made thinner too - to leave more space for main content. It's size is customized too, height is minimal.
Mallina.Studio
MemberCSS doesn't metter for the indexing bot
To: genwrock
Bad.... Hoped add_filter can help me. I'll try your solution with widget plugin maybe
Mallina.Studio
MemberJuly 20, 2014 at 6:00 pm in reply to: Responsive header Dropdown Menu on Mobile devices – hover to click #115104Mallina.Studio
MemberJuly 4, 2014 at 8:14 am in reply to: Blog comments URL without rel="nofollow" after 2.1.1 update! #112960Mallina.Studio
MemberJuly 3, 2014 at 12:26 pm in reply to: Blog comments URL without rel="nofollow" after 2.1.1 update! #112893Mallina.Studio
MemberMallina.Studio
MemberMallina.Studio
MemberNo difference, it affected all posts as I saw. Tag and category are differ
Mallina.Studio
MemberI wrote you through your site contact form and granted you account to enter test mirror Web site
Mallina.Studio
MemberYes, it based on a custom child theme I've made. My functions.php doesn't contain meta modifications as I know, I looked through it. And site is all on Russian language.
If you need I can provide you with my custom theme files.
Mallina.Studio
MemberRolled back..... But still searching the solution to continue updates
Saved screenshots of error:
Top entry-meta error
Bottom entry-meta error
Mallina.Studio
MemberFigured out more details: problem with output of all "entry-meta" class fields...
-
AuthorPosts