gogabby
Forum Replies Created
-
Forum: Plugins
In reply to: [JobBoardWP - Job Board Listings and Submissions] Plugin is Broken…I switched to a different plugin. Thanks.
Hope this helps – https://imgur.com/a/As36NMx
I’m having the same issue as perfectblendinc was having. Pleasee update the plugin or provide a solution.
Thank you for that screenshot, I was about to seek and disable what was caching.
Forum: Themes and Templates
In reply to: [Enigma] Static Front Pageresolved. Sorry jenie but considering making a different thread for your question!
Forum: Themes and Templates
In reply to: [Amadeus] Minor fixes on home pageThank you Wen Solutions. Unfortunately I tried implementing and saving each of your pieces of code indivdually and none of it seemed to have an effect on my website.
Same with your code amaisbajwa, I implemented and saved them one by one and checked for changes and they didn’t seem to work. However I did move my google analytics code to the header as you suggested; thank you.
This is very frustrating ?? None of the code effects my blog after I change it and save it. Maybe it takes a while to take effect? Thank you both for your help. I’ll try them all again in the morning.
Forum: Themes and Templates
In reply to: [Amadeus] Minor fixes on home pageThank you WEN Solutions. But I have 30 child theme php files. To which do I put which code in? Thank you
Forum: Themes and Templates
In reply to: [Amadeus] Minor fixes on home pageThat didn’t work :/
I’m also now trying to figure out how to hide the tags on my posts.
Forum: Themes and Templates
In reply to: [Amadeus] Minor fixes on home pageYes but very minimal. I’ve tried copying and pasting code like this
.logo a { font-size: 220px !important; }
to change these things, but it hasn’t worked with this particular theme. Amadeus doesn’t seem to have a Custom CSS place.
Looking for someone experienced with this theme to give me a few simple lines of code, thanks.
Forum: Themes and Templates
In reply to: [Amadeus] Minor fixes on home pageThank you! And yes I do, I have the premium version.
Forum: Themes and Templates
In reply to: [Amadeus] SITE DOWNDeleted some code and figure it out ,thanks
Forum: Themes and Templates
In reply to: [Enigma] Change Font-type of Site TitleCorrection it was just my internet connection. The “gogabby” is still there but I can live with it. Thank you. Resolved.
Forum: Themes and Templates
In reply to: [Enigma] Change Font-type of Site TitleI have all of the child themes. Thank you for your help. All of your fixes have worked except for removing “gogabby” from the bottom carousel. Instead now the carousel is removed completely… Please advise.
Forum: Themes and Templates
In reply to: [Enigma] Change Font-type of Site TitleThe “gogabby” at the bottom of the carousel is still there, the code from the link did not change it.
The code to center the images worked, thank you.
Also, you can see the Facebook “Like” button in the middle of my website where it says “Trip Reviews”, “Travel Tips” and “Trip Photos”. I would like to hide only these 3 like buttons.
Still trying to move the social media buttons above the site title.
Thank you
Forum: Themes and Templates
In reply to: [Enigma] Change Font-type of Site TitleOther fixes seem to have worked perfectly. Thank you
Header.php file:
<!DOCTYPE html>
<!–[if lt IE 7]>
<html class=”no-js lt-ie9 lt-ie8 lt-ie7″> <![endif]–>
<!–[if IE 7]>
<html class=”no-js lt-ie9 lt-ie8″> <![endif]–>
<!–[if IE 8]>
<html class=”no-js lt-ie9″> <![endif]–>
<!–[if gt IE 8]><!–>
<html <?php language_attributes(); ?>><!–<![endif]–>
<head>
<meta http-equiv=”X-UA-Compatible” content=”IE=edge”>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<meta charset=”<?php bloginfo(‘charset’); ?>” />
<?php $wl_theme_options = weblizar_get_options(); ?>
<?php if($wl_theme_options[‘upload_image_favicon’]!=”){ ?>
<link rel=”shortcut icon” href=”<?php echo esc_url($wl_theme_options[‘upload_image_favicon’]); ?>” />
<?php } ?>
<link rel=”stylesheet” href=”<?php echo get_stylesheet_uri(); ?>” type=”text/css” media=”screen” />
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div>
<!– Header Section –>
<div class=”header_section” >
<div class=”container” >
<!– Logo & Contact Info –>
<div class=”row “>
<div class=”col-md-6 col-sm-12 wl_rtl” >
<div claSS=”logo”>
” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”>
<?php if($wl_theme_options[‘upload_image_logo’]){ ?>
<img class=”img-responsive” src=”<?php echo $wl_theme_options[‘upload_image_logo’]; ?>” style=”height:<?php if($wl_theme_options[‘height’]!=”) { echo $wl_theme_options[‘height’]; } else { “80”; } ?>px; width:<?php if($wl_theme_options[‘width’]!=”) { echo $wl_theme_options[‘width’]; } else { “200”; } ?>px;” />
<?php } else {
echo get_bloginfo(‘name’);
} ?>
<p><?php bloginfo( ‘description’ ); ?></p>
</div>
</div>
<?php if($wl_theme_options[‘header_social_media_in_enabled’]==’1′) { ?>
<div class=”col-md-6 col-sm-12″>
<?php if($wl_theme_options[’email_id’] || $wl_theme_options[‘phone_no’] !=”) { ?>
<ul class=”head-contact-info”>
<?php if($wl_theme_options[’email_id’] !=”) { ?>- <i class=”fa fa-envelope”></i>“><?php echo esc_attr($wl_theme_options[’email_id’]); ?>
- <i class=”fa fa-phone”></i>“><?php echo esc_attr($wl_theme_options[‘phone_no’]); ?>
<?php } ?>
<?php if($wl_theme_options[‘phone_no’] !=”) { ?><?php } ?>
<?php } ?>
<ul class=”social”>
<?php if($wl_theme_options[‘fb_link’]!=”) { ?>
<li class=”facebook” data-toggle=”tooltip” data-placement=”bottom” title=”Facebook”>“><i class=”fa fa-facebook”></i>
<?php } if($wl_theme_options[‘twitter_link’]!=”) { ?>
<li class=”twitter” data-toggle=”tooltip” data-placement=”bottom” title=”Twiiter”>“><i class=”fa fa-twitter”></i>
<?php } if($wl_theme_options[‘linkedin_link’]!=”) { ?>
<li class=”linkedin” data-toggle=”tooltip” data-placement=”bottom” title=”Linkedin”>“><i class=”fa fa-linkedin”></i>
<?php } if($wl_theme_options[‘youtube_link’]!=”) { ?>
<li class=”youtube” data-toggle=”tooltip” data-placement=”bottom” title=”Youtube”>“><i class=”fa fa-youtube”></i>
<?php } if($wl_theme_options[‘gplus’]!=”) { ?>
<li class=”twitter” data-toggle=”tooltip” data-placement=”bottom” title=”gplus”>“><i class=”fa fa-google-plus”></i>
<?php } if($wl_theme_options[‘instagram’]!=”) { ?>
<li class=”facebook” data-toggle=”tooltip” data-placement=”bottom” title=”instagram”>“><i class=”fa fa-instagram”></i>
<?php } ?></div>
<?php } ?>
</div>
<!– /Logo & Contact Info –>
</div>
</div>
<!– /Header Section –>
<!– Navigation menus –>
<div class=”navigation_menu ” data-spy=”affix” data-offset-top=”95″ id=”enigma_nav_top”>
<span id=”header_shadow”></span>
<div class=”container navbar-container” >
<nav class=”navbar navbar-default ” role=”navigation”>
<div class=”navbar-header”>
<button type=”button” class=”navbar-toggle” data-toggle=”collapse” data-target=”#menu”><span class=”sr-only”><?php _e(‘Toggle navigation’,’weblizar’);?></span>
<span class=”icon-bar”></span>
<span class=”icon-bar”></span>
<span class=”icon-bar”></span>
</button>
</div>
<div id=”menu” class=”collapse navbar-collapse “>
<?php wp_nav_menu( array(
‘theme_location’ => ‘primary’,
‘menu_class’ => ‘nav navbar-nav’,
‘fallback_cb’ => ‘weblizar_fallback_page_menu’,
‘walker’ => new weblizar_nav_walker(),
)
); ?>
</div>
</nav>
</div>
</div>Forum: Themes and Templates
In reply to: [Enigma] Change Font-type of Site TitleWorked perfectly, thank you!!!
More questions if you can answer them:
-How can I remove “gogabby”, the administrator name, from the preview posts carousel at the bottom of the page? I just want the dates and number of comments.
– No matter what I try my images won’t center when I publish my posts.
https://www.packslight.com/why-leavenworth-washington-should-be-your-next-winter-destination/-I used a plugin called “BWS Plugin – Social Button” because I wanted to people to see the amount of tweets and facebook likes each post has. But I want to REMOVE it from the Portofilo options because it belongs there. Is there a CSS code that can do this or is a specific plug in problem?
– I want my social media links that are in the footer of the page to also be in the header, but I want them ABOVE the site title, not below it. Is that possible?
I’m sorry for the abundance of questions but I think it’s better to get them out now while you might see them, because I think they are easy fixes that I am stuck on. THANK YOU