Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Grayist

    (@grayist)

    As much as I would love to, wanderingbedou, the makers of our theme has been uncooperative as of late and take days to even weeks to respond to a message.

    //Edit:

    I had changed the 980px to 100% and that zoomed too much into the page, while still creating the horizontal scrolling issue.

    I reverted it back to 980px because it looked much worse than before unfortunately.

    Thread Starter Grayist

    (@grayist)

    I modified: “…/wp-content/themes/AccessPress/style.css”

    Changed:

    @media screen and (max-width: 1500px) {
    
    	body, #page{
    
    		width:1500px;
    
    		max-width:none}}

    And replaced all the 1500px to 100%

    Thread Starter Grayist

    (@grayist)

    Thank you so much!

    It works perfectly now ??

    //Edit:

    Sorry, just applied the fix and it looks better than before, but still able to be scrolled horizontally.

    Thread Starter Grayist

    (@grayist)

    Fixed the problem with the coding.

    Had to look at

    <?php $first_time_vendor=		types_render_field('first-time-vendor', array('raw'=>'true')); ?>
    
    					<?php $membership_application=	types_render_field('membership-apps', array('raw'=>'true')); ?>
    
    					<?php $schedule_of_festivals=	types_render_field('schedule-of-festivals', array('raw'=>'true')); ?>
    Thread Starter Grayist

    (@grayist)

    @ MacManX

    We had some guy from WhiteMedia create it for us. However, his support has been shoddy as he’s always stalling for time.

    @ Ciprian

    I’m sorry but I had tried that and it ended up making the blue box turn white (with an already white font).

    Here’s what the current code looks like:

    .our-special{
    
    	background:url(images/blue-box.png) 0 0 repeat-x;
    
    	 float:right;
    
    	 width:324px;
    
    	 height:auto;
    
    	 border-radius:30px;
    
    	 position:relative;
    
    	 z-index:99}
    Thread Starter Grayist

    (@grayist)

    Thank you for the speedy reply, MacManX.

    I realize I shouldn’t do it as is… but unfortunately I’m not well versed enough to actually design/code the whole layout myself, so I have to work with pre-existing code for edits.

    I do have a question though.

    Each time I make an additional field/post, it tends to over-extend the “blue box” on the website, turning transparent but the text able to be highlighted.

    Is it possible to expand the box’s height?

    I could’ve sworn I changed it through the .css and .php files from 97px to 120px but I saw no visible difference.

    Thread Starter Grayist

    (@grayist)

    My apologies for the late reply as I’ve been working tediously over the weekend.

    @james Huff(MacManX) –

    Is there a way I can configure the current code to remove those line separations or add more fields?

    The only bypass I’ve gotten so far was to add a line break to the pre-existing fields and I’m not quite sure as to how to add additional fields without already screwing up the code.

    The only way I was able to find the content was through phpMyAdmin’s “Search” feature and looking for the key words and adding a “%” wildcard at the end. Beyond that, I’m not sure how to actually add fields to create additional lines (and not shoddy line breaks).

    //Edit:

    I was not able to find “Our Specials”.

    //Edit2:

    My apologies, I was able to find it.

    Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)