Forum Replies Created
-
AuthorPosts
-
Visitodo
MemberThanks D avid, that seemed to work but now the post exerpts and the title appear in Pink but I used to have them in White...do you know how I can change this? Also, the text is now in a box and is not very wide, i would rather it be wider instead of 1 word per line.....can you help? Thanks!
Visitodo
MemberOk thanks....but where in the css do i have to put it?
I have been trying but to no success!
Thanks a million for your help.
June 7, 2015 at 5:34 pm in reply to: MODERN STUDIO PRO THEME – REMOVING TEXT FROM POST PREVIEW #155278Visitodo
MemberHi
Can you be more clear please
I'm not familiar with php code. Should I add code in the CSS style sheet of the theme modern studio?
What code should I add?Visitodo
MemberHi,
I'm a beginner and not familiar with CSS, coding and file manager things. Is there any tutorial to follow step by step that could guide in what I have to do exactly step by step?
Sorry about that but I have no idea what I should do
thanks
FabioVisitodo
MemberHi everyone
At the moment with the pictures I'm using there is no problem. But If I use pictures of other posts I have in the blog it happens in the 70% of gthe cases that there is a white space between the picture and the lower border of the image slider box.
Any idea whiy is this happening?Visitodo
MemberHi Brad
Sorry I don't get it. I'm a beginner and not really expert in widgets or Coding.
I want to know if there is any tutorial about how to put an image above the logo and menu bar. How can i put a widget on top of the bar?
Can you give me detailed steps to follow?
Thanks a lot for your help
FabioJune 7, 2015 at 4:59 pm in reply to: MODERN STUDIO PRO THEME – NUMBER OF POSTS ON FIRST PAGE #155270Visitodo
MemberHello Brad
Thanks for your suggestion.
I followed your recommendations and I did put in the field "Number of Post to show: 10"
I saved but still nothing happen in my home page
IS there anything else I should change? What am I missing?Looking forward for your instructions
Fabio
Visitodo
Memberthanks Susan...worked perfectly!
May 10, 2015 at 7:46 am in reply to: (Modern Blogger Pro) justify text for post preview on home page #151453Visitodo
Memberthanks a lot Susan! it worked !
Visitodo
MemberHi Susan,
I installed the plug in, and run it to resize all the images. But I still have a problema with the images in the slider. The height of most of them is shorter tan the slider widget box.
I also checked the image dimensión and it looks like they are big enough to me. Sone are 800*600 in the original dimensión, but don't fit the box. I would like to understand what should i do in iorder to fix this problema because it doesn't look nice.
Any suggestions?
ThanksMay 10, 2015 at 7:37 am in reply to: (Modern Blogger Pro) Replace background in teal & pink color option #151448Visitodo
MemberThanks a lot Susan!
Ecerything worked well as from your suggestions!
🙂Visitodo
MemberHi all,
sorry I finally made it! Thanks a lot!
Now there is only a small details to fix. The pictures of post in the slider widget dont' fill completely the space of the box, how xan i fix it for now and the future?
thanks a lot-!Visitodo
MemberHi all,
I have the slider widget on my dashboard. I dragged into it the génesis responsive slider too as fromthe instructions. But still can't see any box with the preview posts slider on my home page.
Is it posible I'm doing any mistake with the settings of the plugin?
thanksMay 9, 2015 at 4:54 am in reply to: (Modern Blogger Pro) justify text for post preview on home page #151196Visitodo
MemberHi Susan,
Thanks for your message.
I followed the instructions but as you can see from my website the preview of the posts on my home page didn't get the justify text as desired.
What am i missing?Please advise
Thanks!
May 9, 2015 at 4:50 am in reply to: (Modern Blogger Pro) Replace background in teal & pink color option #151195Visitodo
MemberHi Susan
thanks a lot I got rid of the polca dots.
As for chevron lines I followed the instructions but they are still there. This is the code I actually have/*
Color Options
---------------------------------------------------------------------------------------------------- *//* Teal & Pink
---------------- */body.theme-tealpink {
background: #fff;
}.theme-tealpink .entry-meta a {
color: #ff8584;
}.theme-tealpink button,
.theme-tealpink input[type="button"],
.theme-tealpink input[type="reset"],
.theme-tealpink input[type="submit"] {
background: #ff8584;
}Where is the problem? What am I missing to get rid of chevron?
thanks a lot!
Visitodo
MemberHi Everyone
thanks for your messages. I tried both the suggestions but cannot see the widget with the imagines and preview of the selected posts in the settings. Basically I would like to have a box with images of a few posts, when the readers click on it they can read the posts. The images slides after few seconds.I tried boih the suggestions I also changed the functions.phd iin this way
/** Ad Space Widget Area */
add_action( 'genesis_before_loop', 'adspace_before_loop' );
function adspace_before_loop() {
if ( is_page() ) {
return;
}
genesis_widget_area( 'adspace', array(
'before' => '<div class="adspace">',
'after' => '</div>',
) );}
add_action( 'genesis_entry_footer', 'modernbloggerpro_after_entry_widget' );
function modernbloggerpro_after_entry_widget() {if ( ! is_singular( 'post' ) )
return;genesis_widget_area( 'after-entry', array(
'before' => '<div class="after-entry widget-area"><div class="wrap">',
'after' => '</div></div>',
) );add_action( 'genesis_after_header', 'add_genesis_widget_area' );
function add_genesis_widget_area() {
genesis_widget_area( 'custom-widget', array(
'before' => '<div class="custom-widget widget-area">',
'after' => '</div>',
) );}
}
genesis_register_sidebar( array(
'id' => 'custom-widget',
'name' => __( 'Custom Widget', 'genesis' ),
'description' => __( 'Custom Widget Area', 'childtheme' ),
) );i'm not an expert at all in web programming.
please help !!!
-
AuthorPosts