tcdesigner
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Stack widgets horizontal and center?Any ideas on stacking horizontally? I know i need to edit the style.css to get it do it horizontal.
Forum: Fixing WordPress
In reply to: Stack widgets horizontal and center?Well it seems adding this to the code helped it, but not completely.
<div id="floating_menu" align="center"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Floating Menu') ) : ?> <?php endif; ?> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Floating Menu Right') ) : ?> <?php endif; ?> </div>
Witch centered the widget (kinda), but now i need to stack the widgets horizontally, how do i do that?
Forum: Fixing WordPress
In reply to: How to center this code?You sir are a life saver! I appreciate everyone’s help! Thanks
Forum: Fixing WordPress
In reply to: How to center this code?Well actually im working on making a floating menu similar to the one in the link, except on mine its just going to cover up the logo and other content. I took this same theme and started on making the actual menu float but it got way to complicated, i got close though https://www.torquegraphix.com/store
Also i noticed using the left indention method doesnt always center the menu to the whole website.
Forum: Fixing WordPress
In reply to: How to center this code?Wait, now i remember why i wanted to center it, thats because im wanting to do a full page floating menu……….one that stretches across the whole browser, and repeats an image as the browser window gets bigger. Like this website https://www.foxhead.com
Forum: Fixing WordPress
In reply to: How to center this code?Hmm i assume that will work the same, centering it is a little simpler but that will do just fine. Thanks!
Forum: Fixing WordPress
In reply to: How to center this code?Hmm didn’t work. The website URL is https://torquegraphix.com/ It is simply the bar on the left that says ABCD. Very basic starts but im more worried about functionality right now lol. Thanks
Forum: Fixing WordPress
In reply to: Page Title and navigation to get there??Im a little confused, this is all the page template says:
<?php get_header(); ?> <?php global $General; $admin_layout_setting_option = 'ptthemes_inner_design_settings'; $sidebar_left_widget_option = 'Inner Page Sidebar Left'; $sidebar_right_widget_option = 'Inner Page Sidebar Right'; $middle_content_widget_option = ''; if(CHILDTEMPLATEPATH && file_exists(CHILDTEMPLATEPATH . '/content_page.php')) { $middle_content_file_fullpath = CHILDTEMPLATEPATH . '/content_page.php'; }else{ $middle_content_file_fullpath = TEMPLATEPATH . "/library/includes/content_page.php"; } include_once(TEMPLATEPATH.'/site_layout_structure.php'); ?> <?php get_footer(); ?>
Forum: Themes and Templates
In reply to: eshop theme help!Ah! You’re using the Templatic eShop theme!
Yes sir, hints the name of the thread.
Forum: Themes and Templates
In reply to: eshop theme help!Maybe this will make things a little clearer. Here is the link to the website https://torquegraphix.com/?p=11 if you scroll down just a little you see right above add to cart you have where it says “size:” i want to change that from “size:” to “model:”.
Forum: Themes and Templates
In reply to: eshop theme help!I was hoping the video would do that but sure.
Im trying to change some text “size” to “model” it is in a post so i went to single.php to change the text,i found the text,i changed it,and i saved it,then i dropped it in my ftp and went and refreshed the website when i did the text is gone nothing of it even there.The text is right next to a drop down box and the options inside the drop down box is controlled from the admin panel…..inside the admin panel it says “size” then allows you to add options to the drop down,im assuming the text on the website is gone because the text inside the admin panel is looking for size but cant find it.
I hope that makes sense.
Forum: Fixing WordPress
In reply to: WARNING: IMPLODE() [FUNCTION.IMPLODE]: INVALID ARGUMENTS PASSED INI got it fixed,i completley re downloaded the theme then put that one in and added my edited files in one by one to see witch one was causing errors but none of them caused an error.I paid a lot for this theme and its really kinky,im now having problems with the placement of my navigation buttons on the header,looks like im gonna have to contact organic themes and see what they can do for me.Thanks for the help!
Forum: Fixing WordPress
In reply to: WARNING: IMPLODE() [FUNCTION.IMPLODE]: INVALID ARGUMENTS PASSED INNope i sure havent i was hoping the forum would be able to supply a quick fix.I gotta hury and get this website up its for a client and it really confused me when i got the error.Because when you go to activate the theme,it shows a preview of the theme and the error isnt showing in the preview,the error is right in the middle of the header.Here is the link to the site(well its currently on a test domain but the error is there) do you see the error right below the home button? https://mmxracing.cz.cc/
Forum: Fixing WordPress
In reply to: WARNING: IMPLODE() [FUNCTION.IMPLODE]: INVALID ARGUMENTS PASSED INI might not be looking at the right line here is the hole header div.
<div id="header"> <div class="headerleft"> <p id="title"><a href="<?php echo get_option('home'); ?>/"><img src="<?php bloginfo('template_url'); ?>/images/logo.png" alt="<?php bloginfo('name'); ?>" /></a></p> </div> </div>
Forum: Fixing WordPress
In reply to: WARNING: IMPLODE() [FUNCTION.IMPLODE]: INVALID ARGUMENTS PASSED INOnly thing ive changed is the color of things in the style sheet and some images,and the logo of course i got it from here https://www.organicthemes.com/