atika66
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Alante] Menu and Hoover colorsi have the same issue. please guide me.
send me the codeForum: Plugins
In reply to: [Table Maker] change in column width???????
Forum: Themes and Templates
In reply to: [GeneratePress] responsive theme??
Forum: Themes and Templates
In reply to: [GeneratePress] Change in width of post and sidebarplease guide me.
codestart//
add_filter( ‘generate_right_sidebar_width’,’tu_custom_right_sidebar_width’ );
function tu_custom_right_sidebar_width( $width ) {
// If we’re on the home page
if ( is_front_page() ) {
return 40;
}// Return the default
return $width;
}
add_filter( ‘generate_left_sidebar_width’,’tu_custom_left_sidebar_width’ );
function tu_custom_left_sidebar_width( $width ) {
// If we’re on a category
if ( category() ) {
return 40;
}// Return the default
return $width;//code end
I have seen this code but I want to know that what should me the px. I want to set left sidebar about 90% and a right sidebar about 10%
Forum: Themes and Templates
In reply to: [GeneratePress] Footer Set upyeah, you are right but I am talking about footer column. I want at least 3 column in the footer.
Thanx
Forum: Themes and Templates
In reply to: [GeneratePress] responsive themeokay Thanx
Forum: Themes and Templates
In reply to: [GeneratePress] Change in width of post and sidebarI want to increase left sidebar width.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive Viewwhich one should I use?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive ViewHi
i am using this shortcode
[table id=2 responsive=flip responsive_breakpoint=device /]I have installed this TablePress and TablePress Extension: Responsive Tables.
But still, it is not flipping on mobile view. Please guide me
Thanx
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive ViewAny video available?? For free? Please guide me
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive ViewHi.
I have already seen this. Is this free?
I need free plugin
Thanx
Regards
AtikaForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive ViewHelp me out. Please guide me.
I want to make it responsive.